Pvremove: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:


<pre>
<pre>
pvremove <partition-on-which-physical-volume-resides>
pvremove <physical-volume-path>
</pre>
</pre>


Example:
If the physical volume is used by a volume group, the volume group must be removed first with [[vgremove]].
 
<pre>

Latest revision as of 17:48, 23 May 2017

Internal

Overview

Removes a physical volume by removing all LVM labels.

The association between volume groups and physical volumes can be obtained with with pvs or pvscan.

pvremove <physical-volume-path>

If the physical volume is used by a volume group, the volume group must be removed first with vgremove.