[rhel7-branch 1/1] iscsi: display portal (address:port) of node in node list (#1195570)

rvykydal installerbot-noreply at redhat.com
Fri Jul 24 11:22:13 UTC 2015


From: Radek Vykydal <rvykydal at redhat.com>

Resolves: rhbz#1195570

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 6592022..2f89dbb 100644
--- a/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
+++ b/pyanaconda/ui/gui/spokes/advstorage/iscsi.glade
@@ -708,6 +708,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>


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/a4a27e28ee1fe005fc94a2c7931dcdcb5951e6c3


More information about the anaconda-patches mailing list