[DRBD-cvs] testing by lars; Grks. forgot that I renamed Relocate to ...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Tue, 1 Jun 2004 11:37:00 +0200 (CEST)
DRBD CVS committal
Author : lars
Project : drbd
Module : testing
Dir : drbd/testing/CTH
Modified Files:
Tag: rel-0_7-branch
CTH_bash.helpers T-001.sh T-002.sh
Log Message:
Grks. forgot that I renamed Relocate to Reloc
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/testing/CTH/Attic/CTH_bash.helpers,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -3 -r1.1.2.6 -r1.1.2.7
--- CTH_bash.helpers 1 Jun 2004 07:01:56 -0000 1.1.2.6
+++ CTH_bash.helpers 1 Jun 2004 09:36:55 -0000 1.1.2.7
@@ -1,5 +1,5 @@
#!/bin/bash -nv
-# $Id: CTH_bash.helpers,v 1.1.2.6 2004/06/01 07:01:56 lars Exp $
+# $Id: CTH_bash.helpers,v 1.1.2.7 2004/06/01 09:36:55 lars Exp $
#
# define some implicit magic
# so the definition of the DRBDs will be easier
@@ -450,5 +450,5 @@
complete -v -X '!RS_*' Stop
complete -F _gen_comp Fail_Disk Heal_Disk Fail_Link Heal_Link
complete -F _gen_comp Crash_Node Node_State Wait_for_boot
-complete -F _start_and_reloc_comp Start Relocate
+complete -F _start_and_reloc_comp Start Reloc
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/testing/CTH/Attic/T-001.sh,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- T-001.sh 1 Jun 2004 07:01:56 -0000 1.1.2.2
+++ T-001.sh 1 Jun 2004 09:36:55 -0000 1.1.2.3
@@ -1,5 +1,5 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-001.sh,v 1.1.2.2 2004/06/01 07:01:56 lars Exp $
+# $Id: T-001.sh,v 1.1.2.3 2004/06/01 09:36:55 lars Exp $
echo "START"
Start RS_1 Node_1
@@ -8,8 +8,8 @@
sleep 30
echo "MOVE"
-Relocate RS_1 Node_2
-Relocate RS_2 Node_1
+Reloc RS_1 Node_2
+Reloc RS_2 Node_1
sleep 30
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/testing/CTH/Attic/T-002.sh,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- T-002.sh 1 Jun 2004 07:01:56 -0000 1.1.2.2
+++ T-002.sh 1 Jun 2004 09:36:55 -0000 1.1.2.3
@@ -1,5 +1,5 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-002.sh,v 1.1.2.2 2004/06/01 07:01:56 lars Exp $
+# $Id: T-002.sh,v 1.1.2.3 2004/06/01 09:36:55 lars Exp $
Start RS_1 Node_1
@@ -9,7 +9,7 @@
sleep 5
-Relocate RS_1 Node_2
+Reloc RS_1 Node_2
sleep 5
@@ -20,7 +20,7 @@
sleep 5
-Relocate RS_1 Node_1
+Reloc RS_1 Node_1
sleep 10