Page MenuHomeFreeBSD

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

Authored by jlduran on Aug 11 2026, 3:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 17, 9:43 PM
Unknown Object (File)
Mon, Sep 7, 11:12 AM
Unknown Object (File)
Mon, Sep 7, 1:58 AM
Unknown Object (File)
Sat, Sep 5, 7:04 AM
Unknown Object (File)
Fri, Sep 4, 1:57 PM
Unknown Object (File)
Fri, Sep 4, 1:54 PM
Unknown Object (File)
Thu, Sep 3, 4:10 PM
Unknown Object (File)
Wed, Sep 2, 5:46 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.Aug 11 2026, 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