summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@netiant.com>2014-10-30 18:19:05 +0100
committerJerome Martin <jxm@netiant.com>2014-10-30 18:21:01 +0100
commit00fadd7aa7caeea2fb3fab549c462725482ba1c6 (patch)
treec630e96dfbdb51de8060535e57cdcc415a13a484
parent9bcfadb2132f7efa3dc2f94726aefbe377320307 (diff)
downloadtargetcli-3.0-pre4.tar.gz
Updated to use nexus_wwn TPG attribute3.0-pre4
* In rtslib, the TPG.nexus attribute has been renamed nexus_wwn * Clarified the status line a little bot for nexus_wwn
-rw-r--r--targetcli/ui_target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targetcli/ui_target.py b/targetcli/ui_target.py
index 9e7c9ea..ff70b4d 100644
--- a/targetcli/ui_target.py
+++ b/targetcli/ui_target.py
@@ -351,7 +351,7 @@ class UITPG(UIRTSLibNode):
def summary(self):
if self.rtsnode.has_feature('nexus'):
- description = ("%s" % self.rtsnode.nexus, True)
+ description = ("nexus WWN %s" % self.rtsnode.nexus_wwn, True)
elif self.rtsnode.enable:
description = ("enabled", True)
else: