Skip to content

Commit

Permalink
ZFS: Fix block cloning tunable names
Browse files Browse the repository at this point in the history
On FreeBSD, these are vfs.zfs.bclone_{enabled,wait_dirty}, not
vfs.zfs.zfs_bclone_{enabled,wait_dirty}.

Signed-off-by: Mark Johnston <[email protected]>
  • Loading branch information
markjdb authored and tonyhutter committed Aug 7, 2024
1 parent e6b1c07 commit 26ee413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/zfs-tests/include/tunables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ VOL_INHIBIT_DEV UNSUPPORTED zvol_inhibit_dev
VOL_MODE vol.mode zvol_volmode
VOL_RECURSIVE vol.recursive UNSUPPORTED
VOL_USE_BLK_MQ UNSUPPORTED zvol_use_blk_mq
BCLONE_ENABLED zfs_bclone_enabled zfs_bclone_enabled
BCLONE_WAIT_DIRTY zfs_bclone_wait_dirty zfs_bclone_wait_dirty
BCLONE_ENABLED bclone_enabled zfs_bclone_enabled
BCLONE_WAIT_DIRTY bclone_wait_dirty zfs_bclone_wait_dirty
XATTR_COMPAT xattr_compat zfs_xattr_compat
ZEVENT_LEN_MAX zevent.len_max zfs_zevent_len_max
ZEVENT_RETAIN_MAX zevent.retain_max zfs_zevent_retain_max
Expand Down

0 comments on commit 26ee413

Please sign in to comment.