[DRBD-cvs] r1457 - in trunk: drbd testing testing/CTH testing/CTH/LGE_CTH
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Mon, 26 Jul 2004 19:07:53 +0200 (CEST)
Author: lars
Date: 2004-07-26 19:07:52 +0200 (Mon, 26 Jul 2004)
New Revision: 1457
Modified:
trunk/drbd/drbd_int.h
trunk/drbd/drbd_proc.c
trunk/drbd/drbd_worker.c
trunk/testing/CTH/CTH_bash.conf
trunk/testing/CTH/CTH_bash.helpers
trunk/testing/CTH/CTH_bash.sh
trunk/testing/CTH/LGE_CTH.pm
trunk/testing/CTH/LGE_CTH/CRM.pm
trunk/testing/CTH/LGE_CTH/Component.pm
trunk/testing/CTH/LGE_CTH/DRBD_Resource.pm
trunk/testing/CTH/LGE_CTH/Disk.pm
trunk/testing/CTH/LGE_CTH/FileSystem.pm
trunk/testing/CTH/LGE_CTH/GenericTest.pm
trunk/testing/CTH/LGE_CTH/Link.pm
trunk/testing/CTH/LGE_CTH/Node.pm
trunk/testing/CTH/LGE_CTH/Resource.pm
trunk/testing/CTH/README
trunk/testing/CTH/T-000.sh
trunk/testing/CTH/T-001.sh
trunk/testing/CTH/T-002.sh
trunk/testing/CTH/T-003.sh
trunk/testing/CTH/T-004.sh
trunk/testing/CTH/T-005.sh
trunk/testing/CTH/T-006.sh
trunk/testing/CTH/T-007.sh
trunk/testing/CTH/bloodymary.conf
trunk/testing/CTH/bloodymary.sh.conf
trunk/testing/CTH/functions.sh
trunk/testing/CTH/generic_test.pl
trunk/testing/CTH/uml-minna.conf
trunk/testing/uml_profile-USER@HOST
Log:
No functional change. Comment adjustments, remove of stael CVS $Id$ tags
Modified: trunk/drbd/drbd_int.h
===================================================================
--- trunk/drbd/drbd_int.h 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/drbd/drbd_int.h 2004-07-26 17:07:52 UTC (rev 1457)
@@ -7,7 +7,7 @@
Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
main author.
- Copyright (C) 2002-2004,, Lars Ellenberg <l.g.e@web.de>.
+ Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
main contributor.
drbd is free software; you can redistribute it and/or modify
Modified: trunk/drbd/drbd_proc.c
===================================================================
--- trunk/drbd/drbd_proc.c 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/drbd/drbd_proc.c 2004-07-26 17:07:52 UTC (rev 1457)
@@ -8,7 +8,7 @@
Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
main author.
- Copyright (C) 2002-2004,, Lars Ellenberg <l.g.e@web.de>.
+ Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
main contributor.
drbd is free software; you can redistribute it and/or modify
Modified: trunk/drbd/drbd_worker.c
===================================================================
--- trunk/drbd/drbd_worker.c 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/drbd/drbd_worker.c 2004-07-26 17:07:52 UTC (rev 1457)
@@ -5,8 +5,8 @@
This file is part of drbd by Philipp Reisner.
- Copyright (C) 2003-2004,, Philipp Reisner <philipp.reisner@linbit.com>.
- Copyright (C) 2003-2004,, Lars Ellenberg <l.g.e@web.de>.
+ Copyright (C) 2003-2004, Philipp Reisner <philipp.reisner@linbit.com>.
+ Copyright (C) 2003-2004, Lars Ellenberg <l.g.e@web.de>.
authors.
drbd is free software; you can redistribute it and/or modify
Modified: trunk/testing/CTH/CTH_bash.conf
===================================================================
--- trunk/testing/CTH/CTH_bash.conf 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/CTH_bash.conf 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/bin/bash -nv
-# $Id: CTH_bash.conf,v 1.1.2.5 2004/06/15 08:41:02 lars Exp $
# NOTE that there is no plausibility check going on
# in this bash version of the CTH.
Modified: trunk/testing/CTH/CTH_bash.helpers
===================================================================
--- trunk/testing/CTH/CTH_bash.helpers 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/CTH_bash.helpers 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/bin/bash -nv
-# $Id: CTH_bash.helpers,v 1.1.2.12 2004/07/07 08:56:26 lars Exp $
#
# define some implicit magic
# so the definition of the DRBDs will be easier
Modified: trunk/testing/CTH/CTH_bash.sh
===================================================================
--- trunk/testing/CTH/CTH_bash.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/CTH_bash.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: CTH_bash.sh,v 1.1.2.8 2004/06/15 08:41:02 lars Exp $
# example for scripting failures
#
Modified: trunk/testing/CTH/LGE_CTH/CRM.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/CRM.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/CRM.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::CRM;
-# $Id: CRM.pm,v 1.1.2.1 2004/05/27 12:44:18 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/Component.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/Component.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/Component.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::Component;
-# $Id: Component.pm,v 1.1.2.1 2004/05/27 22:32:03 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/DRBD_Resource.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/DRBD_Resource.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/DRBD_Resource.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,4 +1,3 @@
-# $Id: DRBD_Resource.pm,v 1.1.2.3 2004/07/07 08:56:26 lars Exp $
package LGE_CTH::DRBD_ResourceInstance;
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/Disk.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/Disk.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/Disk.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::Disk;
-# $Id: Disk.pm,v 1.1.2.3 2004/07/07 08:56:26 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/FileSystem.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/FileSystem.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/FileSystem.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::FileSystem;
-# $Id: FileSystem.pm,v 1.1.2.2 2004/06/07 10:16:39 lars Exp $
use strict;
use warnings;
use Carp;
Modified: trunk/testing/CTH/LGE_CTH/GenericTest.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/GenericTest.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/GenericTest.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::GenericTest;
-# $Id: GenericTest.pm,v 1.1.2.2 2004/06/03 10:00:08 lars Exp $
our @ISA = 'LGE_CTH::Resource';
our %ClassData = (
Modified: trunk/testing/CTH/LGE_CTH/Link.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/Link.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/Link.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::Link;
-# $Id: Link.pm,v 1.1.2.1 2004/05/27 12:44:18 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/Node.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/Node.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/Node.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::Node;
-# $Id: Node.pm,v 1.1.2.2 2004/06/07 10:16:39 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH/Resource.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH/Resource.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH/Resource.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH::Resource;
-# $Id: Resource.pm,v 1.1.2.1 2004/05/27 12:44:18 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/LGE_CTH.pm
===================================================================
--- trunk/testing/CTH/LGE_CTH.pm 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/LGE_CTH.pm 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
package LGE_CTH;
-# $Id: LGE_CTH.pm,v 1.1.2.3 2004/07/07 08:56:26 lars Exp $
use strict;
use warnings;
use Carp;
Modified: trunk/testing/CTH/README
===================================================================
--- trunk/testing/CTH/README 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/README 2004-07-26 17:07:52 UTC (rev 1457)
@@ -97,6 +97,5 @@
In case you care for an explicit '''license statement''':
This is and needs to be GPL.
-# $Id: README,v 1.1.2.3 2004/05/28 08:57:02 lars Exp $
# if you don't know wiki-moin.vim: http://linuxha.trick.ca/WikiTricks
# vim: set ft=wiki-moin :
Modified: trunk/testing/CTH/T-000.sh
===================================================================
--- trunk/testing/CTH/T-000.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-000.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-000.sh,v 1.1.2.2 2004/06/01 07:01:56 lars Exp $
echo "dummy test: just wait_for_boot and mkfs"
echo "if this is reached, this test has"
Modified: trunk/testing/CTH/T-001.sh
===================================================================
--- trunk/testing/CTH/T-001.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-001.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-001.sh,v 1.1.2.3 2004/06/01 09:36:55 lars Exp $
: ${RS_1:?no RS_1 defined...}
: ${RS_2:?no RS_2 defined...}
Modified: trunk/testing/CTH/T-002.sh
===================================================================
--- trunk/testing/CTH/T-002.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-002.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-002.sh,v 1.1.2.4 2004/06/03 11:05:53 lars Exp $
#
# Fail Disk on Primary, Relocate Service, reattach on now Secondary.
Modified: trunk/testing/CTH/T-003.sh
===================================================================
--- trunk/testing/CTH/T-003.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-003.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-003.sh,v 1.1.2.2 2004/06/07 13:58:27 lars Exp $
#
# Fail Secondary disk, reattach "healed" disk, Relocate Service.
Modified: trunk/testing/CTH/T-004.sh
===================================================================
--- trunk/testing/CTH/T-004.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-004.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-004.sh,v 1.1.2.1 2004/06/03 11:05:53 lars Exp $
#
# Fail Disk on Primary, Relocate Service, reattach on now Secondary,
Modified: trunk/testing/CTH/T-005.sh
===================================================================
--- trunk/testing/CTH/T-005.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-005.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-005.sh,v 1.1.2.2 2004/06/07 13:58:27 lars Exp $
#
# Fail Primary disk, Relocate service, reattach "healed" disk on now secondary
Modified: trunk/testing/CTH/T-006.sh
===================================================================
--- trunk/testing/CTH/T-006.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-006.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-006.sh,v 1.1.2.2 2004/06/07 13:58:27 lars Exp $
#
# Fail Secondary disk, reattach "healed" disk, Relocate Service.
Modified: trunk/testing/CTH/T-007.sh
===================================================================
--- trunk/testing/CTH/T-007.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/T-007.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/env - /bin/bash
-# $Id: T-007.sh,v 1.1.2.2 2004/06/17 01:35:52 lars Exp $
#
# Fail Link; Heal Link; wait for sync; Relocate service.
Modified: trunk/testing/CTH/bloodymary.conf
===================================================================
--- trunk/testing/CTH/bloodymary.conf 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/bloodymary.conf 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,4 +1,3 @@
-# $Id: bloodymary.conf,v 1.1.2.2 2004/06/07 10:16:39 lars Exp $
#
# Note that some of the settings here may be overridden in generic_test.pl
# or at the end of this file
Modified: trunk/testing/CTH/bloodymary.sh.conf
===================================================================
--- trunk/testing/CTH/bloodymary.sh.conf 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/bloodymary.sh.conf 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/bin/bash -nv
-# $Id: bloodymary.sh.conf,v 1.1.2.2 2004/06/07 10:16:39 lars Exp $
# NOTE that there is no plausibility check going on
# in this bash version of the CTH.
Modified: trunk/testing/CTH/functions.sh
===================================================================
--- trunk/testing/CTH/functions.sh 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/functions.sh 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,6 +1,5 @@
#!/bin/bash
# vim: set foldmethod=marker nofoldenable :
-# $Id: functions.sh,v 1.1.2.9 2004/07/07 08:56:26 lars Exp $
#DEBUG="-vx"
#DEBUG="-v"
Modified: trunk/testing/CTH/generic_test.pl
===================================================================
--- trunk/testing/CTH/generic_test.pl 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/generic_test.pl 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,5 +1,4 @@
#!/usr/bin/perl
-# $Id: generic_test.pl,v 1.1.2.4 2004/07/07 08:56:26 lars Exp $
use strict;
use warnings;
Modified: trunk/testing/CTH/uml-minna.conf
===================================================================
--- trunk/testing/CTH/uml-minna.conf 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/CTH/uml-minna.conf 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,4 +1,3 @@
-# $Id: uml-minna.conf,v 1.1.2.4 2004/07/07 08:56:26 lars Exp $
#
# Note that some of the settings here may be overridden in generic_test.pl
# or at the end of this file
Modified: trunk/testing/uml_profile-USER@HOST
===================================================================
--- trunk/testing/uml_profile-USER@HOST 2004-07-26 16:46:52 UTC (rev 1456)
+++ trunk/testing/uml_profile-USER@HOST 2004-07-26 17:07:52 UTC (rev 1457)
@@ -1,4 +1,4 @@
-# uml_profile for lars@minna
+# uml_profile for $USER@$HOSTNAME
# you want to change
# - the ips for the TAP[10] devices to match your uml setup