尊敬的各位cloudstack大神,

安装环境:
cloud4.2+centos6.4

问题:
安装后自带的template 状态都是not ready
系统VM的console也打不开

报错:

在SSVM中运行/usr/local/cloud/systemvm/run.sh

有以下错误
07:36:55,400  INFO DownloadManagerImpl:811 - found 2 templates
[/mnt/SecStorage/682bb675-ddad-39da-94ba-aaa2073f799e/template/tmpl/1/3/10b9a932-a25e-4530-9d9b-1d1d5def63d5.qcow2,
/mnt/SecStorage/682bb675-ddad-39da-94ba-aaa2073f799e/template/tmpl/1/4/]
07:36:55,410  WARN DownloadManagerImpl:830 �C
Post download installation was not completed for 
/mnt/SecStorage/682bb675-ddad-39da-94ba-aaa2073f799e/template/tmpl/1/4


我觉得是我的KVM Host网络有问题,烦请帮忙看一下
以下为KVM host网络配置
其中cloudbr0作为public,cloudbr1作为private和guest

DEVICE=cloudbr0
TYPE=Bridge
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=10.167.230.122
GATEWAY=10.167.230.1
NETMASK=255.255.255.0
DNS1=10.167.129.100
STP=yes
~
DEVICE=cloudbr1
TYPE=Bridge
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=193.160.30.12
NETMASK=255.255.255.0
DNS1=193.160.30.2
STP=yes

DEVICE=eth0
HWADDR=00:19:99:C9:47:56
TYPE=Ethernet
UUID=6ecc217f-1be1-4e77-94d3-f2222537f02a
ONBOOT=yes
NM_CONTROLLED=yes
#BOOTPROTO=dhcp
BOOTPROTO=none
BRIDGE=cloudbr0

DEVICE=eth1
HWADDR=00:19:99:C9:47:57
TYPE=Ethernet
UUID=e0b3ba1b-5d27-4222-9540-7816c80262ff
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
#IPADDR=193.160.30.12
#NETMASK=255.255.255.0
BRIDGE=cloudbr1

回复