VGCONVERT

Section: Maintenance Commands (8)
Updated: LVM TOOLS 2.02.66(2) (2010-05-20)
Index Return to Main Contents
 

NAME

vgconvert - convert volume group metadata format  

SYNOPSIS

vgconvert [-d|--debug] [-h|--help] [-t|--test] [-v|--verbose] [--labelsector] [-M|--metadatatypetype] [--pvmetadatacopies#copies] [--metadatasizesize] [--version] VolumeGroupName [VolumeGroupName...]  

DESCRIPTION

vgconvert converts VolumeGroupName metadata from one format to another provided that the metadata fits into the same space.  

OPTIONS

See lvm(8) and pvcreate(8) for options.  

EXAMPLE

Convert volume group vg1 from LVM1 metadata format to the new LVM2 metadata format.

vgconvert -M2 vg1  

RECOVERY

Use pvscan(8) to see which PVs lost their metadata. Run pvcreate(8) with the --uuid and --restorefile options on each such PV to reformat it as it was, using the archive file that vgconvert(8) created at the start of the procedure. Finally run vgcfgrestore(8) with that archive file to restore the original metadata.  

SEE ALSO

lvm(8), pvcreate(8), vgcfgrestore(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
RECOVERY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 19:49:32 GMT, April 27, 2011