btrfs_qgroup_assign
Description:
[ Version ( since = "1.29.17" ) ]
public bool btrfs_qgroup_assign (string src, string dst, string path) throws Error
public bool btrfs_qgroup_assign (string src, string dst, string path) throws Error
add a qgroup to a parent qgroup
Add qgroup src
to parent qgroup dst
. This command can group several qgroups into a parent qgroup to share common
limit.
This function depends on the feature "btrfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |