[DRBD-cvs] scripts by phil; Changed the config keywords minor_count ...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Wed, 30 Jun 2004 13:44:06 +0200 (CEST)
DRBD CVS committal
Author : phil
Project : drbd
Module : scripts
Dir : drbd/scripts
Modified Files:
Tag: rel-0_7-branch
drbd.conf
Log Message:
Changed the config keywords minor_count -> minor-count and
disable_io_hints -> disable-io-hints.
[the old syntax is still valid]
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/scripts/drbd.conf,v
retrieving revision 1.5.2.16
retrieving revision 1.5.2.17
diff -u -3 -r1.5.2.16 -r1.5.2.17
--- drbd.conf 14 Jun 2004 18:00:59 -0000 1.5.2.16
+++ drbd.conf 30 Jun 2004 11:44:01 -0000 1.5.2.17
@@ -65,7 +65,7 @@
# by default we load the module with exactly as many devices
# as configured mentioned in this file.
#
- # minor_count 5;
+ # minor-count 5;
# this is for people who set up a drbd device via the
# loopback network interface or between two VMs on the same
@@ -78,7 +78,7 @@
# With linux 2.6 it no longer makes sense.
# So this option should vanish. --lge
#
- # disable_io_hints
+ # disable-io-hints
# }
#