mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-25 21:57:45 +03:00
Changed DEFAULT_PV and DEFAULT_LV to 256 (has been fixed in LVM1 before)
This commit is contained in:
parent
c5516a256a
commit
8877446463
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user