openstackgerrit | zhangyunyong proposed openstack/puppet-manila master: Fix tox.ini https://review.openstack.org/630571 | 02:07 |
---|---|---|
*** e0ne has joined #openstack-manila | 06:19 | |
*** e0ne has quit IRC | 06:57 | |
*** pcaruana has joined #openstack-manila | 07:11 | |
*** arne_wiebalck has quit IRC | 07:55 | |
*** arne_wiebalck has joined #openstack-manila | 07:56 | |
openstackgerrit | Yong Huang proposed openstack/manila master: [Unity] Revert to snapshot support https://review.openstack.org/630630 | 09:27 |
*** ganso has joined #openstack-manila | 09:52 | |
*** luizbag has joined #openstack-manila | 09:57 | |
*** carlos_silva has joined #openstack-manila | 09:58 | |
*** e0ne has joined #openstack-manila | 10:07 | |
*** erlon has joined #openstack-manila | 10:41 | |
*** luizbag has quit IRC | 10:48 | |
*** luizbag has joined #openstack-manila | 10:51 | |
*** luizbag has quit IRC | 10:52 | |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: [functional tests] Python 3 compatability changes https://review.openstack.org/630462 | 11:06 |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: Convert functional tests to python3 https://review.openstack.org/629536 | 11:14 |
*** luizbag has joined #openstack-manila | 11:22 | |
*** erlon has quit IRC | 11:29 | |
*** erlon has joined #openstack-manila | 11:33 | |
*** erlon has quit IRC | 11:36 | |
*** erlon has joined #openstack-manila | 11:37 | |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: [functional tests] Python 3 compatibility changes https://review.openstack.org/630462 | 11:50 |
*** lseki has joined #openstack-manila | 12:01 | |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: Convert functional tests to python3 https://review.openstack.org/629536 | 12:29 |
*** e0ne has quit IRC | 12:33 | |
*** erlon_ has joined #openstack-manila | 12:44 | |
*** erlon has quit IRC | 12:48 | |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: [functional tests] Python 3 compatibility changes https://review.openstack.org/630462 | 12:48 |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: Convert functional tests to python3 https://review.openstack.org/629536 | 12:48 |
tbarron | 1 | 13:08 |
tbarron | 2 | 13:08 |
tbarron | 3 | 13:08 |
luizbag | 4? | 13:13 |
arne_wiebalck | Hi Manila! I tried to purge our Manila DB and ran into a situation where the foreign key constraint on project_share_type_quotas prevents the purge of share_types. Apparently, I have deleted a type before I removed the per project quota ... is there a CLI way out (I tried to quota-delete now, but that complains about a missing type :-), or is there only the DB way? | 13:14 |
*** e0ne has joined #openstack-manila | 13:18 | |
*** arne_wiebalck_ has joined #openstack-manila | 13:26 | |
tbarron | luizbag: I type some numeral like '1' in this window by mistake -- here instead of mutt -- and people kid me by incrementing it | 13:35 |
luizbag | tbarron, what is mutt? | 13:37 |
tbarron | luizbag: a high tech email client: https://neomutt.org/ | 13:39 |
arne_wiebalck | tbarron: :-D | 13:39 |
tbarron | arne_wiebalck: so this happened when you ran 'manila-manage db purge' ? | 13:39 |
arne_wiebalck | tbarron: yes | 13:39 |
tbarron | arne_wiebalck: when you get a chance would you raise a bug here: https://bugs.launchpad.net/manila/+filebug ? | 13:40 |
arne_wiebalck | tbarron: is that really a bug? | 13:40 |
arne_wiebalck | tbarron: you’d expect type-delete to fail? | 13:41 |
tbarron | arne_wiebalck: I don't know a manila cmd way to fix this but don't want to inhibit others if they do | 13:41 |
arne_wiebalck | tbarron: ok. | 13:41 |
tbarron | arne_wiebalck: well the db purge cmd is purportedly aware of cross-table dependencies/constraints | 13:41 |
arne_wiebalck | tbarron: an additional option would be to have a “quota-delete-force” which handles quotas of non-existing types | 13:42 |
tbarron | arne_wiebalck: there's code in there to do checks but apparently some are missing | 13:42 |
tbarron | arne_wiebalck: ack, and I don't think we have that. | 13:42 |
arne_wiebalck | tbarron: should type-delete fail if there are non-deleted quota entries? | 13:43 |
arne_wiebalck | tbarron: that would would cleanest to me | 13:43 |
tbarron | arne_wiebalck: I think it should | 13:43 |
arne_wiebalck | tbarron: s/would/would look/ | 13:43 |
arne_wiebalck | tbarron: ok, thx, I file a bug | 13:43 |
tbarron | arne_wiebalck: thank you | 13:43 |
arne_wiebalck | tbarron: https://bugs.launchpad.net/manila/+bug/1811680 | 13:54 |
openstack | Launchpad bug 1811680 in Manila "Manila allows share type deletion despite quota allocations" [Undecided,New] | 13:54 |
tbarron | arne_wiebalck: ty! | 14:09 |
arne_wiebalck | tbarron: np. btw, it’s the first purge we ever did and some of the tables are close to 1M entries that need to be purged :) | 14:10 |
tbarron | arne_wiebalck: do you purge cinder, nova, etc. regularly, or is this the first for all projects? | 14:10 |
arne_wiebalck | tbarron: we started purging all of them regurlarly | 14:11 |
arne_wiebalck | tbarron: some of the projects don’t have soft delete, though, that makes things somewhat easier | 14:11 |
tbarron | arne_wiebalck: well you might hit some more purge bugs in manila, I don't know that that code has been exercised a lot. | 14:12 |
*** e0ne has quit IRC | 14:12 | |
tbarron | arne_wiebalck: so thanks for testing for us! | 14:12 |
tbarron | :) | 14:12 |
*** mmethot has joined #openstack-manila | 14:12 | |
arne_wiebalck | tbarron: ha! | 14:12 |
tbarron | arne_wiebalck: we have unit tests but they protect more against the code changing and breaking what we already see than catching stuff we didn't see | 14:13 |
arne_wiebalck | tbarron: right | 14:13 |
arne_wiebalck | tbarron: I’m going through the errors and report if I find sth | 14:13 |
tbarron | arne_wiebalck: excellent | 14:14 |
*** e0ne has joined #openstack-manila | 14:26 | |
*** arne_wiebalck_ has quit IRC | 14:28 | |
*** arne_wiebalck_ has joined #openstack-manila | 14:31 | |
*** e0ne has quit IRC | 14:40 | |
*** e0ne has joined #openstack-manila | 14:50 | |
*** e0ne has quit IRC | 14:53 | |
*** e0ne has joined #openstack-manila | 14:54 | |
*** e0ne_ has joined #openstack-manila | 15:13 | |
*** e0ne has quit IRC | 15:14 | |
*** arne_wiebalck_ has quit IRC | 15:21 | |
*** mmethot has quit IRC | 15:30 | |
*** mmethot_ has joined #openstack-manila | 15:30 | |
*** e0ne_ has quit IRC | 15:41 | |
*** mmethot_ has quit IRC | 15:43 | |
*** mmethot_ has joined #openstack-manila | 15:43 | |
*** mmethot_ has quit IRC | 15:46 | |
*** mmethot_ has joined #openstack-manila | 15:47 | |
*** mmethot_ has quit IRC | 15:49 | |
*** mmethot_ has joined #openstack-manila | 15:50 | |
*** e0ne has joined #openstack-manila | 15:51 | |
*** arne_wiebalck_ has joined #openstack-manila | 15:54 | |
*** arne_wiebalck_ has quit IRC | 15:57 | |
*** vollman has joined #openstack-manila | 15:58 | |
*** eharney has joined #openstack-manila | 16:02 | |
*** mmethot has joined #openstack-manila | 16:18 | |
*** pcaruana has quit IRC | 16:20 | |
*** mmethot has quit IRC | 16:21 | |
*** mmethot has joined #openstack-manila | 16:22 | |
*** mmethot_ has quit IRC | 16:22 | |
*** eharney has quit IRC | 16:25 | |
*** mmethot_ has joined #openstack-manila | 16:29 | |
*** _mmethot_ has joined #openstack-manila | 16:32 | |
*** mmethot_ has quit IRC | 16:32 | |
openstackgerrit | Tom Barron proposed openstack/manila master: Move grenade job to bionic https://review.openstack.org/630727 | 16:32 |
*** mmethot has quit IRC | 16:33 | |
*** mmethot_ has joined #openstack-manila | 16:37 | |
*** _mmethot_ has quit IRC | 16:38 | |
*** eharney has joined #openstack-manila | 16:40 | |
*** e0ne has quit IRC | 17:14 | |
*** pcaruana has joined #openstack-manila | 17:15 | |
*** lseki has quit IRC | 18:13 | |
*** e0ne has joined #openstack-manila | 18:16 | |
*** luizbag has quit IRC | 18:57 | |
openstackgerrit | Tom Barron proposed openstack/manila master: Move grenade job to bionic and run with python 3 https://review.openstack.org/630727 | 18:58 |
tbarron | gouthamr: just checking and learning :) ^^ | 18:59 |
*** pcaruana has quit IRC | 19:08 | |
*** e0ne has quit IRC | 19:19 | |
gouthamr | tbarron: ack, ofcourse :) btw, i meant to type zuulv3 and typed py3; i find clarkb's comment on https://review.openstack.org/#/c/607379/ convincing too, when devstack has a way of figuring out what interpreter's available, grenade should not be requiring that PYTHON3_VERSION variable | 19:24 |
gouthamr | tbarron: this thing in particular: http://git.openstack.org/cgit/openstack-dev/grenade/tree/grenaderc#n11 | 19:31 |
*** e0ne has joined #openstack-manila | 20:01 | |
*** erlon_ has quit IRC | 20:04 | |
openstackgerrit | Tom Barron proposed openstack/manila master: Move grenade job to bionic and run with python 3 https://review.openstack.org/630727 | 20:57 |
*** preece_ has joined #openstack-manila | 21:04 | |
*** preece has quit IRC | 21:11 | |
*** preece_ is now known as preece | 21:11 | |
*** ganso has quit IRC | 21:22 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/manila master: Add uWSGI configuration samples https://review.openstack.org/630776 | 21:37 |
*** e0ne has quit IRC | 21:40 | |
*** eharney has quit IRC | 21:51 | |
*** carlos_silva has quit IRC | 22:02 | |
*** mmethot_ has quit IRC | 23:14 | |
openstackgerrit | Merged openstack/manila stable/pike: Set paramiko logging to DEBUG level https://review.openstack.org/630382 | 23:46 |
*** erlon_ has joined #openstack-manila | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!