[Openstack] Import volume from RBD

2014-03-27 Thread Thomas Bernard
Hi, I use a Havana infrastructure with CEPH storage (cinder rbd) and when i create new big volume this is very slow. Openstack provision all the space on CEPH cluster this is very very (very) slow. There is a way to improve this? I know this is possible to import glance image from existing

[Openstack] Cinder : Import volume from existing RBD image?

2014-03-27 Thread Thomas Bernard
Hi, I use a Havana infrastructure with CEPH storage (cinder rbd) and when i create new big volume this is very slow. Openstack provision all the space on CEPH cluster this is very very (very) slow. There is a way to improve this? I know this is possible to import glance image from existing

Re: [Openstack] Unable to access guests in DevStack on OpenStack environment

2014-03-27 Thread Juergen Brendel
Hello! Thank you for your reply. On Thu, 2014-03-27 at 19:44 +1300, Robert Collins wrote: A few things to consider - you'll be running qemu I presume, not nested kvm? Thats very slow - perhaps the VM hasn't booted. nova console-log will let you see that and also potentially other failures

[Openstack] Unable to connect to AMQP server

2014-03-27 Thread Peeyush Gupta
Hi all, I have installed openstack using RDO on fedora 19. Now, the system was unused for a few days. When i opened it today, the setup is not working. I mean I can access nova, glance, keystone etc. but I cant launch the instance. Whenever I tried to boot a VM, it gets stuck at build stage.

Re: [Openstack] Cinder : Import volume from existing RBD image?

2014-03-27 Thread Ken Peng
于 2014-3-27 17:21, Thomas Bernard 写道: I use a Havana infrastructure with CEPH storage (cinder rbd) and when i create new big volume this is very slow. Openstack provision all the space on CEPH cluster this is very very (very) slow. Do you have the enough bandwidth from compute nodes to the

Re: [Openstack] OpenStack Havana with ZMQ

2014-03-27 Thread Rosa, Andrea (HP Cloud Services)
Hi Well, we don't know yet. We are planning a mid-size installation (around 600 nodes) and I'm looking for options. From my experience I can tell you that for 600 nodes Rabbitmq is absolutely fine. Regards -- Andrea Rosa ___ Mailing list:

Re: [Openstack] Cinder : Import volume from existing RBD image?

2014-03-27 Thread Thomas Bernard
Yes i have a 10G network between all my node (controller, compute storage). I precise that i create new instance with boot from image (create new volume). -- Le 27/03/2014 11:11, Ken Peng a écrit : 于 2014-3-27 17:21, Thomas Bernard 写道: I use a Havana infrastructure with CEPH storage (cinder

Re: [Openstack] Cinder : Import volume from existing RBD image?

2014-03-27 Thread Darren Birkett
If you're trying to do what I think you are, which is to create a bootable cinder volume (in rbd) using a glance image (in rbd), you can enable the following in glance-api.conf: show_image_direct_url = True Enabling this will allow cinder to 'see' that the glance image is also in rbd, and it

Re: [Openstack] Unable to connect to AMQP server

2014-03-27 Thread Damon Wang
Hi, First it's very common that openstack component cant connect to amqp for while :-) I suggest you use local ntp server to reduce times of disconnect happen. Second, restart qpid (service qpidd restart) and use command openstack-status to check. Third, paste more dubious log. Hope it helps,

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-27 Thread Damon Wang
Hi Chen, The reason which heat given is Multiple possible networks found, that means you need to specify a NetworkID. You can use VPCZoneIdentifier property to do this, please search it. P.S I need to say that Heat in Havana is very immaturity. Hope this helps Damon 2014-03-27 10:30

Re: [Openstack] [openstack] how to get authorized tenant list for any user as an admin

2014-03-27 Thread Damon Wang
Hi, Maybe you can use tables user_project_metadata in database keystone. Haneef's idea maybe better :-) Damon 2014-03-27 9:18 GMT+08:00 Ali, Haneef haneef@hp.com: You can do this is in v3. GET v3/users/{user_id}/project Thanks Haneef *From:* Xu (Simon) Chen

Re: [Openstack] Unable to connect to AMQP server

2014-03-27 Thread Ken Peng
于 2014-3-27 18:38, Peeyush Gupta 写道: Both the processes are giving the same error. Can you please help me solve the error? Plus, the machine might have been rebooted, if that info is useful. Are you sure rabbitmq is started up? Or is there any firewall rules blocking the port? On the

Re: [Openstack] [Neutron] Flaw in flow rules

2014-03-27 Thread Ageeleshwar Kandavelu
Sure that helps. Any Idea whats the difference between this one and the one in dpctl show. Thank you, Ageeleshwar K From: Damon Wang [damon.dev...@gmail.com] Sent: Thursday, March 27, 2014 4:55 PM To: Ageeleshwar Kandavelu Cc: openstack@lists.openstack.org

Re: [Openstack] Cinder : Import volume from existing RBD image?

2014-03-27 Thread Thomas Bernard
Thanks! I wish try this directive. My initial purpose is to boot on an glance image without create a new volume, but the rbd backend in nova is not finished yet. I explain me : the volume created in ceph is equals to the image size (it's only an import of the glance image). I must resize

Re: [Openstack] [Neutron] Flaw in flow rules

2014-03-27 Thread Damon Wang
Hi, I just know that ovs-dpctl config datapaths and ovs-ofctl are openvswicth's OpenFlow implement. ovs-dpctl show maybe compatible with ovs-dpctl dump-flows? Regards, Damon 2014-03-27 21:02 GMT+08:00 Ageeleshwar Kandavelu ageeleshwar.kandav...@csscorp.com: Sure that helps. Any Idea whats

Re: [Openstack] [Heat]ERROR: Unknown resource Type : OS::Neutron::SecurityGroup

2014-03-27 Thread Zane Bitter
On 26/03/14 22:30, Li, Chen wrote: Hello, I have been told that Unknown resource Type : OS::Neutron::SecurityGroup is caused by this type of resource is not support in Havana. So I changed to use template file:

[Openstack] [OSSA 2014-007] Potential context confusion in Keystone middleware (CVE-2014-0105)

2014-03-27 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-007 CVE: CVE-2014-0105 Date: March 27, 2014 Title: Potential context confusion in Keystone middleware Reporter: Kieran Spear (University of Melbourne) Products: python-keystoneclient Versions: All versions up to 0.6.0 Description: Kieran Spear from the University

[Openstack] python-keystoneclient 0.7.0 (and 0.7.1) released to PyPi

2014-03-27 Thread Dolph Mathews
Hello, everyone! python-keystoneclient 0.7.0 and 0.7.1 were both released in the past 24 hours. v0.7.0 [1] contains a pair of critical fixes, one of which is security related. The highlights include: - Fixed a critical security vulnerability (OSSA 2014-007 [2]) as detailed in bug 1282865 [3]

Re: [Openstack] python-keystoneclient 0.7.0 (and 0.7.1) released to PyPi

2014-03-27 Thread Dolph Mathews
On Thu, Mar 27, 2014 at 10:13 AM, Dolph Mathews dolph.math...@gmail.comwrote: Hello, everyone! python-keystoneclient 0.7.0 and 0.7.1 were both released in the past 24 hours. v0.7.0 [1] contains a pair of critical fixes, one of which is security related. The highlights include: - Fixed a

Re: [Openstack] [OSSA 2014-007] Potential context confusion in Keystone middleware (CVE-2014-0105)

2014-03-27 Thread Dolph Mathews
Peter Feiner from Gridcentric, Inc. deserves special mention for independently reporting the same underlying error: https://bugs.launchpad.net/python-keystoneclient/+bug/1289074 He also suggested an approach to fix the error which closed the security vulnerability as well. Thanks, Peter! On

[Openstack] [metering] how to list l3 metering label stats

2014-03-27 Thread Kelam, Koteswara Rao
Hi All, I am using icehouse-2. In my setup 10.64.201.0/24 is external network and set it as router gateway. |10.64.201.0/24|---|router|--|22.0.0.0/24| Now I want see the rx and tx stats of qg-XX interface as meters. I configured neutron metering label and rule as follows.

[Openstack] [OSSA 2014-008] Routers can be cross plugged by other tenants (CVE-2014-0056)

2014-03-27 Thread Grant Murphy
OpenStack Security Advisory: 2014-008 CVE: CVE-2014-0056 Date: March 27, 2014 Title: Routers can be cross plugged by other tenants Reporter: Aaron Rosen (VMWare) Products: Neutron Affects: 2012.2 versions up to 2013.2.2 Description: Aaron Rosen from VMWare reported a vulnerability where Neutron

Re: [Openstack] [Neutron] Flaw in flow rules

2014-03-27 Thread Dmitry Guryanov
On Thursday 27 March 2014 21:36:43 Damon Wang wrote: Hi, I just know that ovs-dpctl config datapaths and ovs-ofctl are openvswicth's OpenFlow implement. ovs-dpctl show maybe compatible with ovs-dpctl dump-flows? I far as I know, ovs-dpctl should be used mainly for debugging purposes. From

[Openstack] [OSSA 2014-009] Nova host data leak to vm instance in rescue mode (CVE-2014-0134)

2014-03-27 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-009 CVE: CVE-2014-0134 Date: March 27, 2014 Title: Nova host data leak to vm instance in rescue mode. Reporter: Stanislaw Pitucha (HP) Products: Nova Versions: 2013.2 versions up to 2013.2.2 Description: Stanislaw Pitucha from Hewlett Packard reported a

[Openstack] (no subject)

2014-03-27 Thread Кравец Роман
Hello. I installed Openstack Swift to test server and upload 50 gb data. Now I see it in the log: root@storage1:/var/staff/softded# tail -n 1000 -f /var/log/syslog | grep replicated Mar 27 19:44:24 storage1 object-replicator 112746/187053 (60.27%) partitions replicated in 300.01s (375.81/sec,

[Openstack] object-replicator show different values

2014-03-27 Thread Кравец Роман
Sorry for empty Subject! -- Best regards, Roman Kravets On Thu, Mar 27, 2014 at 9:20 PM, Кравец Роман soft...@gmail.com wrote: Hello. I installed Openstack Swift to test server and upload 50 gb data. Now I see it in the log: root@storage1:/var/staff/softded# tail -n 1000 -f /var/log/syslog

[Openstack] [Ceilometer] Host compute node metrics

2014-03-27 Thread Mukil Kesavan
Hello, I enabled host compute node metrics collection in Ceilometer by setting 'compute_monitors = ComputeDriverCPUMonitor' in my nova.conf. However, the meters related to compute node never show up when I do a meter-list. I dug through the code and found out that nova-compute publishes the

Re: [Openstack] (no subject)

2014-03-27 Thread Adam Lawson
Probably has to do with the fact you (I'm guessing) don't have very many drives on that server. Is that a correct statement? I know that even with 50 drives across a cluster (still very small), rings balance is at 100% until the rings are adequately balanced. Look at your ring stats, drive count

Re: [Openstack] (no subject)

2014-03-27 Thread Clay Gerrard
because it's on repeat. On Thu, Mar 27, 2014 at 10:20 AM, Кравец Роман soft...@gmail.com wrote: Hello. I installed Openstack Swift to test server and upload 50 gb data. Now I see it in the log: root@storage1:/var/staff/softded# tail -n 1000 -f /var/log/syslog | grep replicated Mar 27

Re: [Openstack] (no subject)

2014-03-27 Thread Roman Kravets
Dear Adam, I have one storage server and 12 hard drives on it. For test I split disk to 4 zones. If I rightly understood, swift load date during re-balance ring and load data right away to correct node. -- Best regards, Roman Kravets On Thu, Mar 27, 2014 at 10:05 PM, Adam Lawson

Re: [Openstack] (no subject)

2014-03-27 Thread Кравец Роман
If I understood rightly, swift will be check all data on all hard disk for make sure that all node have correct data? It make very much load to hard drive when node is idle. And make problem when user load date to cluster (to reduce load speed). Is it normal situation for Openstack Swift? Or I can

[Openstack] Getting Havana to work with Neutron, ML2 and VXLAN (vif_type=binding_failed error)

2014-03-27 Thread Tom Verdaat
Hi all, I've been trying to get a multi-host openstack havana deployment to work on Ubuntu 13.10 with neutron using the ML2 plugin, OVS agent and VXLAN for tenant networks. Created networks, subnets and routers inside neutron and accodring to neutron they are all active and up. All ports however

Re: [Openstack] Getting Havana to work with Neutron, ML2 and VXLAN (vif_type=binding_failed error)

2014-03-27 Thread Sławek Kapłoński
Hello, I think that You should check what mechanism drivers have You got setup in ml2 config file and also check is OVS agent on compute host working correctly. -- Best regards Sławek Kapłoński Dnia czwartek, 27 marca 2014 21:09:19 Tom Verdaat pisze: Hi all, I've been trying to get a

[Openstack] [nova][cinder] Question about Nova cells and Global Cinder

2014-03-27 Thread zhangleiqiang
Hi, stackers: I am confused about reading the original BP ([1]) and operation guide of nova-cells, the question as follows: One aim of nova-cells is to allow additional scaling and (geographic) distribution without complicated database or message queue clustering, and OpenStack Compute cells

[Openstack] [Ceilometer] Example create alarm via REST API

2014-03-27 Thread Mark Vlcek (mavlcek)
Hi All, Can somebody give me an example of how I’d create an alarm via the Telemetry (aka Ceilometer) REST API? I can’t for the life of me find a simple example online, say for example, how to set an alarm for when cpu_util 80% for a given running instance. I saw this example in a

Re: [Openstack] [Question] about test libvirt using OpenStack

2014-03-27 Thread H Changyao
On 三, 2014-03-26 at 09:26 -0400, Davanum Srinivas wrote: Hi. here's what i did. Step #1: before running devstack, do install the packages required including libvirt-bin and python-libvirt Step #2: stop libvirt service then run autogen.sh, make and make install to replace the libvirt

[Openstack] Where should I report an issue w/ PackStack?

2014-03-27 Thread Kodiak Firesmith
I'm having a hard time figuring out if this bug should go to the Packstack folks, the OpenStack folks, or the Redhat folks. I'm not totally sure it's a Packstack thing; that's just a hunch. On a pristine RHEL 6.5 installation w/ Packstack Havana I noticed that any time you try to create a project

Re: [Openstack] (no subject)

2014-03-27 Thread Adam Lawson
Swift is said to be eventually consistent because the data is stored then eventually distributed in a balanced way. You don't need to manually re-balance the rings constantly. Swift will do that for you. Re-balancing rings is usually initiated after you *change the ring structure*(add/remove

Re: [Openstack] [Ceilometer] Host compute node metrics

2014-03-27 Thread lijian
Hi Mukil, I fix that bug at the last week, please refer to my fix patch: https://review.openstack.org/#/c/81729/ Best Regards, Li Jian 在 2014-03-28 01:23:41,Mukil Kesavan weirdbluelig...@gmail.com 写道: Hello, I enabled host compute node metrics collection in Ceilometer by setting

[openstack-announce] [OSSA 2014-008] Routers can be cross plugged by other tenants (CVE-2014-0056)

2014-03-27 Thread Grant Murphy
OpenStack Security Advisory: 2014-008 CVE: CVE-2014-0056 Date: March 27, 2014 Title: Routers can be cross plugged by other tenants Reporter: Aaron Rosen (VMWare) Products: Neutron Affects: 2012.2 versions up to 2013.2.2 Description: Aaron Rosen from VMWare reported a vulnerability where Neutron

<    1   2