Re: devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-30 Thread Kelceydamage@bbits
Ahh cool, I thought it might be something really simple. That also might be why it defaulted to calling the loacalstoragepool allocator. Glad it's fixed for you. Sent from my iPhone On Sep 30, 2012, at 8:22 AM, James Martin wrote: > Thanks, > > It was as Sebastien pointed out an error in my

Re: devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-30 Thread James Martin
Thanks, It was as Sebastien pointed out an error in my devcloud.cfg file. he storage mount point are missing a : it should be "url": "nfs://10.0.2.15:/opt/storage/secondary" Now on to another problem which I'll send a new message :) . James On Sat, Sep 29, 2012 at 1:22 PM, Kelceydamage@bbits

Re: devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-29 Thread Kelceydamage@bbits
Hi please try this Disable local storage, and either specify your local drive as a shared mount point, or use NFS to mount to yourself. Thanks Local storage is not of the correct type to launch system vm, most likely cause being miss-reporting as 99% full/alert state. Sent from my iPhone On

devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-29 Thread James Martin
Hi folks, thanks to Sebastien's great help last night, we made a lot of progress in using marvin in my devcloud / vagrant setup (I feel like I'm very close to having a new way to launch a devcloud environment). python -m marvin.deployDataCenter -i devcloud.cfg (attached) runs just fine, and ev