This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/man pvremove.8.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2011-02-28 19:40:04

Modified files:
	man            : pvremove.8.in 

Log message:
	mention vgreduce in pvremove man page

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/pvremove.8.in.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/man/pvremove.8.in	2011/02/04 21:19:04	1.3
+++ LVM2/man/pvremove.8.in	2011/02/28 19:40:04	1.4
@@ -22,6 +22,7 @@
 .TP
 .BR \-ff ", " \-\-force " " \-\-force
 Force the removal of a physical volume belonging to an existing volume group.
+Normally \fBvgreduce\fP(8) should be used instead of this command.
 You cannot remove a physical volume which in use by some active logical volume.
 .TP
 .BR \-y ", " \-\-yes
@@ -29,4 +30,5 @@
 .SH SEE ALSO
 .BR lvm (8),
 .BR pvcreate (8),
-.BR pvdisplay (8)
+.BR pvdisplay (8),
+.BR vgreduce (8)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]