Re: [Openstack] Unable to attach Cinder storage node on Ubuntu 14.04

2015-10-04 Thread nithish B
Then as the log says, "it's a code issue". Please create a bug report on launchpad for the same. Thanks. Regards, Nitish B. On Mon, Oct 5, 2015 at 10:29 AM, Shashank Puntamkar wrote: > Hi Nitish , Thanks for your response. > There is no database in Cinder Storage node, however there is databas

Re: [Openstack] Unable to attach Cinder storage node on Ubuntu 14.04

2015-10-04 Thread nithish B
Hi Shashank, Can you please check if any DB entries for cinder is created at all. It might be that the cinder is unable to connect to DB or read from it otherwise. Let me know if this is working first. Then we can check the other possibilities. Thanks. Regards, Nitish B. On Mon, Oct 5, 2015 at 9

[Openstack] Unable to attach Cinder storage node on Ubuntu 14.04

2015-10-04 Thread Shashank Puntamkar
I am facing a problem while configuring Openstack Juno Cinder storage node on Ubuntu 14.04 (DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS" ) . On Controller node I am not able to see Cinder-Volume list when I run command "cinder service-list". It is only showing cinder-scheduler

Re: [Openstack] Cinder and Ephemeral storage

2015-10-04 Thread Ignazio Cassano
Hi Saurabh, when you a virtual machine from an image a the vm disk is created on computing node where the vm is running under /var/lib/ dirctory . If you delete the vm , you lost data because in this case you do not allocate any volume on cinder. This is the ephemeral storage behaviour. If you star

[Openstack] Cinder and Ephemeral storage

2015-10-04 Thread saurabh suman
Hi, When we don't have cinder and swift in our openstack setup ,where do our virtual machines get launched and the glance images get stored?? If the answer is ephemeral what exactly do we mean by that. How does it all happen ? In that case does it get stored in hard disk? Cheers! Saurav