Inhalt

Just the Solutions without Nonsense

Samstag, 28. August 2021

Proxmox - remove LVM to restart the process of making a new LVM

You can't remove a LVM via the Wbgui so you need the Shell...

That screen shows the Volume Group. But you need to work your way up to it in order for you to remove it.


Warning! You will lose anything in the specified Logical Volumes, Volume Groups, Physical Volumes if you follow this information. Be sure to back up anything you want to keep

run
lvdisplay
Check to see if you have nay volume's still in that group

If you do run
lvremove (nameofvolume)
- This will remove that volume

Now run
vgdisplay
Check to make sure your volume you want to remove is there

Now run
vgremove (nameofvolumegroup)

Refresh the page, if it still not there you may need to run
pvdisplay
Check to see if your Physical Volume is there

Then run
pvremove /dev/sdxxxxx
There can't be any active Volume Groups

Keine Kommentare:

Kommentar veröffentlichen