Re: devcloud-kvm questions

2013-02-16 Thread Dave Cahill
The base machine is actually an iMac running Ubuntu 12.04 (dual boot); 12GB RAM and plenty of disk. I know devcloud-kvm-fusion on OS X is an option too, but I was kind of hoping that if I could get devcloud-kvm up and running nicely on Ubuntu, I could use it for functional tests - have a local Jenk

Re: devcloud-kvm questions

2013-02-16 Thread Marcus Sorensen
Hmm, I'm also running it on 12.04 (and someone else on 12.10, and on my mac via VMware fusion, used qemu-img to migrate the qcow2 to vmdk) system is an i7-2600, with 16GB ram. What sort of memory/storage? Could the VM be swapping? On Sat, Feb 16, 2013 at 7:16 PM, Dave Cahill wrote: > The host is

Re: devcloud-kvm questions

2013-02-16 Thread Dave Cahill
The host is running Ubuntu 12.04, and has nested virtualization enabled. I had to change the libvirt XML CPU exact match section from "Westmere" to "Penryn" to match the host CPU. On Sat, Feb 16, 2013 at 6:11 AM, Marcus Sorensen wrote: > What platform is the host running? Did you need to change

Re: devcloud-kvm questions

2013-02-15 Thread Marcus Sorensen
What platform is the host running? Did you need to change the libvirt xml file at all? It does sound like it can't access the disk in the VM, or having a hard time doing so, or something like that. On Fri, Feb 15, 2013 at 3:33 AM, Dave Cahill wrote: > Sounds good, thanks Marcus. I'll try the new

Re: devcloud-kvm questions

2013-02-15 Thread Dave Cahill
Sounds good, thanks Marcus. I'll try the new image tomorrow. >From investigations today, it looks like the issues I'm having with devcloud-kvm are more related to a general nested virtualization issue (maybe related to the baremetal machine I'm using?) rather than anything CloudStack-specific. My

Re: devcloud-kvm questions

2013-02-14 Thread Marcus Sorensen
So, I just ran through the install instructions and found the issues. I'll be updating the images and instructions tomorrow. Here are some things I did: yum erase cloud-* rm -rf /usr/share/cloud/ rm -rf /var/lib/cloud/ rm -rf /var/cache/cloud/ rm -rf /tmp/cloud/ rm -rf /etc/cloud/ rm -rf /var/log

Re: devcloud-kvm questions

2013-02-14 Thread Dave Cahill
Awesome, thanks Marcus! On Fri, Feb 15, 2013 at 10:59 AM, Marcus Sorensen wrote: > I'll take a look. I was in the process this afternoon of removing the old > packaging from devcloud-kvm and replacing it with the new. Ill push the new > image tomorrow. 4.1 as it stands now works for me on a fresh

Re: devcloud-kvm questions

2013-02-14 Thread Marcus Sorensen
I'll take a look. I was in the process this afternoon of removing the old packaging from devcloud-kvm and replacing it with the new. Ill push the new image tomorrow. 4.1 as it stands now works for me on a fresh install though. On Feb 14, 2013 6:41 PM, "Dave Cahill" wrote: > Hi, > > I've been work

devcloud-kvm questions

2013-02-14 Thread Dave Cahill
Hi, I've been working on getting devcloud-kvm up and running using master, and I've hit a few issues - most were due to recent changes in master and are fixed now thanks to help from Rohit and Marcus. By the way, I should note that the devcloud-kvm docs on the wiki are really great - couldn't have