|
Description
|
Currently, bringing a device online/offline doesn't behave like
any other ZFS command in that it prints:
Bringing device '...' online
Instead, this should behave more like the rest of zpool and be
silent in the face of success. In addition, it should report
when a device could not successfully be brought online. Since
this is not an error per se (the online attempt could have been
to retry a known failed device), this shouldn't result in the
command failing. But a warning message would be useful.
|