OpenFiler cannot delete volume group

Argomenti vari di carattere sistemistico
Post Reply
daniele
Posts: 333
Joined: 04 Mar 2009, 13:59

OpenFiler cannot delete volume group

Post by daniele »

Go to the commandline on the Openfiler box or via Putty. With the following command you can disable the volume group”

Code: Select all

vgchange –a n <volume group name>
After disableing of the volume group, you can delete the whole volume with the following command:

Code: Select all

vgremove <volume group name>
If you’re sure about this, you press y to continue.
Post Reply