Re: [Openstack-operators] [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-02 Thread Daniel P. Berrange
On Sat, Jan 31, 2015 at 03:55:23AM +0100, Vladik Romanovsky wrote: > > > - Original Message - > > From: "Daniel P. Berrange" > > To: [email protected], > > [email protected] > > Sent: Friday, 30 January, 2015 11:47:16 AM > > Subject: [openstack-dev]

Re: [Openstack-operators] [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-02 Thread Daniel P. Berrange
On Mon, Feb 02, 2015 at 08:24:20AM +1300, Robert Collins wrote: > On 31 January 2015 at 05:47, Daniel P. Berrange wrote: > > In working on a recent Nova migration bug > > > > https://bugs.launchpad.net/nova/+bug/1414065 > > > > I had cause to refactor the way the nova libvirt driver monitors liv

Re: [Openstack-operators] [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-02 Thread Daniel P. Berrange
On Sun, Feb 01, 2015 at 11:20:08AM -0800, Noel Burton-Krahn wrote: > Thanks for bringing this up, Daniel. I don't think it makes sense to have > a timeout on live migration, but operators should be able to cancel it, > just like any other unbounded long-running process. For example, there's > no

Re: [Openstack-operators] [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-02 Thread Daniel P. Berrange
On Sun, Feb 01, 2015 at 03:03:45PM -0700, David Medberry wrote: > I'll second much of what Rob said: > API that indicated how many live-migrations (l-m) were going would be good. > API that told you what progress (and start time) a given l-m had made would > be great. > API to cancel a given l-m wo

[Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Alvise Dorigo
Hi, I've a Havana installation of OpenStack with Neutron. I've tried the migration from Havana to IceHouse by following this guide: http://docs.openstack.org/openstack-ops/content/upgrades_havana-icehouse-rhel.html Keystone, Glance and Nova have migrated correctly (the services are running and

Re: [Openstack-operators] [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-02 Thread David Medberry
Thanks On Mon, Feb 2, 2015 at 4:09 AM, Daniel P. Berrange wrote: > On Sun, Feb 01, 2015 at 03:03:45PM -0700, David Medberry wrote: > > I'll second much of what Rob said: > > API that indicated how many live-migrations (l-m) were going would be > good. > > API that told you what progress (and sta

[Openstack-operators] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Matt Riedemann
This came up in the operators mailing list back in June [1] but given the subject probably didn't get much attention. Basically there is a really old bug [2] from Grizzly that is still a problem and affects multiple projects. A tenant can be deleted in Keystone even though other resources in

Re: [Openstack-operators] [openstack-dev] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Matt Riedemann
On 2/2/2015 11:46 AM, Matt Riedemann wrote: This came up in the operators mailing list back in June [1] but given the subject probably didn't get much attention. Basically there is a really old bug [2] from Grizzly that is still a problem and affects multiple projects. A tenant can be deleted

Re: [Openstack-operators] [openstack-dev] [Keystone] Should Keystone emit notifications by default?

2015-02-02 Thread Matt Riedemann
On 6/5/2014 10:02 AM, Jesse Pretorius wrote: On 5 June 2014 16:46, Assaf Muller mailto:[email protected]>> wrote: Keystone started emitting notifications [1] for users and tenants being created / updated / deleted during the Havana cycle. This was in response to bug [2], the f

Re: [Openstack-operators] [openstack-dev] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Matthew Treinish
On Mon, Feb 02, 2015 at 11:46:53AM -0600, Matt Riedemann wrote: > This came up in the operators mailing list back in June [1] but given the > subject probably didn't get much attention. > > Basically there is a really old bug [2] from Grizzly that is still a problem > and affects multiple projects

Re: [Openstack-operators] [openstack-dev] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Morgan Fainberg
I think the simple answer is "yes". We (keystone) should emit notifications. And yes other projects should listen. The only thing really in discussion should be: 1: soft delete or hard delete? Does the service mark it as orphaned, or just delete (leave this to nova, cinder, etc to discuss) 2:

[Openstack-operators] Call for Speakers - February 9 Deadline!

2015-02-02 Thread Stefano Maffulli
February 9th is the deadline to submit a talk for the May 2015 Vancouver Summit Would you like to speak at the May 2015 OpenStack Summit in Vancouver? Then hurry up and submit a talk! February 9 is the final day that speaking submissions will be accepted. https://www.openstack.org/summit/vancou

Re: [Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Jesse Keating
On 2/2/15 5:56 AM, Alvise Dorigo wrote: For neutron I got a problem at the very last step: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade icehouse [...] sqlalchemy.exc.ProgrammingError: (ProgrammingError) (1146, "Table 'neutr

Re: [Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Kris G. Lindgren
That¹s what I was thinking as well. I looked at the install guide and it says to set the stamp using your existing config, then run the db upgrade using the new config - then do a db migration after db upgrade. I thought I had read some where that you had to migrate first then upgrade. We were a

Re: [Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Alvise Dorigo
> On 02 Feb 2015, at 20:46, Jesse Keating wrote: > > On 2/2/15 5:56 AM, Alvise Dorigo wrote: >> For neutron I got a problem at the very last step: >> >> neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file >> /etc/neutron/plugins/ml2/ml2_conf.ini upgrade icehouse >> [...] >>

Re: [Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Alvise Dorigo
> On 02 Feb 2015, at 20:54, Kris G. Lindgren wrote: > > That¹s what I was thinking as well. I looked at the install guide and it > says to set the stamp using your existing config, then run the db upgrade > using the new config uhm, this is probably what I did wrong ! I ran the command “… stam

Re: [Openstack-operators] Error migrating Neutron from Havana to IceHouse

2015-02-02 Thread Jesse Keating
On 2/2/15 12:36 PM, Alvise Dorigo wrote: On 02 Feb 2015, at 20:46, Jesse Keating wrote: On 2/2/15 5:56 AM, Alvise Dorigo wrote: For neutron I got a problem at the very last step: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini up

Re: [Openstack-operators] [openstack-dev] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Joe Gordon
On Mon, Feb 2, 2015 at 10:28 AM, Morgan Fainberg wrote: > I think the simple answer is "yes". We (keystone) should emit > notifications. And yes other projects should listen. > > The only thing really in discussion should be: > > 1: soft delete or hard delete? Does the service mark it as orphaned

Re: [Openstack-operators] [openstack-dev] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Morgan Fainberg
On February 2, 2015 at 1:31:14 PM, Joe Gordon ([email protected]) wrote: On Mon, Feb 2, 2015 at 10:28 AM, Morgan Fainberg wrote: I think the simple answer is "yes". We (keystone) should emit notifications. And yes other projects should listen. The only thing really in discussion should be

Re: [Openstack-operators] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Jay Pipes
On 02/02/2015 12:46 PM, Matt Riedemann wrote: This came up in the operators mailing list back in June [1] but given the subject probably didn't get much attention. Basically there is a really old bug [2] from Grizzly that is still a problem and affects multiple projects. A tenant can be deleted

Re: [Openstack-operators] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-02 Thread Boris Pavlovic
This will simplify life of everybody!=) According to what said Joe I have small suggestion. Keystone can have next method in API: get_all_deleted_users_since_x() So code in nova(any other project) should look like: keystone_janitor = janitor.Janitor( get_last_cleanup_timestampt=nova.get_time

[Openstack-operators] [openstack-operators] [openstack-dev] UpgradeImpact: Replacing swift_enable_net with swift_store_endpoint

2015-02-02 Thread Jesse Cook
+ openstack-operators On 2/2/15, 12:24 PM, "Jesse Cook" mailto:[email protected]>> wrote: Configuration options will change (https://review.openstack.org/#/c/146972/4): - Removed config option: "swift_enable_snet". The default value of "swift_enable_snet" was False [1]. The comments in

Re: [Openstack-operators] Deprecation of in tree EC2 API in Nova for Kilo release

2015-02-02 Thread Robert Collins
On 31 January 2015 at 06:18, Eric Windisch wrote: >> >> That's a failing of the Nova team that must be addressed. As maintainers >> it is our job to produce software that meets the needs of our users. We >> have 35% of users reporting they use this EC2 code, so fixing any problems >> should be a h