zfs on linux tip: use serialno based device names *not* /dev/sd# labels that are dynamically assigned (like say due to slightly different disk spin-up rates at boot).

If you fail to do that, zfs unmount POOL, zpool export POOL, zpool import -d /dev/disk/by-id/ POOL can get you fixed up.

#zfs #linux #oops

@swetland Makes it a lot easier to figure out which disk to pull when one fails too