From 887744646323015bafe60726b8481ae9b175574c Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Thu, 25 Apr 2002 10:53:58 +0000 Subject: [PATCH] Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before) --- tools/vgcreate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/vgcreate.c b/tools/vgcreate.c index 7adc2f0e1..0e187b772 100644 --- a/tools/vgcreate.c +++ b/tools/vgcreate.c @@ -21,8 +21,8 @@ #include "tools.h" /* FIXME From config file? */ -#define DEFAULT_PV 255 -#define DEFAULT_LV 255 +#define DEFAULT_PV 256 +#define DEFAULT_LV 256 #define DEFAULT_EXTENT 4096 /* In KB */