mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs: check for matching kernel send stream
The test case btrfs/049 is relevant to send stream version 2, and needs kernel patches as well. So call _notrun if there isn't matching kernel support as shown below btrfs/047 [not run] Missing btrfs kernel patch for send stream version 2, skipped this test Not run: btrfs/047 Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
@@ -2310,6 +2310,11 @@ _require_btrfs_send_stream_version()
|
||||
if [ $? -ne 0 ]; then
|
||||
_notrun "Missing btrfs-progs send --stream-version command line option, skipped this test"
|
||||
fi
|
||||
|
||||
# test if btrfs kernel supports send stream version 2
|
||||
if [ ! -f /sys/fs/btrfs/send/stream_version ]; then
|
||||
_notrun "Missing btrfs kernel patch for send stream version 2, skipped this test"
|
||||
fi
|
||||
}
|
||||
|
||||
_require_btrfs_mkfs_feature()
|
||||
|
||||
Reference in New Issue
Block a user