dyindude / ubuntu-zfs

BSD 2-Clause "Simplified" License
8 stars 4 forks source link

remove support for legacy device node references #38

Closed dyindude closed 6 years ago

dyindude commented 6 years ago

After practicing with this project in the real world™, I see why relying on /dev/sd? is not a good idea. On my machine each disk seems to randomly become sd[a-g]

It's almost always better to be explicit than implicit.

dyindude commented 6 years ago

in practice, this shorthand helps me to keep things in place for a new build, even if I am having to map them by hand, mostly because I'm still not used to referencing devices by-id

dyindude commented 6 years ago

probably not worth the effort to change this behavior, leaving it for now.