From: Josef Bacik Date: Wed, 22 Nov 2023 17:15:58 +0000 (-0500) Subject: fstests: don't test -o norecovery in btrfs/220 X-Git-Tag: v2023.12.10~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72e7d9bfdd8bd2c1f3bf40b971cd5ff37ba5f011;p=xfstests-dev.git fstests: don't test -o norecovery in btrfs/220 This is a deprecated option and it's going away with the new mount api patches, so remove this from the test. Signed-off-by: Josef Bacik Reviewed-by: Filipe Manana Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/220 b/tests/btrfs/220 index cc092c14..a7ec6558 100755 --- a/tests/btrfs/220 +++ b/tests/btrfs/220 @@ -212,20 +212,14 @@ test_non_revertible_options() # nologreplay should be used only with readonly test_should_fail "nologreplay" - # norecovery should be used only with readonly. - # This options is an alias to nologreplay - test_should_fail "norecovery" - if [ "$enable_rescue_nologreplay" = true ]; then #rescue=nologreplay should be used only with readonly test_should_fail "rescue=nologreplay" test_mount_opt "nologreplay,ro" "ro,rescue=nologreplay" - test_mount_opt "norecovery,ro" "ro,rescue=nologreplay" test_mount_opt "rescue=nologreplay,ro" "ro,rescue=nologreplay" else test_mount_opt "nologreplay,ro" "ro,nologreplay" - test_mount_opt "norecovery,ro" "ro,nologreplay" fi test_mount_opt "rescan_uuid_tree" "rescan_uuid_tree"