mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
22 lines
699 B
Groff
22 lines
699 B
Groff
.TH VGREMOVE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
vgremove \- remove a volume group
|
|
.SH SYNOPSIS
|
|
.B vgremove
|
|
[\-d/\-\-debug] [\-h/\-?/\-\-help] [\-t/\-\-test] [\-v/\-\-verbose]
|
|
VolumeGroupName [VolumeGroupName...]
|
|
.SH DESCRIPTION
|
|
vgremove allows you to remove one or more volume groups.
|
|
The volume group(s) must not have any logical volumes allocated:
|
|
Remove them first with \fBlvremove\fP. If one or more physical
|
|
volumes in the volume group are lost, consider
|
|
\fBvgreduce --removemissing\fP to make the volume group
|
|
metadata consistent again.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP for common options.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR lvremove (8),
|
|
.BR vgcreate (8),
|
|
.BR vgreduce (8)
|