[Pvfs2-cvs] commit by kunkel in pvfs2/test/common/pav: README
configfile.sample.in pav_create pav_start
CVS commit program
cvs at parl.clemson.edu
Sat Jan 13 05:16:41 EST 2007
Update of /projects/cvsroot/pvfs2/test/common/pav
In directory parlweb1:/tmp/cvs-serv19417/test/common/pav
Modified Files:
Tag: kunkel-hint-branch
README configfile.sample.in pav_create pav_start
Log Message:
Synchronization with HEAD
Index: README
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/common/pav/README,v
diff -p -u -r1.9 -r1.9.36.1
--- README 21 Apr 2005 22:31:58 -0000 1.9
+++ README 13 Jan 2007 10:16:41 -0000 1.9.36.1
@@ -90,6 +90,8 @@ TROVESYNC=<1 = default. sync data after
0 = do not perform implicit sync. improved performance at the risk
of data loss>
+TROVEMETHOD="<desired Trove method>" This defaults to 'dbpf'.
+
COMPUTENODES_LAST=<1 = default. Choose compute nodes from end of host list,
0 = Choose compute nodes from beginning of host list>
Index: configfile.sample.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/common/pav/configfile.sample.in,v
diff -p -u -r1.10 -r1.10.40.1
--- configfile.sample.in 11 Oct 2004 13:48:16 -0000 1.10
+++ configfile.sample.in 13 Jan 2007 10:16:41 -0000 1.10.40.1
@@ -82,6 +82,11 @@ COPYBINS=1
# could cause DATA LOSS, but will give improved performance.
TROVESYNC=1
+# Set this to the desired Trove method (as you would set TroveMethod in
+# fs.conf). Defaults to 'dbpf'. 'alt-aio' is another good one
+# TROVEMETHOD=dbpf
+
+
# set this to 0 if you would rather have compute nodes come before server
# nodes in the list of hosts pav uses
COMPUTENODES_LAST=1
Index: pav_create
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/common/pav/pav_create,v
diff -p -u -r1.17.36.1 -r1.17.36.2
--- pav_create 25 Sep 2006 12:40:23 -0000 1.17.36.1
+++ pav_create 13 Jan 2007 10:16:41 -0000 1.17.36.2
@@ -161,6 +161,7 @@ sub create_pvfs2config
. " --metaservers " . $metaservers
. " --logfile " . $href->{'SERVERLOG'} . "/pvfs2.log"
. " --storage " . $href->{'STORAGE'}
+ . " --trove-method " . $href->{'TROVEMETHOD'}
. " --quiet " . $conffile . " " . $serverfile;
if ($href->{'TROVESYNC'} == 0) {
$cmd .= " --notrovesync";
@@ -264,6 +265,7 @@ sub init {
'PINGPROG' => "pvfs2-ping",
'GENCONFIG' => "pvfs2-genconfig",
'TROVESYNC' => 1,
+ 'TROVEMETHOD' => "dbpf",
'COMPUTENODES_LAST' => 1,
'PROGROOT' => "./",
'COPYBINS' => 0
Index: pav_start
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/common/pav/pav_start,v
diff -p -u -r1.7 -r1.7.36.1
--- pav_start 21 Apr 2005 22:31:58 -0000 1.7
+++ pav_start 13 Jan 2007 10:16:41 -0000 1.7.36.1
@@ -123,6 +123,7 @@ sub init {
'PINGPROG' => "pvfs2-ping",
'GENCONFIG' => "pvfs2-genconfig",
'TROVESYNC' => 1,
+ 'TROVEMETHOD' => "dbpf",
'COMPUTENODES_LAST' => 1,
'PROGROOT' => "./"
);
More information about the Pvfs2-cvs
mailing list