[PVFS2-CVS] commit by robl in pvfs2-1/test/automated: testscrpt.sh
CVS commit program
cvs at parl.clemson.edu
Tue Aug 2 17:54:19 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/automated
In directory parlweb:/tmp/cvs-serv12452
Modified Files:
testscrpt.sh
Log Message:
pvfs2-server requires absoulte path to pidfile now
Index: testscrpt.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/testscrpt.sh,v
diff -u -w -p -u -r1.40 -r1.41
--- testscrpt.sh 27 Jul 2005 17:57:09 -0000 1.40
+++ testscrpt.sh 2 Aug 2005 20:54:19 -0000 1.41
@@ -99,8 +99,8 @@ setup_pvfs2() {
--storage ${PVFS2_DEST}/STORAGE-pvfs2 \
--logfile=${PVFS2_DEST}/pvfs2-server.log --quiet
rm -rf ${PVFS2_DEST}/STORAGE-pvfs2
- INSTALL-pvfs2/sbin/pvfs2-server -p pvfs2-server.pid -f fs.conf server.conf-`hostname -s`
- INSTALL-pvfs2/sbin/pvfs2-server -p pvfs2-server.pid fs.conf server.conf-`hostname -s`
+ INSTALL-pvfs2/sbin/pvfs2-server -p `pwd`/pvfs2-server.pid -f fs.conf server.conf-`hostname -s`
+ INSTALL-pvfs2/sbin/pvfs2-server -p `pwd`/pvfs2-server.pid fs.conf server.conf-`hostname -s`
echo "tcp://`hostname -s`:3399/pvfs2-fs /pvfs2-nightly pvfs2 defaults 0 0" > ${PVFS2_DEST}/pvfs2tab
# do we need to use our own pvfs2tab file? If we will mount pvfs2, we
More information about the PVFS2-CVS
mailing list