mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
ca905681cc
For each section 8 man page, a .8_gen file is created from one of: .8_main - Old-style man page - content used directly .8_des and .8_end - Description and end section of a generated page .8_pregen - Pre-generated page used if the generator fails Other man sections are not generated and use the suffix .5_main or .7_main. Developers should use 'make generate' to regenerate the .8_pregen files.
10 lines
492 B
Plaintext
10 lines
492 B
Plaintext
.SH NOTES
|
|
|
|
To replace PVs, \fBvgdisplay \-\-partial \-\-verbose\fP will show the
|
|
UUIDs and sizes of any PVs that are no longer present. If a PV in the VG
|
|
is lost and you wish to substitute another of the same size, use
|
|
\fBpvcreate \-\-restorefile filename \-\-uuid uuid\fP (plus additional
|
|
arguments as appropriate) to initialise it with the same UUID as the
|
|
missing PV. Repeat for all other missing PVs in the VG. Then use
|
|
\fBvgcfgrestore \-\-file filename\fP to restore the VG's metadata.
|