Page MenuHomeFreeBSD

g_part_ebr: always create "compat" aliases
ClosedPublic

Authored by emaste on Feb 27 2023, 7:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 16, 10:48 AM
Unknown Object (File)
Fri, Aug 14, 12:33 AM
Unknown Object (File)
Thu, Aug 13, 8:17 PM
Unknown Object (File)
Thu, Aug 13, 1:34 AM
Unknown Object (File)
Wed, Aug 12, 7:48 PM
Unknown Object (File)
Mon, Aug 10, 8:53 AM
Unknown Object (File)
Mon, Aug 10, 8:28 AM
Unknown Object (File)
Sun, Aug 9, 11:25 PM
Subscribers
None

Details

Summary
The "canonical" ebr names like `ada0s4+00002081` are not particularly
meaningful.  The "compat" aliases share the same namespace as the parent
MBR, resulting in names like `ada0s6`.  This is consistent with the way
Linux names partitions within an EBR.

We previously provided a sysctl kern.features.geom_part_ebr_compat,
which defaulted to enabled.  Remove the sysctl and always create the
"compat" aliases.

Relnotes: yes
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable