It seems secondary storage vm could copy template to primary storage successfully, but created VM doesn't point this vol.. If we create vm manually and add this vol as boot vol, it works fine..
So it seems cloudstack cannot configure VM correctly in ceph rbd environment. Any idea? Thanks Kimi -----Original Message----- From: Kimihiko Kitase [mailto:kimihiko.kit...@citrix.co.jp] Sent: Monday, July 22, 2013 7:11 PM To: dev@cloudstack.apache.org Subject: RE: Problem in adding Ceph RBD storage to CloudStack Hello I am in the project with Nakajima san. We succeeded to add RBD storage to primary storage. But when we try to boot centos as user instance, it fail during system logger process. It works fine when we boot centos using NFS storage. It works fine when we boot centos using NFS storage and add additional disk from RBD storage. Do you have any idea to resolve this issue? Thanks Kimi -----Original Message----- From: Takuma Nakajima [mailto:penguin.trance.2...@gmail.com] Sent: Saturday, July 20, 2013 12:23 PM To: dev@cloudstack.apache.org Subject: Re: Problem in adding Ceph RBD storage to CloudStack I'm sorry but I forgot to tell you that the environment does not have the internet connection. It is not allowed to make a direct connection to the internet because of the security policy. Wido, > No, it works for me like a charm :) > > Could you set the Agent logging to DEBUG as well and show the output > of that log? Maybe paste the log on pastebin. > > I'm interested in the XMLs the Agent is feeding to libvirt when adding the RBD pool. I thought the new libvirt overwrites the old one, but actually both libvirt (with RBD and without RBD) were installed to the system. qemu was installed from the package and so it might have the dependency to the libvirt installed from the package. After deleting the both libvirt installed from source and package, then installed it from rpm package with RBD support, RBD storage was registered to the CloudStack successfully. David, > Why not 6.4? Because of no internet connection, packages in the local mirror repository may be old. I checked /etc/redhat-release and it showed the version is 6.3. In current state, although the RBD storage was installed, system VMs won't start with "Unable to get vms org.libvirt.LibvirtException: Domain not found: no domain with matching uuid 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'" error like http://mail-archives.apache.org/mod_mbox/cloudstack-users/201303.mbox/%3cd2ee6b3265ad864eb3ea4f5c670d256f354...@exmbx01l-crp-03.webmdhealth.net%3E The uuid in the error message was not in the database of the management server nor in ceph storage node. I tried removing host from the CloudStack and cleaning up the computing node, but it cannot be added again to the CloudStack. agent log says it attempted to connect to localhost:8250 though the management server address is set to 10.40.1.190 in global settings. management server log is here: http://pastebin.com/muGz73c0 (10.40.1.24 is the address of the computing node) Now the computing node is under rebuilding. Takuma Nakajima 2013/7/19 David Nalley <da...@gnsa.us>: > On Thu, Jul 18, 2013 at 12:09 PM, Takuma Nakajima > <penguin.trance.2...@gmail.com> wrote: >> Hi, >> >> I'm building a CloudStack 4.1 with Ceph RBD storage using RHEL 6.3 recently >> but it fails when adding RBD storage to primary storage. >> Does anybody know about the problem? > > > Why not 6.4?