We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74990cf commit 33bb39bCopy full SHA for 33bb39b
tests/zfs-tests/tests/functional/bclone/cleanup.ksh
@@ -34,4 +34,11 @@
34
35
log_must zfs destroy $TESTSRCFS
36
log_must zfs destroy $TESTDSTFS
37
-default_cleanup
+
38
+default_cleanup_noexit
39
40
+if tunable_exists BCLONE_ENABLED ; then
41
+ log_must restore_tunable BCLONE_ENABLED
42
+fi
43
44
+log_pass
tests/zfs-tests/tests/functional/bclone/setup.ksh
@@ -36,6 +36,11 @@ if ! command -v clonefile > /dev/null ; then
log_unsupported "clonefile program required to test block cloning"
fi
+ log_must save_tunable BCLONE_ENABLED
+ log_must set_tunable32 BCLONE_ENABLED 1
DISK=${DISKS%% *}
45
46
default_setup_noexit $DISK "true"
0 commit comments