From f79ec661058e9d0e34d379ceacb837f965e34b59 Mon Sep 17 00:00:00 2001 From: Jay Freyensee Date: Fri, 7 Oct 2016 12:09:20 -0700 Subject: [PATCH] nvme-cli: tweak discover man pages w/argconfig fix With Sagi's fix to argconfig.c, the nvme-discover man pages need to be tweaked to show the true intent of using discovery.conf, a default with multiple discover command-lines. Signed-off-by: Jay Freyensee --- Documentation/nvme-discover.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/nvme-discover.txt b/Documentation/nvme-discover.txt index 2d374b1..bff4767 100644 --- a/Documentation/nvme-discover.txt +++ b/Documentation/nvme-discover.txt @@ -98,8 +98,13 @@ Port 4420 is used by default: + * Issue a 'nvme discover' command using a /etc/nvme/discovery.conf file: ----------- -# Machine default. Note currently only works for single command: --t rdma -a 192.168.1.4 -s 4420 -q nqn.2014-08.com.example:nvme:nvm-subsystem-sn-d78432 +# Machine default 'nvme discover' commands. Query the +# Discovery Controller's two ports (some resources may only +# be accessible on a single port). Note an official +# nqn (Host) name defined in the NVMe specification is being used +# in this example. +-t rdma -a 192.168.69.33 -s 4420 -q nqn.2014-08.com.example:nvme:nvm-subsystem-sn-d78432 +-t rdma -a 192.168.1.4 -s 4420 -q nqn.2014-08.com.example:nvme:nvm-subsystem-sn-d78432 At the prompt type "nvme discover". -- 2.50.1