Pvremove: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


Removes a physical volume by removing all LVM labels.
Removes a [[Linux_Logical_Volume_Management_Concepts#Physical_Volumes_.28PVs.29|physical volume]] by removing all LVM labels.
 
The association between volume groups and physical volumes can be obtained with with [[pvs]] or [[pvscan]].


<pre>
<pre>
pvremove <physical_volume_name>
pvremove <physical-volume-path>
</pre>
</pre>


The physical volume name can be obtained with [[pvs]] or [[pvscan]].
If the physical volume is used by a volume group, the volume group must be removed first with [[vgremove]].

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.