Page 1 of 1

OpenFiler cannot delete volume group

Posted: 09 Jun 2010, 15:12
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.