diff options
author | Tony Hutter <[email protected]> | 2020-10-30 08:47:42 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-10-30 16:04:16 -0700 |
commit | 8a1b26eb546d0b1ef9af9efe080b589b35fa0887 (patch) | |
tree | bdb18f5c0cc0316b1059af10913d00646a9f28f3 /NEWS | |
parent | 7e76d21bc81b2a8d4ed34d72ce5cff723155d344 (diff) |
ZTS: Fix xattr_004_pos failure, don't use tmpfs
Previously, xattr_004_pos would create files with xattrs on both
tmpfs and ext2, and then copy them to zfs to verify that their
xattrs were preserved. However tmpfs doesn't support xattrs.
This was never noticed until Fedora 33. In Fedora 32 and older,
/tmp was on the root partition (like ext4), whereas on Fedora 33
/tmp is actually tmpfs. That caused this test to fail on Fedora 33.
This fix updates the test to only create the file on ext2, not tmpfs.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Closes #11133
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions