*** AlexeyAbashkin has joined #openstack-glance | 00:01 | |
*** AlexeyAbashkin has quit IRC | 00:05 | |
*** btully has joined #openstack-glance | 00:17 | |
*** e0ne has quit IRC | 00:18 | |
*** btully has quit IRC | 00:21 | |
*** rosmaita_ has quit IRC | 00:36 | |
*** markvoelker has joined #openstack-glance | 00:43 | |
*** markvoelker has quit IRC | 00:45 | |
*** markvoelker has joined #openstack-glance | 00:49 | |
*** markvoelker has quit IRC | 00:50 | |
*** markvoelker has joined #openstack-glance | 01:08 | |
*** markvoelker has quit IRC | 01:09 | |
*** rmcall has joined #openstack-glance | 01:10 | |
*** zhurong has joined #openstack-glance | 01:24 | |
*** rosmaita has joined #openstack-glance | 01:29 | |
*** d0ugal has quit IRC | 01:43 | |
*** d0ugal has joined #openstack-glance | 02:01 | |
*** btully has joined #openstack-glance | 02:06 | |
*** dalgaaf has quit IRC | 02:09 | |
*** btully has quit IRC | 02:10 | |
*** dalgaaf has joined #openstack-glance | 02:11 | |
*** rmcall has quit IRC | 02:21 | |
*** harlowja has quit IRC | 02:24 | |
*** lbragstad has quit IRC | 02:54 | |
*** rosmaita has quit IRC | 02:58 | |
*** zhurong has quit IRC | 03:23 | |
openstackgerrit | Brian Rosmaita proposed openstack/glance master: Add documentation for image import plugins https://review.openstack.org/532313 | 03:24 |
---|---|---|
*** jistr has quit IRC | 03:31 | |
*** zhurong has joined #openstack-glance | 03:32 | |
*** rosmaita has joined #openstack-glance | 03:41 | |
*** andreykurilin has quit IRC | 03:44 | |
*** andreykurilin has joined #openstack-glance | 03:44 | |
*** abhishekk has joined #openstack-glance | 03:47 | |
*** AlexeyAbashkin has joined #openstack-glance | 03:52 | |
*** AlexeyAbashkin has quit IRC | 03:57 | |
*** udesale has joined #openstack-glance | 03:59 | |
*** rosmaita has quit IRC | 04:21 | |
*** AlexeyAbashkin has joined #openstack-glance | 04:25 | |
*** Shilpa has joined #openstack-glance | 04:26 | |
*** AlexeyAbashkin has quit IRC | 04:29 | |
*** links has joined #openstack-glance | 04:37 | |
*** zhurong has quit IRC | 04:40 | |
*** links has quit IRC | 04:40 | |
*** namnh has joined #openstack-glance | 04:44 | |
*** links has joined #openstack-glance | 04:46 | |
*** hoonetorg has quit IRC | 05:00 | |
*** pdeore has joined #openstack-glance | 05:01 | |
*** hoonetorg has joined #openstack-glance | 05:14 | |
*** harlowja has joined #openstack-glance | 05:24 | |
*** ratailor has joined #openstack-glance | 05:25 | |
*** gyee has quit IRC | 05:36 | |
*** markvoelker has joined #openstack-glance | 05:39 | |
*** zhurong has joined #openstack-glance | 06:16 | |
*** pcaruana has joined #openstack-glance | 06:27 | |
*** pcaruana has quit IRC | 06:33 | |
*** pcaruana has joined #openstack-glance | 06:34 | |
*** mosulica has joined #openstack-glance | 06:50 | |
*** gcb has quit IRC | 06:55 | |
*** udesale__ has joined #openstack-glance | 06:57 | |
*** gvrangan has joined #openstack-glance | 06:59 | |
*** udesale has quit IRC | 06:59 | |
*** masber has quit IRC | 07:08 | |
*** rcernin has quit IRC | 07:15 | |
*** udesale has joined #openstack-glance | 07:19 | |
*** fnordahl has quit IRC | 07:20 | |
*** udesale has quit IRC | 07:20 | |
*** udesale__ has quit IRC | 07:21 | |
*** fnordahl has joined #openstack-glance | 07:22 | |
*** gvrangan has quit IRC | 07:23 | |
*** gvrangan has joined #openstack-glance | 07:25 | |
*** threestrands has quit IRC | 07:36 | |
*** harlowja has quit IRC | 07:49 | |
*** hoonetorg has quit IRC | 07:50 | |
*** AlexeyAbashkin has joined #openstack-glance | 07:57 | |
*** hoonetorg has joined #openstack-glance | 08:07 | |
*** tesseract has joined #openstack-glance | 08:14 | |
*** alexchadin has joined #openstack-glance | 08:24 | |
*** jistr has joined #openstack-glance | 08:57 | |
*** mosulica has quit IRC | 09:04 | |
*** markvoelker has quit IRC | 09:08 | |
*** mosulica has joined #openstack-glance | 09:14 | |
*** e0ne has joined #openstack-glance | 09:34 | |
Shilpa | abhishekk: Hi | 09:36 |
abhishekk | Shilpa, hi | 09:40 |
Shilpa | related to glance db sync using EMC, https://review.openstack.org/#/c/433934 | 09:41 |
Shilpa | this is called only in offline case, right? | 09:41 |
abhishekk | yes | 09:42 |
Shilpa | For inline case, explicitly db expand/migrate/contract need to call | 09:44 |
Shilpa | we can't use db sync here | 09:44 |
abhishekk | which inline case? | 09:46 |
Shilpa | inline means zero downtime upgrade feature | 09:47 |
abhishekk | I guess with this patch if you use sync then internally it will call EMC only | 09:49 |
Shilpa | but during actual upgrade, expand/migrate has to be run on old (say N-1) service and contract has to be on new (say N) service. | 09:51 |
Shilpa | to achieve zero downtime upgrade feature | 09:52 |
Shilpa | so i think we need to add some code to restrict operator to use db expand/migrate/cotract only | 10:00 |
Shilpa | so how to achieve this? | 10:00 |
*** gvrangan has quit IRC | 10:11 | |
*** gvrangan has joined #openstack-glance | 10:12 | |
abhishekk | the main purpose of this patch is when first time you install glance then you should run sync only one command instead of 3 and in your case you can run EMC separately instead of using sync | 10:15 |
*** threestrands has joined #openstack-glance | 10:21 | |
*** MattMan_1 has quit IRC | 10:23 | |
*** MattMan_1 has joined #openstack-glance | 10:24 | |
*** dtantsur|afk is now known as dtantsur | 10:24 | |
*** alexchadin has quit IRC | 10:32 | |
*** alexchadin has joined #openstack-glance | 10:33 | |
*** namnh has quit IRC | 10:51 | |
*** mosulica has quit IRC | 10:55 | |
*** arcolife has joined #openstack-glance | 10:56 | |
*** zhurong has quit IRC | 10:56 | |
*** abhishekk has quit IRC | 10:57 | |
*** mosulica has joined #openstack-glance | 11:03 | |
*** alexchadin has quit IRC | 11:06 | |
*** alexchadin has joined #openstack-glance | 11:06 | |
*** markvoelker has joined #openstack-glance | 11:08 | |
*** alexchadin has quit IRC | 11:09 | |
*** AlexeyAbashkin has quit IRC | 11:18 | |
*** AlexeyAbashkin has joined #openstack-glance | 11:18 | |
*** pradiprwt has joined #openstack-glance | 11:19 | |
pradiprwt | Hi Everyone, I have integrated the ceph with openstack, everything is working fine but I am not able to delete images.. any suggestion for this issue >>Traceback >>http://paste.openstack.org/show/642228/ | 11:19 |
pradiprwt | I am using ocata release | 11:22 |
*** mosulica has quit IRC | 11:29 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Adds 'web-download' import method https://review.openstack.org/532501 | 11:32 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Enable Image Import per default and make current https://review.openstack.org/532502 | 11:32 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Remove Images API v1 entry points https://review.openstack.org/532503 | 11:32 |
*** mosulica has joined #openstack-glance | 11:36 | |
*** d0ugal has quit IRC | 11:39 | |
*** alexchadin has joined #openstack-glance | 11:39 | |
*** alexchadin has quit IRC | 11:41 | |
*** markvoelker has quit IRC | 11:42 | |
*** d0ugal has joined #openstack-glance | 11:57 | |
*** nicolasbock has joined #openstack-glance | 11:57 | |
*** alexchadin has joined #openstack-glance | 12:00 | |
*** pdeore has quit IRC | 12:02 | |
*** ratailor has quit IRC | 12:04 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Adds 'web-download' import method https://review.openstack.org/532501 | 12:09 |
*** mosulica has quit IRC | 12:16 | |
*** mosulica has joined #openstack-glance | 12:22 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Adds 'web-download' import method https://review.openstack.org/532501 | 12:29 |
*** mosulica has quit IRC | 12:37 | |
*** markvoelker has joined #openstack-glance | 12:39 | |
*** mosulica has joined #openstack-glance | 12:40 | |
*** gcb has joined #openstack-glance | 12:43 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Adds 'web-download' import method https://review.openstack.org/532501 | 12:49 |
*** links has quit IRC | 12:58 | |
*** mosulica has quit IRC | 13:00 | |
*** mosulica has joined #openstack-glance | 13:03 | |
*** rosmaita has joined #openstack-glance | 13:04 | |
bhagyashris | rosmaita: Hi, I would like to info you that the zuul is failing on patch https://review.openstack.org/#/c/527635/ because this patch is dependent on devstack patch https://review.openstack.org/#/c/527907/ once this will get merge then zuul will give +1 on glance patch, waiting for the devstack patch review and +2 :) | 13:09 |
bhagyashris | s/info/inform | 13:10 |
*** mosulica has quit IRC | 13:10 | |
rosmaita | bhagyashris: thanks for the update, i had a question on erno's patch about putting the general import opts in a group, waiting on that because it will affect your devstack patch | 13:10 |
bhagyashris | rosmaita: yeah saw your comment on his patch and erno put his opinion on your question :) | 13:11 |
rosmaita | looking now | 13:12 |
*** markvoelker has quit IRC | 13:12 | |
bhagyashris | rosmaita: ok no issues. Thank you :) | 13:13 |
*** mvk has quit IRC | 13:14 | |
*** mosulica has joined #openstack-glance | 13:14 | |
jokke_ | rosmaita: bhagyashris \o | 13:16 |
bhagyashris | jokke_: Hi, o/ | 13:17 |
rosmaita | jokke_ bhagyashris just +A'd 528754 | 13:18 |
bhagyashris | bhagyashris: nice, Now i am waiting for devstack patch reviews and +2's on it :) | 13:20 |
jokke_ | rosmaita: pushed 3 patches up to get tests running this morn | 13:21 |
jokke_ | I hope the web-download will finally pass the tests now, then there is "EXPERIMENTAL" -> "CURRENT" and v1 removal :D | 13:22 |
rosmaita | i'm worried about whether we will be able to go current | 13:22 |
jokke_ | will need help on that v1 removal ... there is shittons of crap in tests that are mixed | 13:23 |
jokke_ | rosmaita: why? | 13:23 |
rosmaita | no discovery, for one thing | 13:23 |
rosmaita | let's talk a bit later today | 13:24 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Enable Image Import per default and make current https://review.openstack.org/532502 | 13:27 |
*** gvrangan has quit IRC | 13:33 | |
*** pdeore has joined #openstack-glance | 13:36 | |
*** mosulica has quit IRC | 13:38 | |
*** alexchadin has quit IRC | 13:38 | |
Shilpa | rosmaita: Hi | 13:40 |
rosmaita | hello | 13:40 |
*** mosulica has joined #openstack-glance | 13:41 | |
Shilpa | busy? do you get time to go through db upgrade feature? | 13:41 |
rosmaita | Shilpa looks like the code will need to accept either pike01 or pike_contract01 as acceptable | 13:42 |
Shilpa | yes agree | 13:42 |
rosmaita | not sure exactly where that change would be, looks like we are relying on alembic to handle the revision identifiers | 13:42 |
rosmaita | Shilpa are you interested in working on this? | 13:44 |
Shilpa | yes rosmaita | 13:44 |
rosmaita | ok, cool. my first thought was maybe a special migration that does nothing but take pike01 -> pike_contract01 | 13:45 |
rosmaita | but that might mean having two files with revision 'pike_contract01' and i;'m not sure what the effect of that would be | 13:45 |
rosmaita | have you used Alembic much? | 13:46 |
*** mosulica has quit IRC | 13:47 | |
Shilpa | i have gone through Glance db upgrade, and also keystone, but keystone is different one | 13:48 |
Shilpa | And as per my opinion to resolve error mentioned at https://review.openstack.org/#/c/433934, before calling db sync, we need to correct alembic version from pike01 to pike_contract01 (and if ocata01 to ocata_contract01) | 13:49 |
*** mosulica has joined #openstack-glance | 13:49 | |
Shilpa | in patch 'glance/db/sqlalchemy/alembic_migrations/versions/pike01_drop_artifacts_tables.py' file is removed which has revision identified by 'pike01', and since deleted error is there | 13:51 |
Shilpa | Yes we are relying on alembic to handle the revision identifiers | 13:51 |
*** alexchadin has joined #openstack-glance | 13:52 | |
*** mosulica has quit IRC | 13:55 | |
*** mosulica has joined #openstack-glance | 14:00 | |
*** pdeore has quit IRC | 14:01 | |
*** markvoelker has joined #openstack-glance | 14:10 | |
rosmaita | Shilpa: I wonder whether this can be handled in glance/db/sqlalchemy/alembic_migrations/__init.py when we get the alembic heads? though it will make that file pretty ugly with special case code | 14:11 |
Shilpa | can we directly update DB there, if ocata01 then to ocata_contract01 and pike01 to pike_contract01? or you are suggesting via special migration only? | 14:14 |
Shilpa | we have to hand;e for both ocata and pike | 14:14 |
rosmaita | Shilpa: i'm not sure ... i was thinking we could modify __init__.py so that whether the alembic_version in the db is pike01 or pike_contract01, it will give us the correct head. Other possibility, though i have not tried this, would be to have a file similar to the "empty" pike expand file, but this would have down_revision = pike01 and revision = pike_contract01. I think that would get the alembic_version updated in the | 14:21 |
rosmaita | DB. But i don't know whether that might have weird side effects. | 14:21 |
*** mvk has joined #openstack-glance | 14:22 | |
Shilpa | i think we can not do that, pike_contract01_drop_artifacts_tables.py already have revision = 'pike_contract01' | 14:25 |
Shilpa | Based on revision identifiers in each script, alembic decides files execution sequence | 14:27 |
bhagyashris | rosmaita: thanks for review and comment on patch https://review.openstack.org/#/c/527907/ | 14:27 |
bhagyashris | :) | 14:28 |
*** arcolife has quit IRC | 14:30 | |
Shilpa | tried adding migration script, but it gives UserWarning: Revision pike_contract01 is present more than once | 14:34 |
Shilpa | and no success | 14:37 |
*** lbragstad has joined #openstack-glance | 14:38 | |
Shilpa | so according to me we should modify __init__.py, to give expected head. ocata01/pike01 is no where use, so we should directly update DB accordingly. Kindly confirm. | 14:41 |
*** markvoelker has quit IRC | 14:43 | |
Shilpa | And one more thing i would like to discuss: 'after this fix, is it possible for operator to decide which approach to use to upgrade db or we need to add some code to restrict operator to use EMC approach only (not db_sync)'' | 14:43 |
*** alexchadin has quit IRC | 14:43 | |
Shilpa | For zero downtime upgrade feature, operator should use EMC only | 14:44 |
Shilpa | kindly confirm | 14:44 |
Shilpa | rosmaita: i think you are busy somewhere, whenever get time please go through queries above. We will discuss tomorrow. Leaving for now. | 14:46 |
Shilpa | Bye | 14:46 |
*** cleong has joined #openstack-glance | 14:46 | |
*** Shilpa has quit IRC | 14:48 | |
*** markvoelker has joined #openstack-glance | 14:51 | |
-openstackstatus- NOTICE: Gerrit is being restarted due to slowness and to apply kernel patches | 14:58 | |
*** openstackgerrit has quit IRC | 15:01 | |
*** markvoelker has quit IRC | 15:03 | |
*** openstackgerrit has joined #openstack-glance | 15:26 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Enable Image Import per default and make current https://review.openstack.org/532502 | 15:26 |
*** markvoelker has joined #openstack-glance | 15:37 | |
openstackgerrit | Scott McClymont proposed openstack/glance_store master: [WIP] Sha Implementation for Glance https://review.openstack.org/528790 | 15:54 |
*** mfisch` has joined #openstack-glance | 16:06 | |
*** mfisch has quit IRC | 16:10 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Adds 'web-download' import method https://review.openstack.org/532501 | 16:10 |
*** markvoelker has quit IRC | 16:19 | |
*** markvoelker has joined #openstack-glance | 16:22 | |
*** mosulica has quit IRC | 16:24 | |
*** markvoelker has quit IRC | 16:27 | |
*** d0ugal has quit IRC | 16:46 | |
*** gyee has joined #openstack-glance | 16:54 | |
*** AlexeyAbashkin has quit IRC | 16:55 | |
*** rosmaita has quit IRC | 16:58 | |
*** e0ne has quit IRC | 17:05 | |
*** pcaruana has quit IRC | 17:11 | |
*** pradiprwt has quit IRC | 17:12 | |
*** harlowja has joined #openstack-glance | 17:16 | |
*** mfisch` has quit IRC | 17:23 | |
*** rosmaita has joined #openstack-glance | 17:41 | |
*** jkilpatr has joined #openstack-glance | 18:21 | |
*** btully has joined #openstack-glance | 18:25 | |
*** openstack has joined #openstack-glance | 18:29 | |
*** ChanServ sets mode: +o openstack | 18:29 | |
*** btully has quit IRC | 18:29 | |
openstackgerrit | Scott McClymont proposed openstack/glance master: [WIP] SHA Implementation for Glance https://review.openstack.org/532592 | 18:31 |
*** AlexeyAbashkin has joined #openstack-glance | 18:31 | |
*** AlexeyAbashkin has quit IRC | 18:35 | |
*** tesseract has quit IRC | 18:36 | |
*** harlowja has quit IRC | 18:37 | |
*** jkilpatr has joined #openstack-glance | 18:40 | |
openstackgerrit | Scott McClymont proposed openstack/glance master: [WIP] SHA Implementation for Glance https://review.openstack.org/532592 | 18:44 |
*** e0ne has joined #openstack-glance | 18:48 | |
*** mvk has quit IRC | 18:57 | |
*** harlowja has joined #openstack-glance | 19:13 | |
*** harlowja_ has joined #openstack-glance | 19:16 | |
*** harlowja has quit IRC | 19:19 | |
*** rmcall has joined #openstack-glance | 19:30 | |
*** mvk has joined #openstack-glance | 19:33 | |
*** rmcall has quit IRC | 19:43 | |
*** rmcall has joined #openstack-glance | 19:46 | |
*** dtantsur is now known as dtantsur|afk | 19:53 | |
*** nicolasbock has quit IRC | 19:56 | |
*** cleong has quit IRC | 20:03 | |
*** btully has joined #openstack-glance | 20:14 | |
*** btully has quit IRC | 20:18 | |
*** rmcall has quit IRC | 20:25 | |
*** AlexeyAbashkin has joined #openstack-glance | 21:00 | |
*** AlexeyAbashkin has quit IRC | 21:04 | |
*** e0ne has quit IRC | 21:14 | |
*** pcaruana has joined #openstack-glance | 21:42 | |
*** pcaruana has quit IRC | 21:43 | |
*** threestrands_ has joined #openstack-glance | 21:52 | |
*** threestrands_ has quit IRC | 21:53 | |
*** threestrands_ has joined #openstack-glance | 21:53 | |
*** threestrands_ has quit IRC | 21:53 | |
*** threestrands_ has joined #openstack-glance | 21:53 | |
*** threestrands has quit IRC | 21:54 | |
*** btully has joined #openstack-glance | 22:02 | |
*** masber has joined #openstack-glance | 22:02 | |
*** btully has quit IRC | 22:07 | |
*** rcernin has joined #openstack-glance | 22:11 | |
-openstackstatus- NOTICE: The zuul system is being restarted to apply security updates and will be offline for several minutes. It will be restarted and changes re-equeued; changes approved during the downtime will need to be rechecked or re-approved. | 22:23 | |
*** jkilpatr has quit IRC | 22:32 | |
*** threestrands_ has quit IRC | 22:41 | |
*** threestrands has joined #openstack-glance | 22:55 | |
*** threestrands has quit IRC | 22:55 | |
*** threestrands has joined #openstack-glance | 22:55 | |
*** rmcall has joined #openstack-glance | 23:09 | |
*** threestrands has quit IRC | 23:11 | |
*** threestrands has joined #openstack-glance | 23:20 | |
*** freerunner has quit IRC | 23:52 | |
*** andreykurilin has quit IRC | 23:52 | |
*** andreykurilin has joined #openstack-glance | 23:53 | |
*** freerunner has joined #openstack-glance | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!