pvck (8) - Linux Manuals
pvck: Check metadata on physical volumes
NAME
pvck - Check metadata on physical volumes
SYNOPSIS
pvck option_args position_args
headers
metadata
metadata_all
metadata_search
metadata_area
--repair
There are cases where the PV UUID needs to be specified for the PV being
repaired. It is specified using --settings "pv_uuid=<UUID>". In
particular, if the device name for the PV being repaired does not match
the previous device name of the PV, then LVM may not be able to determine
the correct PV UUID. When headers are damaged on more than one PV in a
VG, it is important for the user to determine the correct PV UUID and
specify it in --settings. Otherwise, the wrong PV UUID could be used if
device names have been swapped since the metadata was last written.
If a PV had no metadata areas and the pv_header is damaged, then the
repair will not know to create no metadata areas during repair. It will
by default repair metadata in mda1. To repair with no metadata areas, use
--settings "mda_offset=0 mda_size=0".
There are cases where repair should be run on all PVs in the VG (using the
same metadata file): if all PVs in the VG are damaged, if using an old
metadata version, or if a backup file is used instead of raw metadata.
Using --repair is equivalent to running --repairtype pv_header followed by
--repairtype metadata.
--repairtype pv_header
--repairtype metadata
--repairtype label_header
pvck PV ...
Check and print LVM headers and metadata on a device
pvck --dump String PV
Repair LVM headers or metadata on a device
pvck --repairtype pv_header|metadata|label_header PV
Repair LVM headers and metadata on a device
pvck --repair -f|--file String PV
Common options for command:
Common options for lvm:
If the partition table is corrupted or lost on /dev/sda, and you suspect
there was an LVM partition at approximately 100 MiB, then this
area of the disk can be scanned using the --labelsector
parameter with a value of 204800 (100 * 1024 * 1024 / 512 = 204800).
lvm(8)
lvm.conf(5)
lvmconfig(8)
pvchange(8)
pvck(8)
pvcreate(8)
pvdisplay(8)
pvmove(8)
pvremove(8)
pvresize(8)
pvs(8)
pvscan(8)
vgcfgbackup(8)
vgcfgrestore(8)
vgchange(8)
vgck(8)
vgcreate(8)
vgconvert(8)
vgdisplay(8)
vgexport(8)
vgextend(8)
vgimport(8)
vgimportclone(8)
vgmerge(8)
vgmknodes(8)
vgreduce(8)
vgremove(8)
vgrename(8)
vgs(8)
vgscan(8)
vgsplit(8)
lvcreate(8)
lvchange(8)
lvconvert(8)
lvdisplay(8)
lvextend(8)
lvreduce(8)
lvremove(8)
lvrename(8)
lvresize(8)
lvs(8)
lvscan(8)
lvm-fullreport(8)
lvm-lvpoll(8)
lvm2-activation-generator(8)
blkdeactivate(8)
lvmdump(8)
dmeventd(8)
lvmpolld(8)
lvmlockd(8)
lvmlockctl(8)
cmirrord(8)
lvmdbusd(8)
lvmsystemid(7)
lvmreport(7)
lvmraid(7)
lvmthin(7)
lvmcache(7)
-d|--debug
-f|--file String
-h|--help
-q|--quiet
-t|--test
-v|--verbose
-y|--yes
DESCRIPTION
pvck checks and repairs LVM metadata on PVs.
Dump
Print header values and warn if any values are incorrect. Checks the
label_header, pv_header, mda_header(s), and metadata text.
Print or save the current metadata text, using headers to locate the
metadata. If headers are damaged, the metadata may not be found. Use
--settings "mda_num=2" to look in mda2 (the second mda at the end of the
device (if used). The metadata text is printed to stdout. With --file,
the metadata text is saved to a file.
List or save all versions of metadata found in the metadata area, using
headers to locate the metadata. If headers are damaged, the metadata may
not be found. Use --settings "mda_num=2" as above. All metadata versions
are listed (add -v to include descriptions and dates in the listing.)
With -file, all versions are written to a file.
Search for all versions of metadata in the common locations. This does
not use headers, so it can find metadata even when headers are damaged.
Use --settings "mda_num=2" as above. All metadata versions are listed
(add -v to include descriptions and dates in the listing.) With --file,
all versions are written to a file. To save one copy of metadata, use
--settings "metadata_offset=<offset>", where the offset is taken from the
dump listing.
Save the entire text metadata area to a file without processing.
Repair
Repair headers and metadata on a PV. This uses a metadata input file that
was extracted by --dump, or a backup file (from /etc/lvm/backup). When
possible, use metadata saved by --dump from another PV in the same VG (or
from a second metadata area on the PV).
Repairs the header sector, containing the pv_header and label_header.
Repairs the mda_header and metadata text. It requires the headers to be
correct (having been undamaged or already repaired).
Repairs label_header fields, leaving the pv_header (in the same sector)
unchanged. (repairtype pv_header should usually be used instead.)
USAGE
Check for metadata on a device
-
[ --settings String ]
[ --[pv]metadatacopies 0|1|2 ]
[ COMMON_OPTIONS ]
-
[ --settings String ]
[ COMMON_OPTIONS ]
-
[ COMMON_OPTIONS ]
-
[ -h|--help ]
[ -q|--quiet ]
[ -t|--test ]
[ -v|--verbose ]
[ -y|--yes ]
[ --commandprofile String ]
[ --config String ]
[ --driverloaded y|n ]
[ --lockopt String ]
[ --longhelp ]
[ --nolocking ]
[ --profile String ]
[ --version ]
OPTIONS
VARIABLES
ENVIRONMENT VARIABLES
See lvm(8) for information about environment variables used by lvm.
For example, LVM_VG_NAME can generally be substituted for a required VG parameter.
EXAMPLES
pvck --labelsector 204800 /dev/sda
SEE ALSO