mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
10 lines
483 B
Plaintext
10 lines
483 B
Plaintext
vgcreate creates a new VG on block devices. If the devices were not
|
|
previously initialized as PVs with \fBpvcreate\fP(8), vgcreate will
|
|
inititialize them, making them PVs. The pvcreate options for initializing
|
|
devices are also available with vgcreate.
|
|
.P
|
|
When vgcreate uses an existing PV, that PV's existing values for metadata
|
|
size, PE start, etc, are used, even if different values are specified in
|
|
the vgcreate command. To change these values, first use pvremove on the
|
|
device.
|