I've fixed one issue with the new devcloud environment that I'm working on, but I'm now running into another issue when running python ../marvin/marvin/deployDataCenter.py -i devcloud.cfg
WARN [c.c.h.x.r.XenServerStorageProcessor] (DirectAgent-5:ctx-c5ad1fa5) can't mount 192.168.56.10:/opt/storage/secondary/template/tmpl/1/1 to /var/run/cloud_mount/ad3779f0-a29d-42c0-a894-9f5198e46022 WARN [c.c.h.x.r.XenServerStorageProcessor] (DirectAgent-5:ctx-c5ad1fa5) Catch Exception com.cloud.utils.exception.CloudRuntimeException for template + due to com.cloud.utils.exception.CloudRuntimeException: can't mount 192.168.56.10:/opt/storage/secondary/template/tmpl/1/1 to /var/run/cloud_mount/ad3779f0-a29d-42c0-a894-9f5198e46022 com.cloud.utils.exception.CloudRuntimeException: can't mount 192.168.56.10:/opt/storage/secondary/ See here for more information: https://github.com/snowch/devcloud/issues/15 The only nfs setup that I'm doing is here: https://github.com/snowch/devcloud/blob/master/packer/scripts/postinstall_nfs.sh Any pointers to help me resolve this will be gratefully received! Many thanks. Chris
