大家好:
目前测试cloudstack4.5 ,底层hypervisor 是XenServer6.2的虚拟机:XenServer6.5
,创建实例的时候总是报资源不足的错误,仔细查看日志后,发现日志报错:
2015-06-01 11:48:14,265 DEBUG [c.c.a.m.a.i.FirstFitAllocator] (API-Job-Executor-34:ctx-d8d8a120
job-159 ctx-573acf24 FirstFitRoutingAllocator) (logid:b67c6324) Not considering hosts: [Host[-6-Routing]]
to deploy template: Tmpl[204-ISO-204-2-a1da4305-6984-372a-8e52-484439bc89d3 as they are not
HVM enabled
在之前版本更改数据库中的“cloud`.`configuration”表中插入一条记录(et
a flag in the cloudstack management database to allow CloudPlatform to use a server that does
not support “HVM”):
INSERT INTO `cloud`.`configuration` (`category`, `instance`,`component`, `name`,`value`,
`description`) VALUES ('Advanced','DEFAULT', 'management-server','xen.check.hvm', 'false',
'Should weallow only the XenServers support HVM');
请问大家现在cloudstack4.5开启新的虚拟机实例的时候,是不是需要检测其他表呢?
谢谢大家! |