[PATCH master 2/2] iscsi: display portal (address:port) of node in node list (#1114820)
Radek Vykydal
rvykydal at redhat.com
Tue Dec 2 08:52:56 UTC 2014
Related: rhbz#1114820
This is useful in multipath scenarios when nodes discovered on ip address
are accessible via multiple ip addresses.
---
pyanaconda/ui/gui/spokes/advstorage/iscsi.glade | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade b/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
index e5141b4..604f841 100644
--- a/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
+++ b/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
@@ -743,6 +743,17 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkTreeViewColumn" id="nodePortal">
+ <property name="title" translatable="yes">Portal</property>
+ <child>
+ <object class="GtkCellRendererText" id="nodePortalRenderer"/>
+ <attributes>
+ <attribute name="text">4</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
</object>
</child>
</object>
--
1.9.3
More information about the anaconda-patches
mailing list