[Ultrapossum-cvs 863] ultrapossum/module/failover 1.12,1.13,recovery

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 14日 (木) 18:51:47 JST


===================================================================
RCS file: ultrapossum/module/failover/recovery,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ultrapossum/module/failover/recovery	2004/10/14 09:50:46	1.12
+++ ultrapossum/module/failover/recovery	2004/10/14 09:51:47	1.13
@@ -101,7 +101,7 @@
 }
 
 check_replog
-status
+#status
 if test -d "$WORKDIR"; then
   if test "`$MODULEDIR/server/startup status`" = "stopped"; then
     $MODULEDIR/server/startup slave_start
@@ -111,7 +111,7 @@
   $SHAREDIR/envexec $SLURPD -d $SLURPD_DEBUGLEVEL -o -f $CONFDIR/recovery.conf -r $WORK_SLURPDREPLOGFILE -t $WORKDIR > $WORKDIR/slurpd.log 2>&1
   echo "done" 1>&2
   grep request $WORKDIR/slurpd.log  | grep done | tail -1 1>&2
-  status
+  #status
   echo -n "Updating $HOST replogs... " 1>&2
   /bin/grep -v $HOST $ANOTHER_SLURPDSTATUSFILE > $WORK_SLURPDSTATUSFILE.$$ || true
   /bin/cat $WORK_SLURPDSTATUSFILE >> $WORK_SLURPDSTATUSFILE.$$
@@ -119,7 +119,7 @@
   /bin/cp /dev/null $REPLOGFILE
   /bin/cp $WORK_SLURPDREPLOGFILE $SLURPDREPLOGFILE
   echo "done" 1>&2
-  status
+  #status
   echo "Log: $WORKDIR" 1>&2
 fi
 



Ultrapossum-cvs メーリングリストの案内
Back to archive index