From: Jay Freyensee Date: Fri, 7 Oct 2016 19:09:20 +0000 (-0700) Subject: nvme-cli: tweak discover man pages w/argconfig fix X-Git-Tag: v1.0~25^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f79ec661058e9d0e34d379ceacb837f965e34b59;p=users%2Fhch%2Fnvme-cli.git 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 --- 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".