[ Version ( since = "1.29.17" ) ]
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 .
this |
A GuestfsSession object |
true on success, false on error |