]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
nvmetcli: allow setting of the subsystem version
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 14 Jul 2017 13:42:54 +0000 (15:42 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 18 Jul 2017 17:48:20 +0000 (19:48 +0200)
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
nvmetcli

index 354ce4826f112cd09fee281a3df4cf329531202c..5378365eb91ffb2112f7deaaa0f1c77f1d576919 100755 (executable)
--- 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):