Hi, in my CS 4.3.0 (KVM) I just added a new host.

But it seems to me there is an issue in my configuration

Indeed, on DB, table "hosts", i have both private_ip_address and storage_ip_address with same IP and in log i can see:

[{"com.cloud.agent.api.StartupRoutingCommand":
[...]
 "privateIpAddress":"10.0.2.109",
 "privateMacAddress":"5e:63:56:74:5c:90",
 "privateNetmask":"255.255.255.0",
 "storageIpAddress":"10.0.2.109",
 "storageNetmask":"255.255.255.0",
 "storageMacAddress":"5e:63:56:74:5c:90",
[...]

I double checked host configuration and it seems to be ok

[...]
auto storage
iface storage inet static
    address 10.0.2.109
    netmask 255.255.255.0
    network 10.0.2.0
    broadcast 10.2.0.255

auto management
iface management inet static
    address 10.0.1.109
    netmask 255.255.255.0
    network 10.0.1.0
    broadcast 10.1.0.255
[...]

So, my question is:
where do management server get network configuration on hosts to answere to StartupRoutingCommand?

--
Gerolamo Valcamonica

Reply via email to