[PATCH nvmetcli v2] nvmetcli: Also configure subsystem version

Johannes Thumshirn jthumshirn at suse.de
Fri Jul 14 06:42:54 PDT 2017


Signed-off-by: Johannes Thumshirn <jthumshirn at suse.de>
---

Changes from v1:
* Fix space vs tab

 nvmetcli | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nvmetcli b/nvmetcli
index 354ce4826f11..5378365eb91f 100755
--- a/nvmetcli
+++ b/nvmetcli
@@ -149,6 +149,7 @@ class UISubsystemNode(UINode):
     ui_desc_attr = {
         'allow_any_host': ('string', 'Allow access by any host if set to 1'),
         'serial': ('string', 'Export serial number to hosts'),
+        'version': ('string', 'Export version number to hosts'),
     }
 
     def __init__(self, parent, cfnode):
-- 
2.12.3




More information about the Linux-nvme mailing list