From be4d196b7ab4fb5bfb88fbc0bc9e6f2fb2537fb8 Mon Sep 17 00:00:00 2001
From: Jay Freyensee <james_p_freyensee@linux.intel.com>
Date: Thu, 28 Jul 2016 10:37:06 -0700
Subject: [PATCH] nvmetcli: More refined cleanup of README

Adds a few more tidbits to the README file, minus
discovery/referral info (still WIP).

Signed-off-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 README | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 82d63ab..1fd76a6 100644
--- a/README
+++ b/README
@@ -52,6 +52,13 @@ The following walks through an example using interactive mode.
 ...> cd /subsystems/testnqn/allowed_hosts/
 ...> create hostnqn
 
+#
+# remove access of a subsystem by deleting the Host NQN
+#
+
+...> cd /subsystems/testnqn/allowed_hosts/
+...> delete hostnqn
+
 #
 # Alternatively this allows any host to connect to the subsystsem.  Only
 # use this in tightly controller environments:
@@ -65,7 +72,7 @@ The following walks through an example using interactive mode.
 # unused one will be used.
 #
 
-...> cd namespaces
+...> cd /subsystems/testnqn/namespaces
 ...> create 1
 ...> cd 1
 ...> set device path=/dev/nvme0n1
-- 
GitLab