Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 4:57 PM, varun bhatnagar wrote: > are you asking me to set the value of max_connections to 5000 in mysql conf? THere was no suggestion. I just told you that I had a similar/same problem as you and how I solved it. -- God gave man both a penis and a brain, but unfortunately

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hi, Thanks for the answer. Just to be clear are you asking me to set the value of max_connections to 5000 in mysql conf? If yes then for me it is set to 8192 alreadyor have I misunderstood your suggestion? BR, Varun On Thu, Jul 28, 2016 at 5:35 PM, Turbo Fredriksson

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 1:57 PM, varun bhatnagar wrote: > I am trying to list volumes using openstack client, the command works > sometimes but sometimes it fails: I get that when my MySQL server "max_connections" is reached. I've bumped it to 5000 to be absolutly sure! SET GLOBAL

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Duncan Thomas
Looks like either you've got an intermittent network problem or the cinder api service is restarting. Anything enlightening in the cinder-api log? On 28 Jul 2016 16:41, "varun bhatnagar" wrote: Hello Steve, Thanks a lot for such a quick response. Yes the IP is

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hello Steve, Thanks a lot for such a quick response. Yes the IP is reachable. ping 10.33.237.104 PING 10.33.237.104 (10.33.237.104) 56(84) bytes of data. 64 bytes from 10.33.237.104: icmp_seq=1 ttl=64 time=0.587 ms 64 bytes from 10.33.237.104: icmp_seq=2 ttl=64 time=0.101 ms 64 bytes from

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Steve Martinelli
try running the command with --debug when it fails. normally that error happens when the client can't reach the host, does the IP address and port number look correct? On Thu, Jul 28, 2016 at 8:57 AM, varun bhatnagar wrote: > Hi, > > I am using OpenStack Mitaka. > I am

[openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread varun bhatnagar
Hi, I am using OpenStack Mitaka. I am trying to list volumes using openstack client, the command works sometimes but sometimes it fails: openstack volume list Unable to establish connection to http://10.33.237.104:8776/v2/3cbbffce04d9463e8cb8d3ca6480ed92/volumes/detail openstack volume list