[DRBD-cvs] scripts by phil; Added the "dialog-refresh" config option...
drbd-user@lists.linbit.com
drbd-user@lists.linbit.com
Thu, 8 Jul 2004 11:53:48 +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:
Added the "dialog-refresh" config option. This allows the init-dialog
to be friendly to logging serial console terminal servers...
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/scripts/drbd.conf,v
retrieving revision 1.5.2.18
retrieving revision 1.5.2.19
diff -u -3 -r1.5.2.18 -r1.5.2.19
--- drbd.conf 1 Jul 2004 07:48:47 -0000 1.5.2.18
+++ drbd.conf 8 Jul 2004 09:53:43 -0000 1.5.2.19
@@ -67,6 +67,15 @@
#
# minor-count 5;
+ # The user dialog counts and displays the seconds it waited so
+ # far. You might want to disable this if you have the console
+ # of your server connected to a serial terminal server with
+ # limited logging capacity.
+ # The Dialog will print the count each 'dialog-refresh' seconds,
+ # set it to 0 to disable redrawing completely. [ default = 1 ]
+ #
+ # dialog-refresh 5; # 5 seconds
+
# this is for people who set up a drbd device via the
# loopback network interface or between two VMs on the same
# box, for testing/simulating/presentation