Re: [Openstack] Backing up NFS

2014-05-22 Thread Matej
I am still thinking about many-times faster instance restore time when having a NFS server outage if I would have kind of "snapshot" of an instance that is stored on NFS instead of backuping the data and restoring the instance itself. Currently I have only one NFS available at the servers location,

Re: [Openstack] Storage Multi Tenancy

2014-05-22 Thread Dawei Ding
To archive that, you will need multi-backend and a proper way to schedule volume to certain backend pool. You may leverage volume type or have a customized filter to schedule based on tenant information. thanks, Dawei On Mon, May 19, 2014 at 6:51 AM, jeroen wrote: > Hi, > > Where do you define

[Openstack] OpenStack Beijing Meetup on May 24th

2014-05-22 Thread Hua ZZ Zhang
Hi ALL, The 2nd OpenStack Beijing meetup is opened for registration. Welcome to join us! Title: OpenStack Beijing Meetup on May 24th http://www.meetup.com/China-OpenStack-User-Group/events/182091162/ Theme:OpenStack Atlanta Summit Guests: Jeffrey Yang, Jian Hua Geng, Edward Zhang, Vincent Hou

[Openstack] Icehouse live migration fails for volume based instances

2014-05-22 Thread ostck
Hello, I'm trying to live-migrate a volume-based instance and it fails. I have successfully done this in Havana, but Icehouse either works differently or I'm missing something. I'm using Centos6.5 with KVM, local firewalls and selinux are disabled on all nodes. I have a controller, 3 compu

Re: [Openstack] rdo havana to icehouse: instances stuck in 'resized or migrated'

2014-05-22 Thread Nikola Đipanov
On 05/20/2014 07:06 PM, Julie Pichon wrote: > On 20/05/14 17:08, Dimitri Maziuk wrote: >> On 05/20/2014 03:59 AM, Julie Pichon wrote: >>> On 19/05/14 18:14, Dimitri Maziuk wrote: On 05/19/2014 11:15 AM, Julie Pichon wrote: > > I had a chat with a Nova developer who pointed me to the fo

[Openstack] FW: Icehouse: problem with launching VMs

2014-05-22 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, I fixed my problem below. My nova.conf file had neutron related parameters in the end of the file. Moving them under [DEFAULT] section fixed the problem. BR Johanna From: ext Heinonen, Johanna (NSN - FI/Espoo) [mailto:johanna.heino...@nsn.com] Sent: Tuesday, May 13, 2014 10:25 AM To: opens

Re: [Openstack] [Keystone] Help extending Keystone JSON documents with custom attributes, safe?

2014-05-22 Thread Phillip Guerin
To be a bit more succinct, if I PATCH existing Keystone JSON documents (projects, roles, users, etc) with my own custom JSON attributes, can I expect this to be a safe practice? Meaning, I'd like to add my own custom attributes and be able to query them back at a later time when I look up the

Re: [Openstack] WebDAV support in Swift

2014-05-22 Thread Tarak Mukherjee
Any link will help which is having multiple container support .. --Best Rgds, Tarak Mukherjee @tmukharj On Monday 05 May 2014 09:50 PM, Tarak Mukherjee wrote: Hello Team, We would like to know from the experts that , is there any middleware where we can enable "WebDAV" support for Swift . --

[Openstack] Unable to delete instances

2014-05-22 Thread Thomas Bernard
Hi, I just finished my upgrade to icehouse, everything works just fine but... i can't delete my instances! When i delete instance (from cli or from horizon) : * The VM goes to "deleting"state * Vm are destroy from KVM * But nova list & horizon continue to display the "deleting" state Some tim

Re: [Openstack] Unable to delete instances

2014-05-22 Thread Damon Wang
Hi Thomas, This page maybe help: http://docs.openstack.org/admin-guide-cloud/content/reset-state.html Damon 2014-05-22 22:19 GMT+08:00 Thomas Bernard : > Hi, > > I just finished my upgrade to icehouse, everything works just fine but... > i can't delete my instances! > > When i delete instance

Re: [Openstack] rdo havana to icehouse: instances stuck in 'resized or migrated'

2014-05-22 Thread Dmitri Maziuk
On 5/22/2014 5:09 AM, Nikola Đipanov wrote: So for this kind of upgrade to work, you will need to set an RPC version cap so that all your icehouse computes know they are talking to possibly lower version nodes and downgrade their messages. My original e-mail (which I guess you haven't seen) st

Re: [Openstack] WebDAV support in Swift

2014-05-22 Thread John Dickinson
Off the top of my head, I don't know any middleware that supports this. If you do find or write one, I'd love for you to add it to http://docs.openstack.org/developer/swift/associated_projects.html. I've long thought that WebDAV support would be cool[1]. Not that I've seen a lot of people deman

Re: [Openstack] Unable to delete instances

2014-05-22 Thread Thomas Bernard
Thx for this reply, unfortunately it doesn't help. Even if i reset the state of the instances, i can't delete them after that. --- Le Jeudi 22 Mai 2014 16:32 CEST, Damon Wang a écrit: > Hi Thomas, > > This page maybe help: > http://docs.openstack.org/admin-guide-cloud/content/reset-state.h

Re: [Openstack] Unable to delete instances

2014-05-22 Thread Erik McCormick
The state that you're in requires that you restart nova-compute on the server that your VM is on. It will disappear from nova list after that. You may need to reset the state to active first and then do the restart. I can't quite remember. As to the actual deleting problem itself: 1) Have you put

Re: [Openstack] [TaskFlow] Is there any way to retrieve the `flow_uuid` in the `Task`?

2014-05-22 Thread Joshua Harlow
Hi Timon, A good question :) In general tasks aren't very aware of the flow they are running in, mainly on purpose since flows are really just a 'container' of tasks that impose constraints on how the tasks inside it run (for example a linear_flow as u are using imposes a linearity constraint on

Re: [Openstack] problem in install keystone on ubuntu in VirtualBox

2014-05-22 Thread hawkwang
Hi Damon, Thanks for your information. And I guess there is some python lib missing here. So I try to upgrade the system using "sudo apt-get upgrade" and it looks everything is fine now. Thanks again for your information. Regards, Hawk On 2014年05月21日 09:50, Damon Wang wrote: Hi Hawk, I hav

Re: [Openstack] [Ubuntu 14.04][IceHouse][Neutron] Error: Failed to delete network

2014-05-22 Thread Martinx - ジェームズ
Hey Stackers! How can I delete a "net" that "doesn't want" to be deleted?!=P Tks! thiago On 21 May 2014 11:51, Martinx - ジェームズ wrote: > Guys, > > I'm trying to delete a network in Neutron but it is failing, from Horizon > it triggers the error message above (subject), and from CLI, it sh

Re: [Openstack] [openstack-dev] [Barbican][OSSG][Keystone] Mid-Cycle Meetup

2014-05-22 Thread Nathan Reller
I am interested but the dates are a little rough because it is July 4th weekend. Any chance of pushing it back a week? It might be easier to get more people to come that way. -Nate > All, > > There was some interest at the Summit in semi-combining the mid-cycle meet > ups for Barbican, Keystone a

Re: [Openstack] HEAT and MySQL 5.6

2014-05-22 Thread Clint Dilks
Thanks for the reference to the patch :) > Here we go https://review.openstack.org/#/c/92421/2 > > It turns out that I had an issue with one of my compute nodes that was causing my other heat issues. As far as I can tell at the moment things are working as they should. __

Re: [Openstack] Unable to delete instances

2014-05-22 Thread Damon Wang
Hi Thomas, If all method don't works, maybe modify instance's information in database is the last resort. Damon Wang 2014-05-22 23:24 GMT+08:00 Erik McCormick : > The state that you're in requires that you restart nova-compute on the > server that your VM is on. It will disappear from nova lis

Re: [Openstack] WebDAV support in Swift

2014-05-22 Thread Tom Fifield
http://caimito.ngasi.com/ worked for WebDav from Swift last I checked. On 22/05/14 22:26, John Dickinson wrote: Off the top of my head, I don't know any middleware that supports this. If you do find or write one, I'd love for you to add it to http://docs.openstack.org/developer/swift/associat

[Openstack] [Trove] Unable to list databases and other api calls in Ubuntu 14.04 packaged install

2014-05-22 Thread Mark Kirkwood
Hi, I've been trying to get Trove working using the packages in Ubuntu 14.04. While I've had some success (I can create a mysql instance that gets to ACTIVE), I am stuck on an issue that makes all the subsequent API calls fail: $ trove create db0 2 --size 2 --databases db --users user:pass $

[Openstack] Openvswitch agent down

2014-05-22 Thread yalla.gnan.kumar
Hi All, I have a three node Havana setup. The neutron agent-list is showing the plugin agent in compute node as down: --- root@compute:/var/log/neutron# neutron agent-list +--++-+---++ | id

Re: [Openstack] Openvswitch agent down

2014-05-22 Thread Mark Loza
On 5/23/14 12:23 PM, yalla.gnan.ku...@accenture.com wrote: Hi All, I have a three node Havana setup. The neutron agent-list is showing the plugin agent in compute node as down: --- root@compute:/var/log/neutron# neutron agent-list +--+---

Re: [Openstack] [TaskFlow] Is there any way to retrieve the `flow_uuid` in the `Task`?

2014-05-22 Thread Timon Wong
Thanks Josh, looking forward the v0.3 release :) So for now I should pass the flow_id to the task constructor instead, in case of distributed manner (or maybe resume from database?). On Fri, May 23, 2014 at 1:09 AM, Joshua Harlow wrote: > Hi Timon, > > A good question :) > > In general tasks are

[Openstack] Large volume creation takes long time

2014-05-22 Thread Udara Liyanage
Hi, When it tries to delete a large sized volume, it takes a long time. Is there a another better way to do this such as resizing a volume to zero. -- Udara S.S Liyanage. Software Engineer at WSO2. Commiter and PPMC Member of Apache Stratos. Blog - http://udaraliyanage.wordpress.com phone: +94

[Openstack] Stacked authentication with AD,LDAP

2014-05-22 Thread srindu vai
Hi, I have a query here regarding stacked authentication support with AD,LDAP. Please let me know will this already there or available in juno   Best Regards, Srinduva___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post

Re: [Openstack] Large volume creation takes long time

2014-05-22 Thread Ruzicka, Marek
I’m not 100% sure, but I remember (depending on the driver you are using) it used to zero entire volume before deletion, which might or might not make sense for you. Sorry for not being able to provide any details, this is just something I remember from way back. Cheers, Marek From: Udara Liya

Re: [Openstack] Large volume creation takes long time

2014-05-22 Thread Udara Liyanage
HI marek, Thanks for the reply. By the way how to resize a volume to zero. I found "cinder extend" command where volumes can be extended. How to shrink the volume to zero? On Fri, May 23, 2014 at 10:52 AM, wrote: > I’m not 100% sure, but I remember (depending on the driver you are using) > it

Re: [Openstack] Large volume creation takes long time

2014-05-22 Thread Ruzicka, Marek
Can’t help you here… I’m still running Grizzly, and volume resize came in IceHouse I believe. Marek From: Udara Liyanage [mailto:udaraliyan...@gmail.com] Sent: 23. mája 2014 07:28 To: Ruzicka, Marek Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Large volume creation takes long time