The qgroup commands now accepts the level/id format. Use 0/subvolid to avoid invalid qgroupid error. Signed-off-by: An Long <lan@xxxxxxxx> --- tests/btrfs/099 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/099 b/tests/btrfs/099 index 375cc2b9..f3a2002a 100755 --- a/tests/btrfs/099 +++ b/tests/btrfs/099 @@ -29,7 +29,7 @@ _scratch_mount _require_fs_space $SCRATCH_MNT $(($FILESIZE * 2 / 1024)) _run_btrfs_util_prog quota enable $SCRATCH_MNT -_run_btrfs_util_prog qgroup limit $FILESIZE 5 $SCRATCH_MNT +_run_btrfs_util_prog qgroup limit $FILESIZE 0/5 $SCRATCH_MNT # loop 5 times without sync to ensure reserved space leak will happen for i in `seq 1 5`; do -- 2.31.1