btrfs_device_delete
Description:
[ Version ( since = "1.17.35" ) ]
public bool btrfs_device_delete (string[] devices, string fs) throws Error
public bool btrfs_device_delete (string[] devices, string fs) throws Error
remove devices from a btrfs filesystem
Remove the devices
from the btrfs filesystem mounted at fs
. If devices
is an empty list, this does
nothing.
This function depends on the feature "btrfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
devices |
an array of strings |
Returns:
true on success, false on error |