1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/man/pvremove.8.in

34 lines
941 B
Groff
Raw Normal View History

.TH PVREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
2002-11-18 17:04:08 +03:00
.SH NAME
pvremove \- remove a physical volume
.SH SYNOPSIS
.B pvremove
.RB [ \-d | \-\-debug ]
.RB [ \-h | \-\-help ]
.RB [ \-t | \-\-test ]
.RB [ \-v | \-\-verbose ]
.RB [ \-\-version ]
.RB [ \-f [ f ]| \-\-force
.RB [ \-\-force ]]
2002-11-18 17:04:08 +03:00
.RB [ \-y | \-\-yes ]
.I PhysicalVolume
.RI [ PhysicalVolume ...]
2002-11-18 17:04:08 +03:00
.SH DESCRIPTION
pvremove wipes the label on a device so that LVM will no longer
recognise it as a physical volume.
2002-11-18 17:04:08 +03:00
.SH OPTIONS
2011-01-28 19:03:38 +03:00
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.
2011-02-28 22:40:04 +03:00
Normally \fBvgreduce\fP(8) should be used instead of this command.
2011-01-28 19:03:38 +03:00
You cannot remove a physical volume which in use by some active logical volume.
.TP
.BR \-y ", " \-\-yes
Answer yes to all questions.
2002-11-18 17:04:08 +03:00
.SH SEE ALSO
.BR lvm (8),
.BR pvcreate (8),
2011-02-28 22:40:04 +03:00
.BR pvdisplay (8),
.BR vgreduce (8)