btrfs_device_add
Description:
[ Version ( since = "1.17.35" ) ]
public bool btrfs_device_add (string[] devices, string fs) throws Error
public bool btrfs_device_add (string[] devices, string fs) throws Error
add devices to a btrfs filesystem
Add the list of device(s) in devices to 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 |