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)
Tue, Aug 11, 10:49 PM
Unknown Object (File)
Tue, Aug 11, 10:49 PM
Unknown Object (File)
Tue, Aug 11, 6:25 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