File 0001-nvmetcli-add-support-for-NS-UUIDs.patch of Package nvmetcli
From: Johannes Thumshirn <jthumshirn@suse.de>
Date: Fri, 16 Jun 2017 09:42:27 +0200
Subject: nvmetcli: add support for NS UUIDs
Patch-mainline: v0.5
Git-commit: cfdbfc2ada8b8c7f3da9f766ae6a9301893da7c3
Add support for setting the Namespace Universally Unique Identifier in
a NVMe over Fabrics namespace.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
nvmetcli | 1 +
1 file changed, 1 insertion(+)
diff --git a/nvmetcli b/nvmetcli
index 0ada243a6a7f..56dda66c39a7 100755
--- a/nvmetcli
+++ b/nvmetcli
@@ -198,6 +198,7 @@ class UINamespaceNode(UINode):
ui_desc_device = {
'path': ('string', 'Backing device path.'),
'nguid': ('string', 'Namspace Global Unique Identifier.'),
+ 'uuid': ('string', 'Namespace Universally Unique Identifier.'),
}
def __init__(self, parent, cfnode):
--
2.12.3