]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
nvme-cli: tweak discover man pages w/argconfig fix
authorJay Freyensee <james_p_freyensee@linux.intel.com>
Fri, 7 Oct 2016 19:09:20 +0000 (12:09 -0700)
committerJay Freyensee <james_p_freyensee@linux.intel.com>
Fri, 7 Oct 2016 19:14:53 +0000 (12:14 -0700)
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 <james_p_freyensee@linux.intel.com>
Documentation/nvme-discover.txt

index 2d374b14626d549d9bbfbffb9b675c74a19d0d7c..bff4767675071120e896eb4bdd8c0f83e9d854e0 100644 (file)
@@ -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".