mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
34 lines
1.1 KiB
Groff
34 lines
1.1 KiB
Groff
.TH VGCFGRESTORE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
vgcfgrestore \- restore volume group descriptor area
|
|
.SH SYNOPSIS
|
|
.B vgcfgrestore
|
|
.RB [ \-d | \-\-debug ]
|
|
.RB [ \-f | \-\-file " filename" ]
|
|
.RB [ \-l[l] | \-\-list [--list] ]
|
|
.RB [ \-h | \-\-help ]
|
|
.RB [ \-M | \-\-Metadatatype 1|2]
|
|
.RB [ \-n | \-\-name " VolumeGroupName" ]
|
|
.RB [ \-t | \-\-test ]
|
|
.RB [ \-v | \-\-verbose ]
|
|
.RI [ VolumeGroupName ...]
|
|
.SH DESCRIPTION
|
|
.B vgcfgrestore
|
|
allows you to restore the metadata
|
|
of your volume groups from a text backup file produced by \fBvgcfgbackup\fP.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP for common options.
|
|
.SH REPLACING PHYSICAL VOLUMES
|
|
\fBvgdisplay --partial --verbose\fP will show you 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 volume
|
|
group's metadata.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR vgcreate (8)
|