]> www.infradead.org Git - users/hch/nvmetcli.git/commitdiff
nvmetcli: add support for NS UUIDs
authorJohannes Thumshirn <jthumshirn@suse.de>
Fri, 16 Jun 2017 08:05:44 +0000 (10:05 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 16 Jun 2017 09:41:31 +0000 (11:41 +0200)
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

index 0ada243a6a7f837105acf995fc8dfd5d00c22ae9..56dda66c39a7c8065be3b597c1dddbf13a41b954 100755 (executable)
--- 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):