Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323AbdHaIQ4 (ORCPT ); Thu, 31 Aug 2017 04:16:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54018 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711AbdHaIQw (ORCPT ); Thu, 31 Aug 2017 04:16:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 88807461E0 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=otubo@redhat.com Date: Thu, 31 Aug 2017 10:16:43 +0200 From: Eduardo Otubo To: KY Srinivasan Cc: Haiyang Zhang , Stephen Hemminger , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , Stephen Hemminger , David Miller Subject: Re: [PATCHv2] hv_set_ifconfig.sh double check before setting ip Message-ID: <20170831081643.GA2491@vader> References: <20170828100121.17321-1-otubo@redhat.com> <20170828081624.16a1e4de@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3+47 (5f034395e53d) (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 31 Aug 2017 08:16:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2609 Lines: 62 On Mon, Aug 28, 2017 at 04:48:32PM +0000, KY Srinivasan wrote: > > > > -----Original Message----- > > From: Haiyang Zhang > > Sent: Monday, August 28, 2017 8:57 AM > > To: Stephen Hemminger ; Eduardo Otubo > > ; KY Srinivasan > > Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; Stephen > > Hemminger ; David Miller > > > > Subject: RE: [PATCHv2] hv_set_ifconfig.sh double check before setting ip > > > > > > > > > -----Original Message----- > > > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > > > Sent: Monday, August 28, 2017 11:16 AM > > > To: Eduardo Otubo > > > Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; Haiyang > > > Zhang ; Stephen Hemminger > > > ; David Miller > > > Subject: Re: [PATCHv2] hv_set_ifconfig.sh double check before setting ip > > > > > > On Mon, 28 Aug 2017 12:01:21 +0200 > > > Eduardo Otubo wrote: > > > > > > > v2: The script is now a little bit safer so it doesn't conflicts with > > > > network daemon trying to set configurations at the same time. > > > > > > > > This patch fixes the behavior of the hv_set_ifconfig script when > > > setting > > > > the interface ip. Sometimes the interface has already been configured > > > by > > > > network daemon, in this case hv_set_ifconfig causes "RTNETLINK: file > > > > exists error"; in order to avoid this error this patch makes sure > > > double > > > > checks the interface before trying anything. > > > > > > > > Signed-off-by: Eduardo Otubo > > > > > > Adding new dependency on systemd is not going to make this script > > > even less useful. I wonder why the script still exists at all? Most of > > > the > > > Linux distro's can already setup HV networking without it. > > > > > > > This script is used by a host to inject IP into guests. KY knows more > > details about it. > > I wrote this script initially to provide an example script for Distros to base their solution on. > KVP supports IP injection to enable VM migration. For this scenario, I think we recommend that NM be > disabled. > So, what you're saying is that this should be fixed downstream, instead? This solution seems pretty safe for me and long term we can think about something else that could get rid of this script. So NM or whatever is in use can actually do the configuration. Any chance to have this patch ACK'd as a form of a short term solution?