Re: [Openstack] Inaugurating the new Development list

2012-07-10 Thread Razique Mahroua
Thank you Stef Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 9 juil. 2012 à 21:22, Stefano Maffulli a écrit :Hello folks,following up on the creation the new mailing list for OpenStackDevelopment as discussed and agreed onhttp://openstack.markmail.org/thread/6a5yyel5qo3moskqThe mailing

[Openstack] [Quantum] Stable Essex Version

2012-07-10 Thread Gary Kotton
Hi, Following the Quantum IRC meeting last night below is an update of the stable essex additions: Cherry picks approved and integrated: https://github.com/openstack/quantum/commit/b226e0c7e91e7089286e0977f7e0f185afe2964f

Re: [Openstack] [Swift] [Storage node] Lots of timeouts in load test after several hours around 1, 000, 0000 operations

2012-07-10 Thread Kuo Hugo
Hello , folks Seems most of time consumed by the following code in obj/server.py iter(lambda: reader(self.network_chunk_size), '') L591 - L605 https://github.com/openstack/swift/blob/master/swift/obj/server.py#L591 10323 Jul 10 14:34:42 object-server WTF: InitTime: 0.000183#012 SavingTime:

Re: [Openstack] Libvirt LXC with volume-attach broken ?

2012-07-10 Thread Eric W. Biederman
Serge Hallyn serge.hal...@canonical.com writes: Quoting Daniel P. Berrange (berra...@redhat.com): On Thu, Jul 05, 2012 at 03:00:26PM +0100, Daniel P. Berrange wrote: Now, when using 'nova volume-attach': # nova volume-attach 05eb16df-03b8-451b-85c1-b838a8757736

Re: [Openstack] Libvirt LXC with volume-attach broken ?

2012-07-10 Thread Eric W. Biederman
Daniel P. Berrange berra...@redhat.com writes: On Thu, Jul 05, 2012 at 06:49:06PM -0700, Eric W. Biederman wrote: Serge Hallyn serge.hal...@canonical.com writes: Quoting Daniel P. Berrange (berra...@redhat.com): On Thu, Jul 05, 2012 at 03:00:26PM +0100, Daniel P. Berrange wrote: Now,

Re: [Openstack] Libvirt LXC with volume-attach broken ?

2012-07-10 Thread Eric W. Biederman
Daniel P. Berrange berra...@redhat.com writes: On Fri, Jul 06, 2012 at 02:35:14AM -0700, Eric W. Biederman wrote: Daniel P. Berrange berra...@redhat.com writes: The part of the problem is that I have a /dev/sdf, or even a /dev/volgroup00/logvol3 in the host (with whatever major:minor

Re: [Openstack] Inaugurating the new Development list

2012-07-10 Thread Daniel P. Berrange
On Mon, Jul 09, 2012 at 01:56:25PM -0700, Stefano Maffulli wrote: On Mon 09 Jul 2012 01:48:25 PM PDT, Atul Jha wrote: And what happens to openstack@lists.launchpad.net then? good question: at the moment nothing happens, this list will remain active. According to the new mailing list

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Leander Bessa Beernaert
Well i've checked the libvirt logs on both nodes and i found these two lines: 2012-07-09 13:58:27.179+: 10227: warning : qemuDomainObjTaint:1134 : Domain id=2 name='instance-0002' uuid=57aca8a6-d062-4a08-8d87-e4d11d259ac7 is tainted: high-privileges 2012-07-09 13:58:27.736+: 10226:

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
Hi! Usually you get: 2012-07-09 13:58:27.179+: 10227: warning : qemuDomainObjTaint:1134 : Domain id=2 name='instance-0002' uuid=57aca8a6-d062-4a08-8d87-e4d11d259ac7 is tainted: high-privileges when you change permission in libvirt (root I presumed) which is not necessary. 2012-07-10

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
I forgot to ask, did you enable the vnc console? If so, with which parameters? On Tue, Jul 10, 2012 at 11:48 AM, Sébastien Han han.sebast...@gmail.comwrote: Hi! Usually you get: 2012-07-09 13:58:27.179+: 10227: warning : qemuDomainObjTaint:1134 : Domain id=2 name='instance-0002'

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Leander Bessa Beernaert
If i don't run libvirt with root, it can't write to the shared folder. It's the only way i've been able to get this to work. :S Below follows the configuration of one of the compute nodes. 10.0.1.1 is the controller and 10.0.1.2 is the compute node.

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
Change the vncserver_listen to 0.0.0.0 and re-try the live-migration, you should get better results :) On Tue, Jul 10, 2012 at 11:52 AM, Leander Bessa Beernaert leande...@gmail.com wrote: If i don't run libvirt with root, it can't write to the shared folder. It's the only way i've been able

[Openstack] Reminder: Project release status meeting - 21:00 UTC

2012-07-10 Thread Thierry Carrez
On the Project release status meeting on today: First meeting of the Folsom-3 era. We'll refine the goals, look into the upcoming bug squashing day Thursday and announce the results of the G name poll ! Feel free to add extra topics to the agenda: [1]

Re: [Openstack] Please vote for the name of the G release

2012-07-10 Thread Thierry Carrez
Thierry Carrez wrote: First, you need to decide whether we should amend our naming rules and just call it Grizzly, or keep our rules and go with the result of the second poll. You can do that here: https://launchpad.net/~openstack/+poll/g-stands-for-grizzly Then you can select the name the

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Razique Mahroua
Ok it looks like Qemu is unable to access the instance state.could you perform a $ virsh list --all from the second node and tell me what you see ?as for the second message, make sure you installed the "dbus" packageRegards,Razique Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 10 juil.

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Leander Bessa Beernaert
That did! Thanks :) Do you by change have any pointer on getting the live-migration to work without running libvirt under root? On Tue, Jul 10, 2012 at 10:55 AM, Sébastien Han han.sebast...@gmail.comwrote: Change the vncserver_listen to 0.0.0.0 and re-try the live-migration, you should get

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
Great! The last time I ran the live-migration, it was with GlusterFS and CephFS and I didn't changed any permissions in libvirt. I did the live-migration with NFS once but it was in Diablo (horrible), I don't really remember my setup. Maybe you should consider to try GlusterFS. On Tue, Jul 10,

Re: [Openstack] Bandwidth limit

2012-07-10 Thread Nick Barcet
On 07/10/2012 03:55 AM, Guillermo Alvarado wrote: Hi Everyone! I want to know if there is a table or something that contains information about the bandwidth of each tenant, to billing purposes. This is not complete yet, but is part of the data that we are trying to collect [1] in the

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Leander Bessa Beernaert
Is GlusterFS be more viable for a production environment? On Tue, Jul 10, 2012 at 11:17 AM, Sébastien Han han.sebast...@gmail.comwrote: Great! The last time I ran the live-migration, it was with GlusterFS and CephFS and I didn't changed any permissions in libvirt. I did the live-migration

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
It's production ready, RedHat offers a commercial support on it. Just keep in mind that it's owned by Redhat ;) On Tue, Jul 10, 2012 at 12:24 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Is GlusterFS be more viable for a production environment? On Tue, Jul 10, 2012 at 11:17 AM,

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Leander Bessa Beernaert
Ok. Thx for the help :) On Tue, Jul 10, 2012 at 11:30 AM, Sébastien Han han.sebast...@gmail.comwrote: It's production ready, RedHat offers a commercial support on it. Just keep in mind that it's owned by Redhat ;) On Tue, Jul 10, 2012 at 12:24 PM, Leander Bessa Beernaert

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Sébastien Han
Np ;) On Tue, Jul 10, 2012 at 12:33 PM, Leander Bessa Beernaert leande...@gmail.com wrote: Ok. Thx for the help :) On Tue, Jul 10, 2012 at 11:30 AM, Sébastien Han han.sebast...@gmail.comwrote: It's production ready, RedHat offers a commercial support on it. Just keep in mind that it's

Re: [Openstack] Baremetal Provisioning and proxy-nova-compute

2012-07-10 Thread John Paul Walters
Trinath, Do you have a /tftpboot/ directory on your proxy compute server, and if so are there any error logs in there? Please send us any error logs that you find and we'll try to get you fixed up. JP On Jul 6, 2012, at 6:51 AM, Trinath Somanchi wrote: Hi- I'm currently trying/testing

Re: [Openstack] PEP8 checks

2012-07-10 Thread Doug Hellmann
On Mon, Jul 9, 2012 at 9:16 PM, Dan Prince dpri...@redhat.com wrote: - Original Message - From: Dave Walker davewal...@ubuntu.com To: Monty Taylor mord...@inaugust.com Cc: openstack@lists.launchpad.net, John Garbutt john.garb...@citrix.com Sent: Monday, July 9, 2012 6:01:19

Re: [Openstack] [OpenStack][Nova] Live Migration Error

2012-07-10 Thread Razique Mahroua
What Stephan said, appart that, yes, it's production ready :-) Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 10 juil. 2012 à 11:52, Leander Bessa Beernaert a écrit :If i don't run libvirt with root, it can't write to the shared folder. It's the only way i've been able to get this to

[Openstack] [Openstack-Common] RPC

2012-07-10 Thread Gary Kotton
Hi, I am in the process of integrating the RPC code from OpenStack common into Quantum. I initially started working with qpid as the backend implementation. I ran into problems due to the fact that control_exchange is defined as 'nova'. This is in quantum/openstack/common/rpc/__init__.py

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Russell Bryant
On 07/10/2012 11:03 AM, Gary Kotton wrote: 1. When we import code from openstack common the test cases for the modules are not imported (maybe I missed something with running setup). When the code is copied the imports are updated. It would be nice to know that the auto tests are also run in

Re: [Openstack] Call for comments and testing: prototype for OpenStack Document translation process

2012-07-10 Thread Jay Pipes
Awesome work, Daisy! Comments inline... On 07/09/2012 04:59 PM, Ying Chun Guo wrote: Hi, team I created a prototype of document translation, to verify the whole document translation process: slicing a doc, uploading to transifex, translating, downloading to local disk, merging the

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-10 Thread Jay Pipes
Gah... probably would be good if you guys either shut down the repo or made a big notice on the README then :( -jay On 07/09/2012 05:25 PM, Joe Breu wrote: Hi Jay, The chef cookbooks at https://github.com/osops are no longer maintained. Our current cookbooks are at

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Eric Windisch
In addition to this I have a few additional questions and or concerns: 1. When we import code from openstack common the test cases for the modules are not imported (maybe I missed something with running setup). When the code is copied the imports are updated. It would be nice to know

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-10 Thread Matt Ray
Just a heads up, I'm working on building unified community-driven cookbooks over in https://github.com/opscode/openstack-chef-repo (and repos for the individual cookbooks). These are forked from Rackspace's cookbooks and I'm working with them and others to make reusable, well-documented and

Re: [Openstack] [Nova] Networking changes and quantum

2012-07-10 Thread Dan Wendlandt
On Sat, Jul 7, 2012 at 5:33 PM, Ryan Lane rl...@wikimedia.org wrote: L3 + Floating IPs are being added to Quantum in F-3 (got bumped from F-2). So, I should wait until L3 and try again, but in quantum? Yes, from talking to Vish a while back, the plan is that nova-network will be more

[Openstack] [openstack][swift] formpost + tempurl question

2012-07-10 Thread Nguyen, Liem Manh
Hi fellow Stackers, For the HTML form POST in Swift, where would the signed temp url(s) go? At the swift-url level or at the file level? How do I specify it at the individual file level? A sample HTML form POST would be awesome! form action=swift-url method=POST

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-10 Thread Jay Pipes
Apologies in advance for my blunt and somewhat dour response, Matt. I'm not singling you out at all, and I know you've tried your best to get the various Chef stakeholders to work together. Also apologies for top-posting, but there's not a whole lot of use inline posting this. tl;dr - We

Re: [Openstack] QA for Live Migration

2012-07-10 Thread Jay Pipes
On 07/09/2012 10:09 AM, John Garbutt wrote: - historically XenAPI had migrate, Libvirt had live migrate - But by end of Folsom we should have both having both Yes, but what is the difference between the two? Got you. I think this is right: Migration: - shutdown the VM - move current disk

Re: [Openstack] [Openstack-Common] RPC

2012-07-10 Thread Gary Kotton
On 07/10/2012 06:29 PM, Eric Windisch wrote: In addition to this I have a few additional questions and or concerns: 1. When we import code from openstack common the test cases for the modules are not imported (maybe I missed something with running setup). When the code is copied the imports are

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-10 Thread Carl Perry
Working on that now, we just need to get our ducks in a row first :) -Carl On 07/10/2012 08:22 AM, Jay Pipes wrote: Gah... probably would be good if you guys either shut down the repo or made a big notice on the README then :( -jay On 07/09/2012 05:25 PM, Joe Breu wrote: Hi Jay, The chef

[Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Jason Kölker
The zeromq tests are failing in jenkins. I created bug https://bugs.launchpad.net/openstack-common/+bug/1023060 for this. Anyone with an interest in ZeroMQ support, please help to resolve this bug. Happy Hacking! 7-11 ___ Mailing list:

Re: [Openstack] [Nova] Networking changes and quantum

2012-07-10 Thread Ryan Lane
So, I should wait until L3 and try again, but in quantum? Yes, from talking to Vish a while back, the plan is that nova-network will be more less feature frozen, with new features targeting Quantum. We're at a bit of an awkward transition point right now, so probably best to continue to

[Openstack] Problem integrating swift with keystone

2012-07-10 Thread Jyothsna Padavala
Hello I have openstack keystone and swift (both of essex release) installed on two different machines. I did the keystone installation using http://docs.openstack.org/essex/openstack-compute/install/yum/content/ and swift installation using

Re: [Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Eric Windisch
On Tuesday, July 10, 2012 at 13:24 PM, Jason Kölker wrote: The zeromq tests are failing in jenkins. I created bug https://bugs.launchpad.net/openstack-common/+bug/1023060 for this. Anyone with an interest in ZeroMQ support, please help to resolve this bug. I'm maintaining this code and

Re: [Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Eric Windisch
The bigger issue is getting people to do the reviews... Here is the link for those that want to help: https://review.openstack.org/#/q/status:open+project:openstack/openstack-common+branch:master+topic:bug/1021459,n,z Regards, Eric Windisch ___

Re: [Openstack] QA for Live Migration

2012-07-10 Thread John Garbutt
I pinged Anne Gentle about the docs missing this (apparently core) API server action and she will be working to get this added to the current docs -- especially since novaclient already has support for it... Good good. The more I think about it, I believe a single migration API would be

[Openstack] Don't bypass code-review.

2012-07-10 Thread Eric Windisch
I've had code reviews sitting out for over a week, looking to fix issues with the ZeroMQ driver in openstack-common. I'd love to get it fixed, and nudged a couple of people to get the reviews in, but figured that it would get in eventually - and if not, I'd prod harder, or perhaps someone else

Re: [Openstack] Openstack-Common ZeroMQ

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 13:36 -0400, Eric Windisch wrote: The bigger issue is getting people to do the reviews... Here is the link for those that want to help: https://review.openstack.org/#/q/status:open+project:openstack/openstack-common+branch:master+topic:bug/1021459,n,z Cool

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Jay Pipes
On 07/10/2012 01:52 PM, Eric Windisch wrote: I've had code reviews sitting out for over a week, looking to fix issues with the ZeroMQ driver in openstack-common. I'd love to get it fixed, and nudged a couple of people to get the reviews in, but figured that it would get in eventually - and

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 13:52 -0400, Eric Windisch wrote: I've had code reviews sitting out for over a week, looking to fix issues with the ZeroMQ driver in openstack-common. I'd love to get it fixed, and nudged a couple of people to get the reviews in, but figured that it would get in

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Joshua Harlow
Slap on wrist bad person who did that, badness++ 'Those responsible have been sacked'??? -Josh On 7/10/12 10:52 AM, Eric Windisch e...@cloudscaling.com wrote: I've had code reviews sitting out for over a week, looking to fix issues with the ZeroMQ driver in openstack-common. I'd love to get

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Eric Windisch
Jenkins was failing to merge *ANY* code reviews for openstack-common. The root of the dependency tree of your patch sets is insufficient to make the test suite pass. The set of patches needed to go in in one commit. I was ping'd on IRC to check into the tests that were failing when the

Re: [Openstack] Don't bypass code-review.

2012-07-10 Thread Jason Kölker
On Tue, 2012-07-10 at 15:32 -0400, Eric Windisch wrote: Jenkins was failing to merge *ANY* code reviews for openstack-common. The root of the dependency tree of your patch sets is insufficient to make the test suite pass. The set of patches needed to go in in one commit. I was ping'd on

Re: [Openstack] Problem integrating swift with keystone

2012-07-10 Thread Pete Zaitcev
On Tue, 10 Jul 2012 09:29:12 -0800 (GMT-08:00) Jyothsna Padavala jyothsna.padav...@strongauth.com wrote: $: swift -V 2 -A http://nova.strongauth.com:5000/v2.0 -U admin:adminuser -K adminuserpswd stat There is no object-store endpoint on this auth server. $: keystone --endpoint

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-10 Thread Matt Ray
Bluntness appreciated, this process is already in motion. http://opscode.com/openstack was launched 2 weeks ago and I promptly left for conferences and vacation. I am consolidating GitHub repos here: https://github.com/opscode/openstack-chef-repo https://github.com/opscode-cookbooks/nova

[Openstack] [keystone] Rate limit middleware

2012-07-10 Thread Rafael Durán Castañeda
Hi, I'm working on a blueprint [1] and implementation [2] doing rate limit middleware for Keystone; after discussing it at keystone's meeting today I was suggested to ask for some feedback from the community. I think the most important thing is how to track the keystone usage and thus it should

Re: [Openstack] Gerrit/Jenkins Integration - Jenkins messages

2012-07-10 Thread James E. Blair
Scott Lavender slaven...@internap.com writes: Does anyone know how to suppress the build started messages from Jenkins? We have three gate jobs that are triggered by uploads to Gerrit. The Gerrit change-set receives a single start message for each Jenkins job, and a single message reporting

[Openstack] PLOP profiler

2012-07-10 Thread Mark Nottingham
Just curious -- anyone pointed this at OpenStack components yet? http://tech.dropbox.com/?p=272 Plop is a sampling profiler, similar to Google’s gperftools. Every 10 milliseconds, a timer is fired which causes the program to record its current stack trace. After 30 seconds, the

[Openstack] Management tools survey

2012-07-10 Thread Nick Lothian
Hi, I'm trying to understand how people are doing management of servers and storage across multiple clouds (or perhaps it is only me that has this problem!). I've created a short survey I'd appreciate any responses on: http://www.surveymonkey.com/s/8PJCK9H Responses via email are fine too!

[Openstack] [Cinder] Weekly meeting reminder

2012-07-10 Thread John Griffith
All, Just a reminder that we'll have our weekly Nova-Volume/Cinder meeting tomorrow (Wed July 11) at 16:00 UTC. You can find the agenda, and add to it here: http://wiki.openstack.org/NovaVolumeMeetings Thanks, John ___ Mailing list: