diff options
Diffstat (limited to 'man/vgcfgrestore.8_end')
-rw-r--r-- | man/vgcfgrestore.8_end | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/vgcfgrestore.8_end b/man/vgcfgrestore.8_end new file mode 100644 index 0000000..04e18bd --- /dev/null +++ b/man/vgcfgrestore.8_end @@ -0,0 +1,10 @@ +. +.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. |