OpenFiler cannot delete volume group
Posted: 09 Jun 2010, 15:12
Go to the commandline on the Openfiler box or via Putty. With the following command you can disable the volume groupâ€
After disableing of the volume group, you can delete the whole volume with the following command:
If you’re sure about this, you press y to continue.
Code: Select all
vgchange –a n <volume group name>
Code: Select all
vgremove <volume group name>