Skip to content

Commit

Permalink
Updated to use nexus_wwn TPG attribute
Browse files Browse the repository at this point in the history
* In rtslib, the TPG.nexus attribute has been renamed nexus_wwn
* Clarified the status line a little bot for nexus_wwn
  • Loading branch information
tramjoe committed Oct 30, 2014
1 parent 9bcfadb commit 00fadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targetcli/ui_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def __init__(self, tpg, parent):

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:
Expand Down

0 comments on commit 00fadd7

Please sign in to comment.