Re: Primary storage not mounted on hosts?

2016-04-15 Thread Simon Weller
Richard, The Cloudstack-agent should populate the libvirt pool-list when it starts up. Have you tried restarting libvirtd and then restarting the Cloudstack-agent? You may want to turn up debugging on the agent so you get some more detail on what's going on. You can do this by modifying

Primary storage not mounted on hosts?

2016-04-15 Thread Richard Klein (RSI)
I am not sure what happened but our primary storage, which is Gluster, on all our hosts is not mounted anymore. When I do "virsh pool-list" on any host I only see the local pool. Gluster is working fine and there are no problems with it because I can mount the Gluster volume manually on any

Re: Cloudstack 4.7 password reset issue - resolved.

2016-04-15 Thread Rafael Weingärtner
Those are great improvements, please create the PRs that we will review and help you prepare the code to be merged. Just be aware that we are going to have a feature freeze starting next Monday (if I am not mistaken) until the 4.9 version is closed. On Fri, Apr 15, 2016 at 3:12 PM, Richard Klein

RE: Cloudstack 4.7 password reset issue - resolved.

2016-04-15 Thread Richard Klein (RSI)
Thanks for the replay and I like the 3 PR as well. The changes are related to the environment we are using. We are using CS 4.7.0 on CentOS7 and VXLAN with a two 10Mb NICs per host that is bonded via multi-stack LACP switch for performance and redundancy. We ran into the following 3 issues

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-04-15 Thread ilya
Here is what i need to understand, if you are using SharedMountPoint, then /mnt/storage must be preset on all KVM hosts in a persistent manner (i.e. fstab). However, if you are using NFS, you can just let cloudstack manage the NFS mount points by adding the storage as NFS type. On 4/15/16 12:46

Re: Cloudstack 4.7 password reset issue - resolved.

2016-04-15 Thread Rafael Weingärtner
Would it be possible for you to explain a little bit these changes? I believe a PR per change would be the best way to go. On Fri, Apr 15, 2016 at 1:31 PM, Richard Klein (RSI) wrote: > I would be happy to submit a pull request but I am relatively new to using > Git and

RE: Cloudstack 4.7 password reset issue - resolved.

2016-04-15 Thread Richard Klein (RSI)
I would be happy to submit a pull request but I am relatively new to using Git and GitHub. I have a lot of experience with SVN and CVS. I have read the following link about the process: * https://cloudstack.apache.org/developers.html *

Re: Error: "Unable to add host"

2016-04-15 Thread Cayetano Rodríguez
Yes, I'm trying to setup everything on a single machine. I followed that guide and now I've checked all steps in the KVM section. When I execute " lsmod | grep kvm " I get the following output: [root@srvr1 ~]# lsmod | grep kvm kvm 341551 0 In the guide it appears in the

Guid is not updated for cluster with specified cluster id

2016-04-15 Thread Mario Giammarco
Hello, I had to delete and insert again two servers in a zone. Now I was able to insert again the server artkvm2 with ip 10.4.1.3 but when I try to add again artkvm1 with ip 10.4.1.2 I only get: Guid is not updated for cluster with specified cluster id; need to wait for hosts in this cluster to

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-04-15 Thread ilya
as well as output of mount command.. On 4/14/16 10:39 PM, Nezar Madbouh wrote: > Hi Ilya, > > Here is the output of mount command: > > [root@eqx-cs-cmp-01 ~]# mount > /dev/mapper/vg_root-lv_root on / type ext4 (rw) > proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > devpts on

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-04-15 Thread ilya
Can you goto primary storage in cloudstack UI, is this what you have defined for your NFS Server? "SharedMountPoint","host":"localhost","path":"/mnt/storage" If so, please use IP or FQDN instead.. On 4/14/16 10:39 PM, Nezar Madbouh wrote: > Hi Ilya, > > Here is the output of mount command: >