Re: [Openstack-operators] Cinder api enpoint not found error while attach volume to instance

2015-01-14 Thread Geo Varghese
Hi Abel, Oh okay. yes sure compute nod ecan access the controller. I have added it in /etc/hosts The current error is, it couldn't find an endpoint. is this related with anything aboe you mentioned? On Thu, Jan 15, 2015 at 11:56 AM, Abel Lopez wrote: > I know it's "Available ", however that

Re: [Openstack-operators] Cinder api enpoint not found error while attach volume to instance

2015-01-14 Thread Abel Lopez
I know it's "Available ", however that doesn't imply attachment. Cinder uses iSCSI or NFS, to attach the volume to a running instance on a compute node. If you're missing the required protocol packages, the attachment will fail. You can have "Available " volumes, and lack tgtadm (or nfs-utils if th

Re: [Openstack-operators] Cinder api enpoint not found error while attach volume to instance

2015-01-14 Thread Abel Lopez
Do your compute nodes have the required iSCSI packages installed? On Wednesday, January 14, 2015, Geo Varghese wrote: > Hi Jay, > > Thanks for the reply. Just pasting the details below > > keystone catalog > > Service: compute > > +-+-

Re: [Openstack-operators] Cinder api enpoint not found error while attach volume to instance

2015-01-14 Thread Geo Varghese
Hi Jay, Thanks for the reply. Just pasting the details below keystone catalog Service: compute +-++ | Property | Value|

[Openstack-operators] New services disable reason

2015-01-14 Thread Belmiro Moreira
Hi, as operators I would like to have your comments/suggestions on: https://review.openstack.org/#/c/136645/1 With a large number of nodes several services are disabled because various reasons (in our case mainly hardware interventions). To help operations we use the "disable reason" as fast filt

Re: [Openstack-operators] Fwd: HAPROXY 504 errors in HA conf

2015-01-14 Thread John Dewey
I would verify that the VIP failover is occurring. Your master should have the IP address. If you shut down keepalived the VIP should move to one of the others. I generally set the state to MASTER on all systems, and have one with a higher priority than the others (e.g. 100 vs 150 on others

Re: [Openstack-operators] EXT4 as ephemeral disk

2015-01-14 Thread Davanum Srinivas
Nathanael, Abel, "disable the automatic formatting" sounds like a good feature. Do you mind helping us add it? (log a review? post a diff? create a blueprint?). thanks, dims On Wed, Jan 14, 2015 at 9:35 AM, Nathanael Burton wrote: > We just rely on the tenants to format the disks themselves. Wh

Re: [Openstack-operators] Cinder api enpoint not found error while attach volume to instance

2015-01-14 Thread Jay Pipes
Could you pastebin the output of: keystone catalog and also pastebin your nova.conf for the node running the Nova API service? Thanks! -jay On 01/14/2015 02:25 AM, Geo Varghese wrote: Hi Team, I need a help with cinder volume attachment with an instance. I have succesfully created cinder v

Re: [Openstack-operators] EXT4 as ephemeral disk

2015-01-14 Thread Nathanael Burton
We just rely on the tenants to format the disks themselves. Whatever fs type we choose would inevitably be wrong for a large percentage of the users, so why bother. On Jan 13, 2015 7:37 PM, "Jay Pipes" wrote: > On 01/13/2015 07:14 PM, Nathanael Burton wrote: > >> We actually modified the code to