Hi,
I posted this problem in the past and got no help, so I'm trying my luck
again
I install CS 4.2, configure advance zone for KVM cluster
here is my brctl
[root@kvm4 network-scripts]# brctl show
bridge name bridge id STP enabled interfaces
cloud0 8000.fe00a9fe0212 no vnet0
cloudbr0 8000.0015177b6765 no eth0
vnet1
vnet3
cloudbr1 8000.0015177b6764 no eth1
vnet2
cloudbr99 8000.0015177b6764 no eth1.99
virbr0 8000.52540089a4da yes virbr0-nic
I'm using inteface eth0 for management
[root@kvm4 network-scripts]# less ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BRIDGE=cloudbr0
here is bridge for eth0
DEVICE=cloudbr0
ONBOOT=yes
TYPE=Bridge
IPADDR=192.168.0.10
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
DNS1=8.8.8.8
I'm using eth1 for public/guest
[root@kvm4 network-scripts]# less ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BRIDGE=cloudbr1
here is bridge to public network untag in vlan 1 by default
DEVICE=cloudbr1
ONBOOT=yes
TYPE=Bridge
IPADDR=98.234.34.208
NETMASK=255.255.255.0
I created VLAN 99 for guest traffic
DEVICE=eth1.99
ONBOOT=yes
VLAN=yes
BRIDGE=cloudbr99
DEVICE=cloudbr99
ONBOOT=yes
TYPE=Bridge
IPADDR=10.1.1.2
NETMASK=255.255.255.0
DNS1=8.8.8.8
I'm using CLVM for primary storage, I noticed system vms were created
lvm> lvscan
inactive '/dev/hitachi-1/c490e01b-4e40-40fb-aa56-fbedd89b86cd'
[1.95 GiB] inherit
inactive '/dev/hitachi-1/ec032d27-26a4-467b-a1da-222402eedd60'
[1.95 GiB] inherit
ACTIVE '/dev/vg_kvm2/lv_root' [189.20 GiB] inherit
ACTIVE '/dev/vg_kvm2/lv_swap' [31.51 GiB] inherit
lvm>
here is my age.properties file:
#Storage
#Thu Oct 10 09:47:57 PDT 2013
guest.network.device=cloudbr99
workers=5
private.network.device=cloudbr0
port=8250
resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource
pod=1
zone=1
guid=10d96879-df46-3b97-9428-85e2934e0b95
public.network.device=cloudbr1
cluster=1
local.storage.uuid=7c563a7d-e257-48da-9133-cf5ae8973761
domr.scripts.dir=scripts/network/domr/kvm
LibvirtComputingResource.id=1
host=192.168.0.5
but System VMs are not starting, can someone tell me if VLAN are configure
right?
log:
2013-10-10 10:17:58,838 DEBUG [network.lb.LBHealthCheckManagerImpl]
(LBHealthCheck-1:null) LB HealthCheck Manager is running and getting the
updates from LB providers and updating service status
2013-10-10 10:18:19,049 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 2 VMs on host 1
2013-10-10 10:18:19,060 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 1
2013-10-10 10:18:19,049 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 2 VMs on host 1
2013-10-10 10:18:19,060 DEBUG [cloud.capacity.CapacityManagerImpl]
(CapacityChecker:null) Found 0 VM, not running on host 1
Thanks in advance!