]> sourceware.org Git - lvm2.git/commitdiff
add region size & interval
authorAlasdair Kergon <agk@redhat.com>
Wed, 30 Apr 2003 15:27:48 +0000 (15:27 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 30 Apr 2003 15:27:48 +0000 (15:27 +0000)
lib/config/defaults.h

index 0fbc15ff993425ccb627ef234ae81b4e48b54c15..19025da06f05c9121bd0cecbdaa84a2742e7b1a5 100644 (file)
@@ -58,6 +58,8 @@
 #endif
 
 #define DEFAULT_STRIPE_FILLER "/dev/ioerror"
+#define DEFAULT_MIRROR_REGION_SIZE 512 /* KB */
+#define DEFAULT_INTERVAL 15
 
 #ifdef READLINE_SUPPORT
 #  define DEFAULT_MAX_HISTORY 100
This page took 0.036001 seconds and 5 git commands to generate.