[Openstack-operators] [announce] Debian Jessie arm 64bits backports for Mitaka and Newton available

2016-06-22 Thread Thomas Goirand
Hi everyone, I am pleased to announce that, as of today, there are arm64 backports to Jessie available in non-official backports repositories for Debian Jessie. Here are the URLs (repository definitions are available at the below addresses): http://newton-jessie-arm64.linaro.org/ http://mitaka-je

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Mark Voelker
Hi Ops, FYI for those that may not be aware, that’s also the week of OpenStack East. OpenStack East runs August 23-24 also in New York City (about ~15-20 minutes away from Civic Hall by MTA at the Playstation Theater). If you’re coming to town for the Ops Midcycle, you may want to make a week

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Saverio Proto
Did we create already a etherpad ? I hope I did this correctly: https://etherpad.openstack.org/p/NYC-ops-meetup Saverio 2016-06-22 15:58 GMT+02:00 Mark Voelker : > Hi Ops, > > FYI for those that may not be aware, that’s also the week of OpenStack East. > OpenStack East runs August 23-24 also i

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Tom Fifield
On 22/06/16 23:09, Saverio Proto wrote: Did we create already a etherpad ? I hope I did this correctly: https://etherpad.openstack.org/p/NYC-ops-meetup Looks great to me! Thanks for doing that :) Saverio 2016-06-22 15:58 GMT+02:00 Mark Voelker : Hi Ops, FYI for those that may not be awar

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Edgar Magana
Awesome Mark! I already got my tickets.. Thanks for sharing. Edgar On 6/22/16, 6:58 AM, "Mark Voelker" wrote: Hi Ops, FYI for those that may not be aware, that’s also the week of OpenStack East. OpenStack East runs August 23-24 also in New York City (about ~15-20 minutes away from Civic H

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Matt Jarvis
Hi Mark Given we've not got the Eventbrite for the Ops Meetup live yet, is there any chance you could extend the early bird pricing or give operators who may be travelling for the Ops Meetup a discount code ? I suspect there may be quite a lot of interest for those travelling some distance. Matt

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread David Medberry
Would be sweet if that offer could be extended at least a week as we go through the corp travel process. OTOH, $99 is almost cheap enough to buy and not care I'll be doing that I guess. On Wed, Jun 22, 2016 at 9:44 AM, Matt Jarvis wrote: > Hi Mark > > Given we've not got the Eventbrite for t

Re: [Openstack-operators] Next Ops Midcycle NYC August 25-26

2016-06-22 Thread Mark Voelker
It would definitely be cool to have more ops folks attend both events. I’d be happy to check in with the rest of the organizers and see if there’s a possibility of working something out. At Your Service, Mark T. Voelker > On Jun 22, 2016, at 12:27 PM, David Medberry wrote: > > Would be sw

[Openstack-operators] How do you handle purge of database tables ?

2016-06-22 Thread Gilles Mocellin
Hello, While digging in nova's database, I found that many objects ar not really deleted, but instead just marked deleted. In fact, it's a general behavior in other projects (cinder, glance...). I understand that. It can be handy. But, is there a way to handle regular purging of theses elemen

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-22 Thread Silence Dogood
I use thermite. On Wed, Jun 22, 2016 at 5:26 PM, Gilles Mocellin < gilles.mocel...@nuagelibre.org> wrote: > Hello, > > While digging in nova's database, I found that many objects ar not really > deleted, but instead just marked deleted. > In fact, it's a general behavior in other projects (cinder

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-22 Thread Gilles Mocellin
Le 22/06/2016 à 23:26, Gilles Mocellin a écrit : Hello, While digging in nova's database, I found that many objects ar not really deleted, but instead just marked deleted. In fact, it's a general behavior in other projects (cinder, glance...). I understand that. It can be handy. But, is ther

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-22 Thread Abel Lopez
Some projects (e.g. cinder) have tools.. `cinder-manage db-purge` or maybe it's "db purge" or something along those lines... It was around Kilo when that got added. Otherwise, in the past, I've done mysql backup, then a massive table by table purge of "deleted=1" rows. On Wed, Jun 22, 2016 at 2:3

Re: [Openstack-operators] How do you handle purge of database tables ?

2016-06-22 Thread Tim Bell
There are also some tools in the OSOps repository (Nova for example has https://github.com/openstack/osops-tools-generic/tree/master/nova) Tim From: Abel Lopez Date: Thursday 23 June 2016 at 00:03 To: Gilles Mocellin Cc: openstack-operators Subject: Re: [Openstack-operators] How do you handle