mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-20 18:09:23 +03:00
26 lines
741 B
Groff
26 lines
741 B
Groff
.TH PVREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
|
|
.SH NAME
|
|
pvremove \- remove a physical volume
|
|
.SH SYNOPSIS
|
|
.B pvremove
|
|
.RB [ \-f [ f ]| \-\-force " [" \-\-force ]]
|
|
.RB [ \-y | \-\-yes ]
|
|
.IR PhysicalVolume " [" PhysicalVolume ...]
|
|
.SH DESCRIPTION
|
|
.B pvremove
|
|
wipes the label on a device so that LVM will no longer recognise it
|
|
as a physical volume.
|
|
.SH OPTIONS
|
|
See \fBlvm\fP(8) for common options.
|
|
.TP
|
|
.BR \-ff ", " \-\-force " " \-\-force
|
|
Force the removal of a physical volume belonging to an existing volume group.
|
|
You cannot remove a physical volume which in use by some active logical volume.
|
|
.TP
|
|
.BR \-y ", " \-\-yes
|
|
Answer yes to all questions.
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR pvcreate (8),
|
|
.BR pvdisplay (8)
|