From d6b38fd3c1b5ea293d8b24c0307c2147ae790ee0 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Fri, 14 Jul 2017 15:42:54 +0200 Subject: [PATCH] nvmetcli: allow setting of the subsystem version Signed-off-by: Johannes Thumshirn Signed-off-by: Christoph Hellwig --- nvmetcli | 1 + 1 file changed, 1 insertion(+) 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): -- 2.50.1