[Openstack] 回复: 回复: 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-25 Thread 延生 付
Zhongyue,   Thanks for your help. I changed the rpc_backend to qpid, and it works. But not sure why kombu not working... :(   Padraig,   Do you have any ideas?  Regards, Will Fu 发件人: 延生 付 willfly0...@yahoo.com.cn 收件人: Pádraig Brady p...@draigbrady.com 抄送:

Re: [Openstack] VM High Availability and Floating IP

2012-07-25 Thread Alessandro Tagliapietra
That's exactly what I wanted to achieve. Consider me as one of the testers if needed ;) Best Alessandro Il giorno 24/lug/2012, alle ore 20:24, Alex Glikson ha scritto: We are working on a patch that would enable such capability within OpenStack Nova. It is a bit more complex than what you

Re: [Openstack] [OpenStack][Swift] Some questions about the performance of swift .

2012-07-25 Thread Robert van Leeuwen
Last week , I got more servers from another HW providers with more CPU/RAM/DISKs . 12 Disks in each storage node. This deployment of swift cluster keep in better performance for longer time. Unfortunately , after 15,000,000 object . The performance reduced to half and the Failure appeared. I

Re: [Openstack] 回复: 回复: 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-25 Thread Zhongyue Luo
It's really strange kombu fails to connect when qpid can. You should file a bug and maybe submit a patch? On Wed, Jul 25, 2012 at 2:53 PM, 延生 付 willfly0...@yahoo.com.cn wrote: Zhongyue, Thanks for your help. I changed the rpc_backend to qpid, and it works. But not sure why kombu not

Re: [Openstack] Possibility to have non python sub project in openstack

2012-07-25 Thread Thierry Carrez
Hengqing Hu wrote: Since what I see openstack now is a complete python stack, What I like to know is: Is it possible to have a non python sub project in openstack? How to make a non python project a sub project of openstack? Will mixed language projects in openstack be helpfull or messfull?

Re: [Openstack] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Thierry Carrez
Dan Wendlandt wrote: On 24/07/12 18:33 -0700, Eugene Kirpichov wrote: We at Mirantis have had a number of clients request functionality to control various load balancer devices (software and hardware) via an OpenStack API and horizon. So, in collaboration with Cisco

Re: [Openstack] AWS CreateImage compat

2012-07-25 Thread Eoghan Glynn
Hi Jorge, What version are you testing against? I recently got a series of patches onto master that addressed a bunch of issues in the EC2 CreateImage support, so that it now works smoothly with volume-backed nova instances: https://review.openstack.org/9732

Re: [Openstack] Glance image add error

2012-07-25 Thread Eoghan Glynn
Can you provide relevant glance-api and -registry log excerpts? Also probably best to track this as a glance question[1] or bug[2]. Cheers, Eoghan [1] https://answers.launchpad.net/glance [2] https://bugs.launchpad.net/glance - Original Message - Hello I'm getting this error

Re: [Openstack] High Available queues in rabbitmq

2012-07-25 Thread Rosa, Andrea (HP Cloud Services)
Hi Your patch doesn't use a Resource manager, so are you working on an Active/Active configuration using mirrored queues? Or are you working on a cluster configuration? I am really interested in that change, thanks for your help. Regards -- Andrea Rosa -Original Message- From:

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Rosa, Andrea (HP Cloud Services)
Sorry for my question, I have just seen from the original thread that we are talking about HA with Active/Active solution. -- Andrea Rosa -Original Message- From: Rosa, Andrea (HP Cloud Services) Sent: 25 July 2012 10:45 To: Eugene Kirpichov Cc: openstack-...@lists.openstack.org;

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Alessandro Tagliapietra
Yup, using as resource is a old way as http://www.rabbitmq.com/ha.html Active/active makes sure that you have no downtime and it's simple as you don't need to use DRBD. 2012/7/25 Rosa, Andrea (HP Cloud Services) andrea.r...@hp.com Sorry for my question, I have just seen from the original thread

Re: [Openstack] Glance image add error

2012-07-25 Thread Dmitry Ukov
Try container_format=bare instead container_format=ovf On Wed, Jul 25, 2012 at 1:40 PM, Eoghan Glynn egl...@redhat.com wrote: Can you provide relevant glance-api and -registry log excerpts? Also probably best to track this as a glance question[1] or bug[2]. Cheers, Eoghan [1]

Re: [Openstack] [OpenStack][Swift] Some questions about the performance of swift .

2012-07-25 Thread Paulo Ricardo Motta Gomes
XFS keeps some useful runtime statistics on /proc/fs/xfs/stat that can be maybe used to test this theory: http://xfs.org/index.php/Runtime_Stats In particular, the following stats could be useful: xs_dir_lookup (xfs.dir_ops.lookup) - This is a count of the number of file name directory

Re: [Openstack] 回复: 回复: 回复: [openstack] nova-compute always dead on RHEL6.1

2012-07-25 Thread Russell Bryant
On 07/25/2012 03:22 AM, Zhongyue Luo wrote: It's really strange kombu fails to connect when qpid can. You should file a bug and maybe submit a patch? Qpid and RabbitMQ implement different versions of AMQP. That is why there have to be separate drivers, depending on which broker you are

Re: [Openstack] Glance image add error

2012-07-25 Thread Miguel Alejandro González
here's the registry.log http://pastebin.com/CVrkiFdp and api.log http://pastebin.com/6eGfcpi0 The logs maybe have some problems with authentication, but im assuming they were resolved since the command glance index throws no auth error I ran the command glance add name=Ubuntu 11.10

Re: [Openstack] [Keystone] Quotas: LDAP Help

2012-07-25 Thread Ionuț Arțăriși
On 07/17/2012 11:33 PM, Joseph Heck wrote: That's the general area I was going to head with the Active Directory backend I'm hacking on. Chris Hoge of UOregon presented today (@ OSCON) on a local keystone hack that they did to enable LDAP AuthN + a fail back to SQL based system for their

[Openstack] [ceilometer] requesting feedback on priorities for metering data collection

2012-07-25 Thread Doug Hellmann
When the ceilometer project started after the Folsom summit, we compiled a list of metrics to be collected [1]. We have reached a stage in the project where we are ready to start implementing more of these meters, and would like some input from the rest of the community about priorities. We have

Re: [Openstack] [OpenStack][Swift] Some questions about the performance of swift .

2012-07-25 Thread Robert van Leeuwen
XFS keeps some useful runtime statistics on /proc/fs/xfs/stat that can be maybe used to test this theory: http://xfs.org/index.php/Runtime_Stats Thx, I did not know about this. Directory lookups is currently at 3.817.426.894 and going up by 500/sec ig_missed is at 3.051.577.459 and going up

Re: [Openstack] Weekly Hyper-V meeting on Freenode/#openstack-hyper-v

2012-07-25 Thread Peter Pouliot
Thanks Stef! p -Original Message- From: openstack-bounces+ppouliot=microsoft@lists.launchpad.net [mailto:openstack-bounces+ppouliot=microsoft@lists.launchpad.net] On Behalf Of Stefano Maffulli Sent: Tuesday, July 24, 2012 5:40 PM To: openstack@lists.launchpad.net;

Re: [Openstack] [Keystone] Quotas: LDAP Help

2012-07-25 Thread Adam Young
On 07/25/2012 10:19 AM, Ionuț Arțăriși wrote: On 07/17/2012 11:33 PM, Joseph Heck wrote: That's the general area I was going to head with the Active Directory backend I'm hacking on. Chris Hoge of UOregon presented today (@ OSCON) on a local keystone hack that they did to enable LDAP AuthN +

Re: [Openstack] [ceilometer] requesting feedback on priorities for metering data collection

2012-07-25 Thread Doug Hellmann
On Wed, Jul 25, 2012 at 10:45 AM, Aguiar, Glaucimar (Brazil RD-ECL) glaucimar.agu...@hp.com wrote: Doug, ** ** Thanks for sending this out. I am interested in this project and as I could not have it working yet with my Essex release of OpenStack Some of the pieces work with Essex,

Re: [Openstack] [ceilometer] requesting feedback on priorities for metering data collection

2012-07-25 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Thank you very much for the answers, they are of great help. I will plan on attending Thursday meeting so I can see the Essex discussion. Glaucimar Aguiar From: Doug Hellmann [mailto:doug.hellm...@dreamhost.com] Sent: quarta-feira, 25 de julho de 2012 14:29 To: Aguiar, Glaucimar (Brazil

[Openstack] [nova] New nova-core members

2012-07-25 Thread Vishvananda Ishaya
Hello Everyone Please welcome Yun Mao, Padraig Brady, and Michael Still to nova-core. Sean Dague needs two more core +1s by tomorrow to be added. Also we have a lot of untrained bugs here: https://bugs.launchpad.net/nova/+bugs?search=Searchfield.status=New It be great if everyone (including

[Openstack] [ANN] Kombu acquires support for AMQP heartbeats and cancel notifications

2012-07-25 Thread Ask Solem
Dear list, I believe this is of interest to the Openstack people. I've just started maintaining a fork of the amqplib library, that differs by using AMQP 0.9.1 instead of 0.8, and that it supports heartbeats and the RabbitMQ extensions (consumer cancel notifications, publisher confirms and

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Eugene Kirpichov
Hi Dan, On Tue, Jul 24, 2012 at 8:30 PM, Dan Wendlandt d...@nicira.com wrote: Hi Eugene, Angus, Adding openstack-dev (probably the more appropriate mailing list for discussion a new openstack feature) and some folks from Radware and F5 who had previously also contacted me about Quantum +

[Openstack] [nova] Proposal for Sean Dague to join nova-core

2012-07-25 Thread Yun Mao
+1 Yun On Monday, July 23, 2012, Johannes Erdfelt wrote: On Fri, Jul 20, 2012, Vishvananda Ishaya vishvana...@gmail.com wrote: When I was going through the list of reviewers to see who would be good for nova-core a few days ago, I left one out. Sean has been doing a lot of reviews

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Youcef Laribi
I also want to point the community to the Atlas project which is still ongoing, and the code base is available on github at: http://github.com/openstack-atlas/atlas-lb This is based on the original code contributed by Rackspace more than a year ago, from their Cloud LoadBalancers Service and

Re: [Openstack] [nova] New nova-core members

2012-07-25 Thread Razique Mahroua
Welcome aboard guys ! Nuage Co - Razique Mahrouarazique.mahr...@gmail.com Le 25 juil. 2012 à 21:26, Vishvananda Ishaya a écrit :Hello EveryonePlease welcome Yun Mao, Padraig Brady, and Michael Still to nova-core. Sean Dague needs two more core +1s by tomorrow to be added.Also we have a lot of

Re: [Openstack] [ANN] Kombu acquires support for AMQP heartbeats and cancel notifications

2012-07-25 Thread Eugene Kirpichov
Hi Ask, On Wed, Jul 25, 2012 at 1:01 PM, Ask Solem a...@celeryproject.org wrote: Dear list, I believe this is of interest to the Openstack people. I've just started maintaining a fork of the amqplib library, that differs by using AMQP 0.9.1 instead of 0.8, and that it supports heartbeats

[Openstack] Individual Nominations for Foundation Board of Directors

2012-07-25 Thread Jonathan Bryce
Hi everyone, Last Wednesday we started accepting Individual Members for the OpenStack Foundation. We've had an excellent response so far with well over 1,000 Individual Members joining in the first week. I wanted to share some important information about how to nominate and elect the

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Eugene Kirpichov
Gentlemen, Here is my patch: https://review.openstack.org/#/c/10305/ It also depends on another small patch https://review.openstack.org/#/c/10197 I'd like to ask someone to review it. Also, how to get these changes into nova? It seems that nova has a copy-paste of openstack-common inside it,

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Russell Bryant
On 07/25/2012 07:45 PM, Eugene Kirpichov wrote: Gentlemen, Here is my patch: https://review.openstack.org/#/c/10305/ It also depends on another small patch https://review.openstack.org/#/c/10197 I'd like to ask someone to review it. Also, how to get these changes into nova? It seems that

Re: [Openstack] [openstack-dev] High Available queues in rabbitmq

2012-07-25 Thread Eugene Kirpichov
Thanks! On Wed, Jul 25, 2012 at 5:55 PM, Russell Bryant rbry...@redhat.com wrote: On 07/25/2012 07:45 PM, Eugene Kirpichov wrote: Gentlemen, Here is my patch: https://review.openstack.org/#/c/10305/ It also depends on another small patch https://review.openstack.org/#/c/10197 I'd like to

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Dan Wendlandt
On Wed, Jul 25, 2012 at 1:33 PM, Eugene Kirpichov ekirpic...@gmail.comwrote: Another question we have is if this should be a standalone module or a Quantum plugin… Based on discussions during the PPB meeting about quantum becoming core, there was a push for having a single network

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Dan Wendlandt
On Wed, Jul 25, 2012 at 1:54 PM, Youcef Laribi youcef.lar...@eu.citrix.comwrote: I also want to point the community to the Atlas project which is still ongoing, and the code base is available on github at: http://github.com/openstack-atlas/atlas-lb This is based on the original code

Re: [Openstack] Individual Nominations for Foundation Board of Directors

2012-07-25 Thread Michael Still
On 26/07/12 09:44, Jonathan Bryce wrote: Elections for the Individual Directors will take place August 20-24. To vote in the initial Board election, you must join as an Individual Member by August 15. To appear on the ballot, an Individual Member must receive nominations from 10 other

Re: [Openstack] Reboot or Shutdown Inside the VM Cause Dashboard Problem

2012-07-25 Thread weiyuanke
hi zhang ji, When problems come, the only solution is to terminate the instance and launch a new one. I encountered this-like problem before. with new version of nova, there will be no such problem. https://review.openstack.org/#q,I214c34f088d9c2f5d1a745d3c42b8b5d166737f3,n,z thanks, On

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Angus Salkeld
On 25/07/12 13:33 -0700, Eugene Kirpichov wrote: Hi Dan, On Tue, Jul 24, 2012 at 8:30 PM, Dan Wendlandt d...@nicira.com wrote: Hi Eugene, Angus, Adding openstack-dev (probably the more appropriate mailing list for discussion a new openstack feature) and some folks from Radware and F5 who had

Re: [Openstack] VM High Availability and Floating IP

2012-07-25 Thread Angus Salkeld
On 24/07/12 12:12 -0700, Steven Dake wrote: On 07/24/2012 10:08 AM, Alessandro Tagliapietra wrote: But i don't see any part (except the future plans) talking about HA at instance level, that seems more to an application level Currently heat's healthchecking is application only, but we do

Re: [Openstack] [openstack-dev] Announcing proof-of-concept Load Balancing as a Service project

2012-07-25 Thread Dan Wendlandt
Here's the comment from Thierry, earlier today, from another thread on the ML: This would be a question for the PPB (or its future replacement, called the Technical Committee). The current stance is that all core projects should by Python, unless an extremely compelling argument can be made in

Re: [Openstack] Glance image add error

2012-07-25 Thread Dmitry Ukov
2012-07-24 21:25:19 998 INFO [keystone.middleware.auth_token] Invalid user token - rejecting request Seems that you have some errors with keystone and glance communication. See keystone log. On Wed, Jul 25, 2012 at 5:46 PM, Miguel Alejandro González maggo...@gmail.com wrote: here's the

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_horizon_trunk #59

2012-07-25 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/59/Project:quantal_folsom_horizon_trunkDate of build:Wed, 25 Jul 2012 18:31:57 -0400Build duration:2 min 56 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_horizon_trunk #56

2012-07-25 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_horizon_trunk #58

2012-07-25 Thread openstack-testing-bot
text/html; charset=UTF-8: Unrecognized -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help :

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_horizon_trunk #59

2012-07-25 Thread openstack-testing-bot
Title: precise_folsom_horizon_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_horizon_trunk/59/Project:precise_folsom_horizon_trunkDate of build:Wed, 25 Jul 2012 20:56:50 -0400Build duration:3 min 29 secBuild cause:Started by user adamBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_deploy #110

2012-07-25 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/110/Project:precise_folsom_deployDate of build:Wed, 25 Jul 2012 23:48:42 -0400Build duration:46 minBuild cause:Started by command lineStarted by command lineBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #111

2012-07-25 Thread openstack-testing-bot
Title: precise_folsom_deploy General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/111/Project:precise_folsom_deployDate of build:Thu, 26 Jul 2012 00:34:52 -0400Build duration:16 minBuild cause:Started by command lineBuilt on:masterHealth