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 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
Unknown Object (File)
Thu, Aug 20, 4:01 PM
Unknown Object (File)
Thu, Aug 20, 12:12 PM
Unknown Object (File)
Wed, Aug 19, 10:34 PM
Unknown Object (File)
Wed, Aug 19, 4:06 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 Not Applicable
Unit
Tests Not Applicable

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