|
|
Subscribe / Log in / New account

Fedora and LVM

Fedora and LVM

Posted Nov 2, 2012 0:33 UTC (Fri) by lacos (guest, #70616)
In reply to: Fedora and LVM by pbonzini
Parent article: Fedora and LVM

> vgremove removes the old partition from the volume group.

I think this is not correct (it caught my eye because I also have the most trouble remembering this step).

"vgremove" removes an entire volume group.

Instead "vgreduce" is needed here (evict the PV (ie. the partition) from the VG).

Afterwards "pvremove" may be invoked on the partition to "wipe[] the label on [the] device so that LVM will no longer recognise it as a physical volume".


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds