From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: failed to bring up bonding interface (dracut+system) Date: Wed, 28 May 2014 13:57:46 +0200 Message-ID: <5385CF3A.1040306@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: systemd-devel-bounces@lists.freedesktop.org Sender: "systemd-devel" To: Vasiliy Tolstov , systemd-devel , initramfs@vger.kernel.org On 24.05.2014 09:02, Vasiliy Tolstov wrote: > Hello. > I'm using dracut to create initramfs and systemd. > Dracut configures bond and all works fine, but then it shutdowns and > switch rooti, mac address of slave interfaces (eth0 and eth1) changed, > but bonding mac saves the same. After that bond interface not works. > How to prevent this fail? > If i rmmod igb driver and load it mac addresses change to normal and > all works fine. > dracut from current master, system - 212. > > my /proc/cmdline > bond=bond0:eth0,eth1:mode=balance-xor,miimon=100,updelay=200,downdelay=200 > net.ifnames=0 ip=bond0:auto6:9000 rd.bootif=0 rd.md=0 rd.dm=0 rd.lvm=0 > rd.luks=0 console=tty0 console=ttyS1,115200 rw > root=live:http://[2001:db8:0:f101:92e2:baff:fe31:44c]/image/mh-vm/image.squashfs > rd.live.size=1G > chef=http://[2001:db8:0:f101:92e2:baff:fe31:44c]/chef/vm09 rd.shell > raid=noautodetect rdshell rd.debug rdnetdebug > > Invalid mac addresses is > ba:ee:69:7c:ed:4e > 4a:0f:e8:44:93:35 > Valid mac addreses is > 00:25:90:d5:bf:bc > 00:25:90:d5:bf:bd > > ?? something in your real root system assigning MAC adresses to the interfaces? which distribution?