]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-cli: add --quiet option
authorSagi Grimberg <sagi@grimberg.me>
Thu, 1 Aug 2019 23:13:47 +0000 (16:13 -0700)
committerKeith Busch <kbusch@kernel.org>
Fri, 2 Aug 2019 15:43:09 +0000 (09:43 -0600)
commit547f4b752c49b144304b1e33d63d9325e02ca50a
tree02a2b037fb839e8d9ef9a86f6a140e08c07e5942
parentd28c5dea0ac410bde33e4db2a52c903abe3f67a1
nvme-cli: add --quiet option

Now we are going to have discovery log change events, so
instead of trying to figure out which NVM subsystem ports
are already connected, we let the driver do that and
only suppress the failure messages.

Example:
  nvme connect-all ... --quiet

This option will be used by the discovery log change corresponding
udev rule.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: James Smart <jsmart2021@gmail.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Minwoo Im <minwoo.im.dev@gmail.com>
fabrics.c