From: Johannes Thumshirn Date: Fri, 16 Jun 2017 08:05:44 +0000 (+0200) Subject: nvmetcli: add support for NS UUIDs X-Git-Tag: v0.5~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cfdbfc2ada8b8c7f3da9f766ae6a9301893da7c3;p=users%2Fhch%2Fnvmetcli.git nvmetcli: add support for NS UUIDs Add support for setting the Namespace Universally Unique Identifier in a NVMe over Fabrics namespace. Signed-off-by: Johannes Thumshirn Signed-off-by: Christoph Hellwig --- diff --git a/nvmetcli b/nvmetcli index 0ada243..56dda66 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):