btrfs_qgroup_create
Description:
[ Version ( since = "1.29.17" ) ]
public bool btrfs_qgroup_create (string qgroupid, string subvolume) throws Error
public bool btrfs_qgroup_create (string qgroupid, string subvolume) throws Error
create a subvolume quota group
Create a quota group (qgroup) for subvolume at subvolume
.
This function depends on the feature "btrfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |