mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: btrfs: Remove another test that used qgroup 0/*
This was failing with recent Linux: libguestfs: error: btrfs_subvolume_snapshot: /dir/test3: /dir/test6: ERROR: cannot snapshot '/sysroot/dir/test3': Invalid argument I tried to change the test to use 1/1000 instead, but that fails with a different error which I don't understand at all. As we're not meant to be testing btrfs here, only that libguestfs can translate between the guestfs API and btrfs commands and we know it can do that, I simply deleted the sub-test entirely.
This commit is contained in:
@@ -7186,8 +7186,7 @@ See C<guestfs_get_e2generation>." };
|
||||
["btrfs_subvolume_create"; "/test1"; "NOARG"];
|
||||
["btrfs_subvolume_create"; "/test2"; "NOARG"];
|
||||
["btrfs_subvolume_create"; "/dir/test3"; "NOARG"];
|
||||
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test5"; "true"; "NOARG"];
|
||||
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test6"; ""; "0/1000"]]), []
|
||||
["btrfs_subvolume_snapshot"; "/dir/test3"; "/dir/test5"; "true"; "NOARG"]]), []
|
||||
];
|
||||
shortdesc = "create a btrfs snapshot";
|
||||
longdesc = "\
|
||||
|
||||
Reference in New Issue
Block a user