I'm working on setting up a CS installation with a single XenServer host. However, once I add the primary and secondary storage, the system vms fail to start up.
For readability, I've put several logs and traces here: http://pastebin.com/eb51JDHF <--- CS Mgmt Log 1 http://pastebin.com/mbfRCei3 <--- XenServer Log from the same time as CS Mgmt Log 1 http://pastebin.com/Sm56N5ZX <--- Another CS Mgmt log that is likely related. This one clearly states that the host is placed on the avoid list and therefore no suitable hosts were found, but I can't figure out why the host is on the avoid list. http://pastebin.com/21R9auwb <--- Another CS Mgmt log indicating it was 'Unable to acquire lock on VMTemplateStoragePool' Those 4 groups of logs just repeat over and over. I know that is a lot to read through, but can anyone provide any insight here? I've been stuck on this for quite a while today. I'm building CS from the latest code as of this morning with the following commands: mvn -e -Dmaven.test.skip=true -P systemvm,developer clean install mvn -e -Dmaven.test.skip=true -P developer -pl developer,tools/devcloud -Ddeploydb mvn -e -pl :cloud-client-ui jetty:run and I have downloaded and placed the vhd-util accordingly. Is there some obvious step I'm missing? Thanks! Chris