[PATCH rhel6-branch] Don't kill FCoE vlan connections when configuring network in UI (#882452)

Vratislav Podzimek vpodzime at redhat.com
Thu Jul 18 14:09:19 UTC 2013


On Wed, 2013-07-17 at 15:08 +0200, Radek Vykydal wrote:
> Resolves: rhbz#882452
> ---
>  gui.py | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/gui.py b/gui.py
> index 78388e7..c8dce2f 100755
> --- a/gui.py
> +++ b/gui.py
> @@ -1018,8 +1018,13 @@ class InstallInterface(InstallInterfaceBase):
>                  if not install_device:
>                      break
>  
> -            # update ifcfg files for nm-c-e
> -            self.anaconda.id.network.setNMControlledDevices(nm_controlled_devices)
> +            # bug #882452 - Now when NM controls VLAN devices, the update (change from
> +            # NM_CONTROOLED=yes to NM_CONTROLLED=no) would kill vlan connections
> +            # established by fcoe/fipvlan, so we update the NM_CONTROLLED only
> +            # in ifcfg files transferred to target system.
> +            #
> +            ## update ifcfg files for nm-c-e
> +            #self.anaconda.id.network.setNMControlledDevices(nm_controlled_devices)
>  
>              self.anaconda.id.network.writeIfcfgFiles()
>              network.logIfcfgFiles(message="Dump before nm-c-e (can race "
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list