# 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"