Re: Still cannot add KVM host

2012-09-19 Thread Kelcey Jamison-Damage
Have you tried running cloud-setup-agent on the host? If so what is its output? Are you building 3.0.2 or 4.0 source? Busy Dev busyd...@gmail.com wrote: Thanks - I checked my KVM host and that directory already exists. On Wed, Sep 19, 2012 at 1:07 AM, KAWAI Hiroaki

Re: Still cannot add KVM host

2012-09-19 Thread Marcus Sorensen
Did he say which distribution? I recently submitted a fix for cent 6.3, it wasn't setting up the cgconfig service. I second drumming cloud-setup-agent. If you look at the management server log you should see the exact command/arcs being sent to the host. Copy that and run it manually to see where

Re: Still cannot add KVM host

2012-09-19 Thread Marcus Sorensen
Drumming? I meant running! On Sep 19, 2012 12:49 AM, Marcus Sorensen shadow...@gmail.com wrote: Did he say which distribution? I recently submitted a fix for cent 6.3, it wasn't setting up the cgconfig service. I second drumming cloud-setup-agent. If you look at the management server log you

Re: Still cannot add KVM host

2012-09-19 Thread Wido den Hollander
On 19-09-12 09:00, Kelceydamage@bbits wrote: Nah, I think drumming works better. But yeah, no mention was made of which host os is in use. I'm kind of guessing Ubuntu. I still have to fix the docs regarding this. Recently I've changed some behaviour of the Agent since it was writing to

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
Here's the output of cloud-setup-agent and the relevant portion of agent.log (I installed the agent using the install package from Jensen -- 4.0) [root@kvmhost libvirt]# cloud-setup-agent Welcome to the CloudStack Agent Setup: Please input the Management Server Hostname/IP-Address:[192.168.1.8]

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
I also checked my agent.properties file and all the settings are there (with the appropriate values). On Wed, Sep 19, 2012 at 8:19 AM, Busy Dev busyd...@gmail.com wrote: I am using CentOS 6.3. I also ran into an issue with cgconfig a while back when I was trying to setup 3.02 and had this

Re: Still cannot add KVM host

2012-09-19 Thread Marcus Sorensen
That create storage pool failure usually hits me when I have some sort of primary storage defined which doesn't work. Most recently when I set up a sharedmountpoint pool without creating the mount directory. Are you sure that all of your primary storage is available to this host ? On Sep 19, 2012

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
I'll verify that. I know the secondary storage is available... didn't try the primary one - but both primary and secondary are located on the same server. On Wed, Sep 19, 2012 at 9:54 AM, Marcus Sorensen shadow...@gmail.comwrote: That create storage pool failure usually hits me when I have

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
I'm using NFS for both primary and secondary (which are hosted by the same machine that hosts the management server). On Wed, Sep 19, 2012 at 12:13 PM, Kelceydamage@bbits kel...@bbits.cawrote: I just caught that error in the logs too. Might I ask what solution your running for primary

Re: Still cannot add KVM host

2012-09-19 Thread Marcus Sorensen
you can also check /var/log/libvirt/libvirtd.log to see what error libvirt might be throwing about creating storage. On Wed, Sep 19, 2012 at 10:26 AM, Busy Dev busyd...@gmail.com wrote: I'm using NFS for both primary and secondary (which are hosted by the same machine that hosts the management

RE: Still cannot add KVM host

2012-09-19 Thread Kelcey Damage (BBITS)
Sorensen [mailto:shadow...@gmail.com] Sent: Wednesday, September 19, 2012 1:38 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Still cannot add KVM host you can also check /var/log/libvirt/libvirtd.log to see what error libvirt might be throwing about creating storage. On Wed, Sep 19, 2012

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
-dev@incubator.apache.org Subject: Re: Still cannot add KVM host you can also check /var/log/libvirt/libvirtd.log to see what error libvirt might be throwing about creating storage. On Wed, Sep 19, 2012 at 10:26 AM, Busy Dev busyd...@gmail.com wrote: I'm using NFS for both primary

Re: Still cannot add KVM host

2012-09-19 Thread Marcus Sorensen
, September 19, 2012 1:38 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Still cannot add KVM host you can also check /var/log/libvirt/libvirtd.log to see what error libvirt might be throwing about creating storage. On Wed, Sep 19, 2012 at 10:26 AM, Busy Dev busyd...@gmail.com wrote

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
ext:114 fax: +1 604 605 0964 skype: kelcey.damage -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Wednesday, September 19, 2012 1:38 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Still cannot add KVM host you can also check /var

Re: Still cannot add KVM host

2012-09-19 Thread Busy Dev
: kelcey.damage -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Wednesday, September 19, 2012 1:38 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Still cannot add KVM host you can also check /var/log/libvirt/libvirtd.log to see what error

Re: Still cannot add KVM host

2012-09-18 Thread KAWAI Hiroaki
Hi, I run into the same problem. On KVM host OS, try: mkdir /var/lib/libvirt/images/ logging will be added with patch https://reviews.apache.org/r/7153/ (2012/09/19 14:00), Busy Dev wrote: I've been able to setup my development environment and am now trying to setup the management server.

Re: Still cannot add KVM host

2012-09-18 Thread Busy Dev
Thanks - I checked my KVM host and that directory already exists. On Wed, Sep 19, 2012 at 1:07 AM, KAWAI Hiroaki ka...@stratosphere.co.jpwrote: Hi, I run into the same problem. On KVM host OS, try: mkdir /var/lib/libvirt/images/ logging will be added with patch