Page MenuHomeFreeBSD

makefs: Allow "legacy" as a valid ZFS mountpoint
ClosedPublic

Authored by jlduran on Tue, Aug 11, 3:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 29, 4:07 PM
Unknown Object (File)
Sat, Aug 29, 4:03 PM
Unknown Object (File)
Mon, Aug 24, 7:31 PM
Unknown Object (File)
Mon, Aug 24, 3:07 PM
Unknown Object (File)
Sat, Aug 22, 1:57 AM
Unknown Object (File)
Fri, Aug 21, 4:12 PM
Unknown Object (File)
Fri, Aug 21, 12:59 PM
Unknown Object (File)
Thu, Aug 20, 8:11 PM
Subscribers

Details

Summary

Allow "legacy" alongside "none" as a valid value for the ZFS mountpoint
property, matching zfsprops(7).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 75513
Build 72396: arc lint + arc unit

Event Timeline

We are still pondering if NanoBSD's /cfg partition, when using ZFS, should be legacy. At any rate, let's allow makefs(8) to create legacy mountpoints.

This revision is now accepted and ready to land.Tue, Aug 11, 3:47 AM
markj added inline comments.
usr.sbin/makefs/tests/makefs_zfs_tests.sh
688
usr.sbin/makefs/tests/makefs_zfs_tests.sh
650

@markj I'll change this one as well. Thanks