Re: [Openstack] Devstack problems after server rebooting

2015-04-03 Thread Michael Gale
Hello, I have only seen this once and I ended up removing / purging Apparmor to fix the issues. After purging it completely and restarting everything worked fine. As a side note I have lots of installs where everything just works. Michael Sent from my iPhone > On Apr 3, 2015, at 4:19 P

Re: [Openstack] Devstack problems after server rebooting

2015-04-03 Thread Sripriya Seetharam
Hi Alexander, Can you paste the q-svc.log content here or on pastebin. It should provide more information on the error. Cheers, Sripriya -Original Message- From: Alexander Shalimov [mailto:ashali...@arccn.ru] Sent: Friday, April 03, 2015 11:38 AM To: openstack@lists.openstack.org Sub

Re: [Openstack] [Swift] CPU utilization consistently at 100%

2015-04-03 Thread Yogesh Girikumar
Hi, I was going to suggest htop. That would tell you which one is taking so much CPU. Also, can you post the result of 'uptime'? -- Y On 4 April 2015 at 00:17, Shrinand Javadekar wrote: > Thanks Clay. > > On Fri, Apr 3, 2015 at 3:03 AM, Clay Gerrard > wrote: > > On a single node where network

Re: [Openstack] [Swift] CPU utilization consistently at 100%

2015-04-03 Thread Shrinand Javadekar
Thanks Clay. On Fri, Apr 3, 2015 at 3:03 AM, Clay Gerrard wrote: > On a single node where network transfers are cheaper, and a small object > size request rate oriented workload - a good load generator should be able > to reach cpu limits with enough concurrency. If you're targeting a disk > sat

Re: [Openstack] [Swift] CPU utilization consistently at 100%

2015-04-03 Thread Shrinand Javadekar
On Fri, Apr 3, 2015 at 3:23 AM, wrote: > Are you using SSL (https)? Nope. SSL is disabled. > > > On Thu, 2 Apr 2015, Shrinand Javadekar wrote: > >> Top shows the CPUs pegged at ~100%. Writes are done by a tool built >> in-house which is similar in functionality to other object store >> benchmar

Re: [Openstack] Openstack swift charset problem

2015-04-03 Thread Samuel Merritt
On 4/3/15 1:42 AM, mehmet hacısalihoğlu wrote: Hi All, When I request send to create pseudo folder with turkish characters in windows, I get error message "Invalid UTF8 or contains NULL". curl -i -X PUT http://1X.XX.XXX.XX/v1/AUTH_test/test/çöçö

[Openstack] Devstack problems after server rebooting

2015-04-03 Thread Alexander Shalimov
Hello, I'm using devstack from stable/juno branch and with neutron setup. The problem is that after server rebooting I can't restart the devstack with the following errors saying that it can't create private network for the demo project. Has anyone seen this before? How to solve the problem?

[Openstack] Misinformation and my apologies, I am NOT the PTL for Cinder

2015-04-03 Thread John Griffith
All, I've recently received a number of PM's and text messages with folks a bit upset apparently that my bio at a recent speaking engagement was out of date and had me listed as the PTL for the Cinder project. I'm sorry that this has caused a number of folks to be rather upset. First off, my apo

Re: [Openstack] Database design in openstack

2015-04-03 Thread mehmet hacısalihoğlu
Hi Eagle, you can see nova database schema this link " https://wiki.openstack.org/wiki/Obsolete:Nova_Database_Schema"; Regards. 2015-04-03 12:59 GMT+03:00 eagle : > Hi, > I see there are lots of databases in openstack(nova, neutron, cinder > etc), lots of table in each database. > Can someone g

Re: [Openstack] Latency of Neutron's floatingip-associate operation?

2015-04-03 Thread Salvatore Orlando
6 minutes is surely the symptom of something wrong. The RPC is asynchronous. A router_updated notification is sent from the server side as soon as the floating IP is associated. The l3 agent apparently is either missing or processing this notification with a huge delay. Indeed the floating IP might

Re: [Openstack] [Swift] CPU utilization consistently at 100%

2015-04-03 Thread stuart . mclaren
Are you using SSL (https)? On Thu, 2 Apr 2015, Shrinand Javadekar wrote: Top shows the CPUs pegged at ~100%. Writes are done by a tool built in-house which is similar in functionality to other object store benchmarking tools. As I mentioned, there are 256 parallel object writes (PUTS), each of

Re: [Openstack] [Swift] CPU utilization consistently at 100%

2015-04-03 Thread Clay Gerrard
On a single node where network transfers are cheaper, and a small object size request rate oriented workload - a good load generator should be able to reach cpu limits with enough concurrency. If you're targeting a disk saturating throughput oriented workload - larger objects sizes (1-10MB) is the

[Openstack] Database design in openstack

2015-04-03 Thread eagle
Hi, I see there are lots of databases in openstack(nova, neutron, cinder etc), lots of table in each database. Can someone give some hints for the design of these databases, like the relation between tables? Thanks in advance. ___ Mailing list: http:/

[Openstack] Launch an instance and stuck at the task scheduling state

2015-04-03 Thread Mitchell Chen
Hi All, I have one control, one neutron and three compute nodes for deploy. Recently, I reinstalled one of compute node's OS (Ubuntu 14.04) because a boot issue in that machine. After Ubuntu was installed, I reconfigured exactly the same as other two compute nodes to be three compute nodes. Aft

[Openstack] Openstack swift charset problem

2015-04-03 Thread mehmet hacısalihoğlu
Hi All, When I request send to create pseudo folder with turkish characters in windows, I get error message "Invalid UTF8 or contains NULL". curl -i -X PUT http://1X.XX.XXX.XX/v1/AUTH_test/test/çöçö -H "Content-Type: application/dir