diff options
author | Ryan Moeller <[email protected]> | 2020-03-06 12:28:19 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 09:28:19 -0800 |
commit | f5f6fb03b7e5e3d06da4c04b26319758568ae238 (patch) | |
tree | 1a574119d3ef07581fd755b86c14aac59a08003e /tests/runfiles/common.run | |
parent | 788398c5625c2c42903debc9a3f0e6870df08fe0 (diff) |
Change default to overlay=on
Filesystems allow overlay mounts by default on FreeBSD and Linux.
Respect the native convention by switching the default to overlay=on,
while retaining the option to turn the property off for compatibility
with other operating systems' conventions.
Update documentation and tests accordingly.
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10030
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index ea26a3ae3..f2107f47b 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -181,7 +181,7 @@ tags = ['functional', 'cli_root', 'zfs_load-key'] tests = ['zfs_mount_001_pos', 'zfs_mount_002_pos', 'zfs_mount_003_pos', 'zfs_mount_004_pos', 'zfs_mount_005_pos', 'zfs_mount_007_pos', 'zfs_mount_009_neg', 'zfs_mount_010_neg', 'zfs_mount_011_neg', - 'zfs_mount_012_neg', 'zfs_mount_all_001_pos', 'zfs_mount_encrypted', + 'zfs_mount_012_pos', 'zfs_mount_all_001_pos', 'zfs_mount_encrypted', 'zfs_mount_remount', 'zfs_mount_all_fail', 'zfs_mount_all_mountpoints', 'zfs_mount_test_race'] tags = ['functional', 'cli_root', 'zfs_mount'] |