From: Johannes Thumshirn Date: Fri, 14 Jul 2017 13:42:54 +0000 (+0200) Subject: nvmetcli: allow setting of the subsystem version X-Git-Tag: v0.5~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d6b38fd3c1b5ea293d8b24c0307c2147ae790ee0;p=users%2Fhch%2Fnvmetcli.git nvmetcli: allow setting of the subsystem version Signed-off-by: Johannes Thumshirn Signed-off-by: Christoph Hellwig --- diff --git a/nvmetcli b/nvmetcli index 354ce48..5378365 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):