vgremove


Description:

[ Version ( since = "1.0.13" ) ]
public bool vgremove (string vgname) throws Error

remove an LVM volume group

Remove an LVM volume group vgname, (for example VG).

This also forcibly removes all logical volumes in the volume group (if any).

This function depends on the feature "lvm2". See also feature_available.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error