Monday, 2020-08-24

*** Liang__ has joined #openstack-glance01:22
*** ratailor has joined #openstack-glance03:32
*** tkajinam has quit IRC04:03
*** tkajinam has joined #openstack-glance04:03
*** Liang__ has quit IRC04:07
*** Liang__ has joined #openstack-glance04:08
*** evrardjp has quit IRC04:46
*** evrardjp has joined #openstack-glance04:48
*** m75abrams has joined #openstack-glance05:10
*** udesale has joined #openstack-glance05:23
*** ralonsoh has joined #openstack-glance06:09
*** yoctozepto has quit IRC06:10
*** yoctozepto has joined #openstack-glance06:13
*** Liang__ has quit IRC06:19
*** Liang__ has joined #openstack-glance06:23
*** rcernin has quit IRC06:23
*** rcernin has joined #openstack-glance06:32
*** rcernin has quit IRC06:36
*** rcernin has joined #openstack-glance06:36
*** fnordahl has quit IRC06:41
*** fnordahl has joined #openstack-glance06:43
*** nikparasyr has joined #openstack-glance06:43
openstackgerritMerged openstack/glance_store master: Handle sparse images in glance_store  https://review.opendev.org/74428206:50
*** Liang__ has quit IRC07:25
*** Liang__ has joined #openstack-glance07:25
*** k_mouza has joined #openstack-glance08:52
*** rcernin has quit IRC09:03
*** priteau has joined #openstack-glance09:24
*** Liang__ has quit IRC09:38
*** m75abrams has quit IRC09:52
*** rcernin has joined #openstack-glance10:16
*** rcernin has quit IRC10:22
*** udesale has quit IRC10:33
*** udesale has joined #openstack-glance10:41
*** udesale has quit IRC10:55
*** udesale has joined #openstack-glance11:15
*** baojg has quit IRC12:13
*** baojg has joined #openstack-glance12:15
*** Liang__ has joined #openstack-glance12:16
*** Liang__ has quit IRC12:25
*** udesale_ has joined #openstack-glance12:51
*** udesale has quit IRC12:53
*** Luzi has joined #openstack-glance12:55
*** ratailor has quit IRC12:57
openstackgerritDan Smith proposed openstack/glance master: Make our ceph job enable thin provisioning  https://review.opendev.org/74717813:36
openstackgerritDan Smith proposed openstack/glance master: Make test_copy_image_revert_lifecycle handle 409 on import retry  https://review.opendev.org/74747013:41
openstackgerritDan Smith proposed openstack/glance master: Implement time-limited import locking  https://review.opendev.org/74359713:41
openstackgerritDan Smith proposed openstack/glance master: Add FakeData generator test utility  https://review.opendev.org/74674613:41
openstackgerritDan Smith proposed openstack/glance master: Add functional test for task status updating  https://review.opendev.org/74539213:41
openstackgerritDan Smith proposed openstack/glance master: Move SynchronousAPIBase to a generalized location  https://review.opendev.org/74556613:41
openstackgerritDan Smith proposed openstack/glance master: Handle atomic image properties separately  https://review.opendev.org/74651813:41
openstackgerritDan Smith proposed openstack/glance master: Functional test enhancement for lock busting  https://review.opendev.org/74653113:41
openstackgerritDan Smith proposed openstack/glance master: Add ImageLock to base flow checks  https://review.opendev.org/74730513:41
openstackgerritDan Smith proposed openstack/glance master: Cleanup import status information after busting a lock  https://review.opendev.org/74655413:41
*** takamatsu has joined #openstack-glance13:44
*** rosmaita has joined #openstack-glance13:52
*** dosaboy has quit IRC14:02
*** dosaboy has joined #openstack-glance14:09
abhishekkjokke, dansmith when you have time, please have a look at https://review.opendev.org/#/c/746556/314:45
abhishekkwe have a glance_store release next week and this is a priority patch14:45
dansmithwhat's the status on your patch to run a job with it?14:46
abhishekkdansmith, that's a PoC and one of my team mate will push a actual patch with unit tests in a day or two14:47
abhishekkBut that PoC patch will work with this one14:47
abhishekkthis patch has a link to PoC in commit message14:48
abhishekkalso we need this devstack patch merged before the actual glance patch, https://review.opendev.org/74380014:48
dansmithright but the devstack patch can be tested before it's merged14:49
dansmiththe PoC patch points to a patch from you that is similarly titled, but different14:49
dansmithI don't see the above patch in the depends-on chain of the PoC, am I missing it?14:49
abhishekkdansmith, no, we will push a new patch for glance with depends on links to glance_store and devstack patch14:50
dansmithokay14:50
*** ralonsoh_ has joined #openstack-glance14:57
*** udesale__ has joined #openstack-glance14:59
abhishekkdansmith, do you have any idea related to upgrade tests?14:59
dansmithfor what, the cinder thing?14:59
*** tkajinam_ has joined #openstack-glance14:59
abhishekkfor example I want one upgrade job which will cover upgrading from single store of glance to multiple stores?15:00
dansmithwell, grenade generally tests that you can upgrade from stable to master with the same config, which will cover you from the perspective of making sure future multi-store stuff doesn't break upgrades themselves, but only for configs you can arrange on stable15:01
dansmithbut you mean "upgrade" meaning just changing configs without upgrading the code?15:01
dansmithI suppose you could configure devstack with a single store, let it run tempest smoke, then change the config to multi-store and run tempest full after that15:02
abhishekkupgrade mean I am running say Stein and now upgrading to Ussuri with multiple stores15:03
*** udesale_ has quit IRC15:03
*** ralonsoh has quit IRC15:03
*** tkajinam has quit IRC15:03
*** keper7 has quit IRC15:03
abhishekkthat will also helpful15:03
dansmithwell, generally you don't want to make people change their configs during an upgrade,15:03
dansmithso the "upgrade test" part is making sure that they don't have it (i.e. that stein config works under ussuri unchanged)15:04
dansmithand then checking that you can migrate from one topology to another is a separate step15:04
abhishekkonly thing is, I need to make sure that I have some old images in single store and make sure those are accessible when I changed to multiple stores15:04
dansmithotherwise ops have to deploy new code *and* change configs at the same time, so it's  hard to tell whether a problem is from the upgrade or the config change if they have to do both at the same time15:04
dansmithack15:05
abhishekkohh15:05
abhishekkok, I will have a look at grenade stuff15:06
dansmithwe're already running grenade, so we should be covered from t he "upgrade from U->V with same config" step,15:07
abhishekkright15:07
dansmithbut if you want to test other situations, like with ceph as the backend, etc, then you need a new job to cover that15:07
abhishekkack15:08
*** Luzi has quit IRC15:16
*** baojg has quit IRC15:19
*** baojg has joined #openstack-glance15:20
*** gyee has joined #openstack-glance15:20
*** rosmaita has quit IRC15:22
*** donnyd has quit IRC15:22
*** priteau has quit IRC15:22
*** vkmc has quit IRC15:22
*** mnaser has quit IRC15:22
*** nicolasbock has quit IRC15:22
*** nikparasyr has left #openstack-glance15:27
* abhishekk dinner break, back in 30 mins15:31
*** rosmaita has joined #openstack-glance15:33
*** donnyd has joined #openstack-glance15:33
*** priteau has joined #openstack-glance15:34
*** vkmc has joined #openstack-glance15:34
*** nicolasbock has joined #openstack-glance15:34
*** mnaser has joined #openstack-glance15:34
openstackgerritDan Smith proposed openstack/glance master: Make our ceph job enable thin provisioning  https://review.opendev.org/74717815:41
*** k_mouza has quit IRC15:42
dansmithfinally got the yaml right but needed to add glance_store to required_projects so it would deploy from git ^15:42
*** k_mouza has joined #openstack-glance15:53
* abhishekk back16:18
*** k_mouza has quit IRC16:43
*** udesale__ has quit IRC17:10
*** baojg has quit IRC17:10
*** k_mouza has joined #openstack-glance17:18
*** k_mouza has quit IRC17:23
* abhishekk singing out for the day18:24
*** priteau has quit IRC19:31
openstackgerritMerged openstack/glance_store master: Fix hacking min version to 3.0.1  https://review.opendev.org/72749119:31
openstackgerritRajat Dhasmana proposed openstack/glance_store master: Support Cinder multiple stores  https://review.opendev.org/74655619:34
*** ralonsoh_ has quit IRC19:59
openstackgerritRajat Dhasmana proposed openstack/glance_store master: Support Cinder multiple stores  https://review.opendev.org/74655621:28
*** k_mouza has joined #openstack-glance22:42
*** k_mouza has quit IRC22:47
*** rcernin has joined #openstack-glance23:37

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!