[PATCH master 2/2] iscsi: display portal (address:port) of node in node list (#1114820)

Martin Kolman mkolman at redhat.com
Tue Dec 2 12:42:32 UTC 2014


On Tue, 2014-12-02 at 09:52 +0100, Radek Vykydal wrote:
> 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>
And those two Anaconda patches also look good, thanks & ACK! :)



More information about the anaconda-patches mailing list