Page MenuHomeFreeBSD

Disable extattr_test on UFS1
ClosedPublic

Authored by br on Sep 20 2016, 4:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 10:55 PM
Unknown Object (File)
Fri, Mar 22, 10:55 PM
Unknown Object (File)
Fri, Mar 22, 10:55 PM
Unknown Object (File)
Fri, Mar 8, 1:11 PM
Unknown Object (File)
Fri, Mar 8, 2:59 AM
Unknown Object (File)
Jan 6 2024, 9:01 PM
Unknown Object (File)
Jan 6 2024, 9:01 PM
Unknown Object (File)
Jan 6 2024, 9:01 PM
Subscribers

Details

Reviewers
ngie
asomers
Group Reviewers
tests
Commits
rS306093: Disable extattr test on UFS1.
Summary

only UFS2 uses native extended attributes

UFS1 supports extended attrs, but not natively and requires additional commands to run, which is not supported by this test

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br retitled this revision from to Disable extattr_test on UFS1.
br updated this object.
br edited the test plan for this revision. (Show Details)
br added reviewers: tests, asomers.
asomers edited edge metadata.

LGTM. Though I shudder to think of where you found a UFS1 file system.

This revision is now accepted and ready to land.Sep 20 2016, 4:55 PM
ngie added a reviewer: ngie.
ngie added a subscriber: ngie.
ngie added inline comments.
usr.sbin/extattr/tests/extattr_test.sh
358–362 ↗(On Diff #20543)

It would be nice if this was dumped out by tunefs -p.. I'll see about doing that.

LGTM. Though I shudder to think of where you found a UFS1 file system.

MIPS* embedded installs (and some ARM64 installs) use it with CF/flash cards from what I gather (I think to reduce wear leveling?).

LGTM. Though I shudder to think of where you found a UFS1 file system.

makefs creates UFS1 by default

This revision was automatically updated to reflect the committed changes.