Page MenuHomeFreeBSD

Remove spaces from CTL devices' default serial numbers
ClosedPublic

Authored by asomers on Sep 6 2017, 9:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 19, 6:25 PM
Unknown Object (File)
Thu, Sep 19, 3:08 PM
Unknown Object (File)
Thu, Sep 19, 5:16 AM
Unknown Object (File)
Wed, Sep 18, 11:14 AM
Unknown Object (File)
Mon, Sep 16, 11:45 AM
Unknown Object (File)
Tue, Sep 10, 3:54 AM
Unknown Object (File)
Fri, Sep 6, 12:08 AM
Unknown Object (File)
Jul 5 2024, 9:19 PM
Subscribers

Details

Summary

Remove spaces from CTL devices' default serial numbers

It's awkward to have spaces in CAM device serial numbers. That leads to
such things as device nodes named "/dev/diskid/MYSERIAL%20%20%201". Better
to replace the spaces with "0"s. This change only affects the default
serial numbers for users who don't provide their own.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11407
Build 11767: arc lint + arc unit

Event Timeline

Looks good to me, thanks!

This revision is now accepted and ready to land.Sep 7 2017, 8:22 PM

I have no objections against the change. Though the whole concept of using so simple and repeatable LUN IDs is a request for troubles caused by conflicts.

This revision was automatically updated to reflect the committed changes.