14:01:37 #startmeeting glance 14:01:38 Meeting started Thu Aug 20 14:01:37 2020 UTC and is due to finish in 60 minutes. The chair is abhishekk. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:39 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:42 The meeting name has been set to 'glance' 14:01:47 #topic roll call 14:01:51 o/ 14:01:54 #link https://etherpad.openstack.org/p/glance-team-meeting-agenda 14:01:58 o/ 14:02:12 O/ 14:02:13 o/ 14:02:25 cool, everyone is here, so lets start 14:02:45 we have short agenda today 14:02:55 #topic Updates 14:03:03 October 2020 PTG slot booking is open 14:03:28 I am proposing to book timeslots between 1400 UTC 1700 UTC 14:03:44 ++ 14:03:46 It might be conflict for dansmith and rosmaita 14:03:54 ++ too 14:04:11 If you guys have any plans then I can keep one day for later hours 14:04:34 I'm okay with 1400 as far as it being early, but I don't know what else I will have on those days 14:04:50 dansmith, ack 14:04:52 definitely don't schedule it around me 14:05:05 ack 14:05:27 I will talk with rosmaita as well and then will book the slots 14:05:37 #topic release/periodic job updates 14:05:46 glance_store 2.2.0 released 14:06:02 the cinder slots are on the ethercalc thing already 14:06:14 rosmaita, ack 14:06:19 i'll try to attend anything you schedule other than those times 14:06:44 V3 milestones 3 weeks away 14:06:50 Final release for non clients libraries - 3 weeks from now 14:07:17 So we need to reviews glance_store related patches this and next week on priority basis 14:07:28 I will highlight those patches in next topic 14:07:36 Periodic job all green, TIME_OUT, frequent failure of py36 is resolved 14:08:13 thanks to dansmith we have finally got rid of TIME_OUT and frequent failure of function-py36/py38 issues 14:08:26 \/o 14:08:30 er, heh 14:08:38 \o/ 14:08:48 Moving ahead 14:08:56 #topic Important reviews 14:09:08 Copy image race condition - https://review.opendev.org/743597 14:09:08 Sparse image upload - https://review.opendev.org/#/c/744282 14:09:08 Cinder multiple stores support - https://review.opendev.org/746556 14:09:08 Rampup rbd resize - https://review.opendev.org/746579 14:09:08 Fixing flaky copy-image-revert-lifecycle test - https://review.opendev.org/#/c/745937/ 14:09:27 Last patch is merged, so ignore that 14:09:32 I just reviewed the sparse file one 14:09:41 Thanks for your review 14:09:50 I didn't have the time to check it 14:09:51 yeah same 14:09:58 just minutes before the meeting 14:10:11 ack, today I am conducting meeting from mobile, so not able to look at those 14:11:20 These are some important reviews which we need to be focus on this week and next week 14:11:21 Thanks for that guys, I will implement the fix before I go to holidays for 3 week tomorrow, then yebinama will take the lead to get that merged asap 14:11:39 alistarle, ack, thank you 14:11:46 alistarle: all minor stuff I think, should be quick 14:12:08 good new then 14:12:22 Quick question 14:12:30 alistarle, there is still some partial work pending or this is it? 14:12:34 should I add more functionnal tests ? Or test for RBD ? 14:13:12 yes this first patch implement only the write optimisation of the spec, not the read one, which require much more cleaning work on our side 14:13:28 more meaningful tests are always good 14:13:41 alistarle, so the commit message should say partial implements? 14:13:52 I will update that then 14:14:01 cool 14:14:02 alistarle: I'd definitely would love if we had tempest test for that (I think it's only env where we have actual rbd store available) to make sure that th checksum matches if the thin provision is on. 14:14:41 we can float a patch against glance that depends-on this and will run the rbd job configured thusly 14:14:48 about meaninfull test, I see that functionnal test should be the the same for all stores, but thin provisionning is not possible for all stores 14:14:51 alistarle: I have no idea how much work it would need, but would be very nice peace of mind 14:15:01 perhaps we should just always enable thin on our jobs after this? 14:15:15 jokke: trivial just to run the job with this enabled 14:16:02 I guess that is good idea, to always run job with thin provisioning enabled 14:16:52 I'll put a patch up and alistarle can use it to recheck while waiting for the glance_store patch to merge 14:16:52 Ok, should I update the functionnal test of glance_store in this commit then ? 14:17:07 oh thanks 14:17:09 well that just flips the situation around when we never test the fat provisioned. Thus I was thinking rather just specific test than full tempest run 14:17:41 flip, create an image, download it, see the hash matches 14:18:12 that's not how tempest jobs work 14:18:13 everyone else would test the thick case though 14:18:28 I am not sure it is possible to flip the glance config parameter in tempest 14:18:43 correct 14:18:54 oh, k 14:19:31 so every config variation needs it's own test run? 14:20:24 AFAIK, you can specify your configs in zuul.yaml while defining job 14:20:31 pretty much, although there are some shortcut ways around that but that's not employed very often 14:21:20 Ok, alistarle thank you for your work 14:21:43 fair enough ... so yeah, lets flip it on by default and I think we have periodic ceph job as well, don't we? Maybe having that fat and we have both ways covered on something we monitor 14:22:04 Not for glance_store, but for glance I think 14:22:22 yeah, need to test it in glance runs 14:22:24 functionnal test are very light in glance store, only a simple crud for filesystem en swift 14:22:28 *and 14:22:48 yup 14:22:55 we have periodic job for swift and cinder for glance_store 14:23:19 was something couple of people started/were supposed to do and both of them moved to other things before much progress was made 14:23:43 that was ages ago :D 14:23:44 I will not have the time to check that before my holiday, but I can put yebinama on that glance test work if he has the time 14:24:13 alistarle, ack 14:24:53 apart from this we have Rampup rbd resizing and cinder multiple store support for reviews 14:25:19 Ok, moving ahead 14:25:25 alistarle: if it's just definition of new job/changing a config option in existing one instead of figuring out how to reconfigure and respin the service, I don't see it being requirement for that patch to merge, just something we should have in place before release 14:25:52 or I can also take care of that 14:26:13 I'm working on the job right now 14:26:18 cool 14:27:21 #topic Open discussion 14:27:49 So we have some tempest tests for multiple stores 14:27:54 #link https://review.opendev.org/745712 14:29:11 nice 14:29:52 good stuff 14:30:50 that reminds me, 14:30:53 It is difficult to trigger failure from tempest so adding negative tests might need more time 14:31:03 I should enable my nova-and-glance-rbd-multistore job on glance as well 14:31:43 dansmith, it is possible to restart the g-api service on cleanup? 14:31:49 gmann, ^^ in tempest 14:32:10 cleanup of what? the job yes, a test no 14:32:29 ohh, so in a job can we have single test running? 14:32:45 but that will be too much of overhead 14:32:48 in nova we have a couple tests that require really weird stuff for live migration, so we actually run tempest restricted to a couple tests multiple times with config switching in between 14:33:09 it's not very common, and a bit tricky, but it's doable 14:33:40 I will have a look at those tests to get some ideas, could you please point it ? 14:33:46 but tempest tests that confirm invalid configs or something are probably not likely to merge 14:34:02 yeah, what dansmith said. 14:34:02 abhishekk: I'll have to go find it, will point you at them in a bit 14:34:28 is it changing the config in between of test? 14:34:52 I want to try revert logic on all_stores_must_succeed is True, by deleting the staging_store or one of the file store in between 14:35:24 can't we use mutating config for that ? 14:35:40 in order to change glance live config without running a new job 14:35:53 abhishekk: if you mean one test that stages, and then break staging, and another test that tries import, that's not a legit thing to land in tempest I think 14:35:57 gmann, it is about if I delete the staging store file directory during test then that will cause failure for other tests as well if that staging dir is not created again 14:36:13 abhishekk: that's out of scope for tempest I think 14:36:22 yeah 14:36:33 you can write functional tests for that 14:36:47 hmm, so may be we need to depend on functional test which we have 14:36:50 abhishekk: we could do that with some shell scripting in post or something, but yeah.. that's what functional tests are for 14:36:56 also tempest-like tests in a plugin, if you want to reuse the infrastructure, I guess 14:37:41 dansmith, ack 14:37:45 tosky: it would not be in scope of how tempest tests work. 14:38:12 tosky, that will create also create new repo, right, or could we maintain it in project repo as well 14:38:47 gmann, is there any restriction on the size of image we can use for web-download? 14:38:54 in tempest? 14:39:08 abhishekk: you can control the image in your job, 14:39:13 Tempest tests cannot control on when API operation finish and in between verification 14:39:17 so unless it causes it to take longer than the job timeout, should be okay 14:39:24 that's why I wrote tempest-like 14:39:38 dansmith, ack 14:40:03 dansmith: yeah but that might not be guaranteed right 14:40:19 i am concern that can end up unstable test 14:40:35 if the pattern is: run some test, change the configuration, re-run that test, couldn't that be done with some ansible/zuul glue? 14:40:37 surely, but he asked about specific tempest-based limits, of which there are none, AFAIK 14:40:42 gmann: ^ 14:40:46 yeah 14:41:21 Tempest limits are what API has 14:41:31 abhishekk: btw, really glad to see this kind of team-wide test conversation taking place in glance :) 14:41:46 (there is whitebox-tempest-plugin, if you need to something else on the nodes) 14:41:52 :D 14:42:31 tosky: yeah, do we run that anywhere in upstream CI? 14:42:56 still we have lot many features to cover with tempest, hopefully that will be covered in this cycle 14:42:57 dansmith: on whitebox-tempest-plugin gate itself 14:43:08 dansmith: I don't remember on top of my head; the people working on it are mostly working on nova 14:43:13 gmann: okay 14:44:09 will try to figure out something for negative multiple-stores tempest tests 14:44:38 that's it from me today 14:44:49 do you guys have anything else in mind? 14:44:52 question before you close: who is responsible for the 'cursive' library? It seems a dependencies, but it's in the x/ namespace 14:45:02 I noticed while cleaning some barbican jobs 14:45:22 but the usage pointed to glance more than other projects 14:45:47 tosky: owner of x/ repo. 14:46:01 not sure, I have submitted one patch in cursive (may be 2 years before), there was only one reviewer I guess 14:46:24 right, but if it's a glance dependency, just be aware it may break 14:46:30 cursive was maintained by the johns hopkins applied physics lab 14:46:47 but they stopped working on openstack maybe two cycles ago 14:46:52 not sure who owns it now 14:47:06 we have periodic job for cursive library 14:47:25 I mentioned it because we had an x/ repository (devstack-plugin-nfs) which really ended up there by mistake and it was moved back to openstack/ after being officially adopted by cinder & qa 14:47:28 that will help us to know if something is breaking due to cursive 14:47:36 yeah, glance, cinder, and nova all use it 14:48:13 yes 14:48:45 fwiw, i think it belongs in openstack namespace 14:49:20 it is now in openstack-archive :o 14:50:02 https://opendev.org/x/cursive 14:50:22 openstack-archive is because it was retired from opensatck - opendev is what current location is https://opendev.org/x/cursive 14:50:54 ack 14:51:28 so we need to find one maintainer to bring it back under openstack? 14:51:51 as glance, cinder and nova all use it for image signature verification stuff? 14:52:04 some project needs to own it or a separate project with maintainer if no project want to own 14:52:33 ack 14:52:40 maybe nova, glance, cinder, and barbican can get together at the PTG and work something out 14:52:47 [07:02:45] we have short agenda today 14:52:47 +1 14:52:50 :P 14:52:52 :D 14:53:13 yep, I will add this topic on glance PTG agenda 14:53:33 anything else, before closing? 14:53:58 happy holidays alistarle and jokke 14:54:10 o/~ 14:54:34 I'll be around start of next week, off from Thu latest 14:54:50 cool 14:54:56 thank you all 14:55:16 thanks everybody 14:55:41 #endmeeting