----- Original Message -----
> From: "Gianluca Cecchi" <gianluca.cec...@gmail.com>
> To: "users" <users@ovirt.org>
> Sent: Saturday, December 29, 2012 2:40:37 AM
> Subject: [Users] ovirtmgmt vs eth0 config in all-in-one config
> 
> 
> 
> 
> Hello,
> 
> what should be the difference between ovirtmgmt and eth0 in an
> all-in-one config?
> 
> 
> In my case I have this situation as soon as the server starts, after
> adding the host to local_cluster and reboot
> 
> $ diff ifcfg-eth0 ifcfg-ovirtmgmt
> 1c1
> < DEVICE=eth0
> ---
> > DEVICE=ovirtmgmt
> 3,4c3,5
> < HWADDR=52:54:00:b0:6c:5f
> < BRIDGE=ovirtmgmt
> ---
> > TYPE=Bridge
> > DELAY=0
> > BOOTPROTO=none
> 
> 
> In particular, both config files have lines with the ip/default gw
> 
> $ cat ifcfg-eth0
> DEVICE=eth0
> ONBOOT=yes
> HWADDR=52:54:00:b0:6c:5f
> BRIDGE=ovirtmgmt
> NM_CONTROLLED=no
> IPV6INIT=no
> IPADDR0=192.168.122.160
> DNS1=192.168.122.1
> PREFIX0=24
> DEFROUTE=yes
> IPV4_FAILURE_FATAL=no
> GATEWAY0=192.168.122.1
> UUID=09d17057-618e-464a-b38c-e16ab0d72f75
> 
> $ cat ifcfg-ovirtmgmt
> DEVICE=ovirtmgmt
> ONBOOT=yes
> TYPE=Bridge
> DELAY=0
> BOOTPROTO=none
> NM_CONTROLLED=no
> IPV6INIT=no
> IPADDR0=192.168.122.160
> DNS1=192.168.122.1
> PREFIX0=24
> DEFROUTE=yes
> IPV4_FAILURE_FATAL=no
> GATEWAY0=192.168.122.1
> UUID=09d17057-618e-464a-b38c-e16ab0d72f75
> 
> I think only the bridge should have them correct?
> 
> $ ip route list
> 169.254.0.0/16 dev ovirtmgmt scope link metric 1003
> 192.168.122.0/24 dev ovirtmgmt proto kernel scope link src
> 192.168.122.160
> 
> 
> All returns ok if I manually set it after boot
> # ip route add default via 192.168.122.1

eth0 should not have ip address in this configuration.
Can you please send deploy logs from /var/log/ovirt-engine/host-deploy?

Alon
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to