Tuesday, 2019-11-12

*** dviroel has joined #openstack-manila00:59
*** zhubx has quit IRC03:51
*** zhubx has joined #openstack-manila03:51
*** dviroel has quit IRC04:36
*** zhubx has quit IRC05:48
*** boxiang has joined #openstack-manila05:48
*** lpetrut has joined #openstack-manila06:33
*** lpetrut has quit IRC06:34
*** lpetrut has joined #openstack-manila06:35
*** trident has quit IRC07:37
*** trident has joined #openstack-manila07:48
*** tosky has joined #openstack-manila07:52
*** tosky has quit IRC08:32
*** tosky has joined #openstack-manila08:37
*** irclogbot_3 has quit IRC09:39
*** irclogbot_3 has joined #openstack-manila09:40
*** tosky has quit IRC09:41
*** tosky has joined #openstack-manila09:42
*** tosky_ has joined #openstack-manila09:52
*** tosky has quit IRC09:54
*** tosky has joined #openstack-manila09:58
*** tosky_ has quit IRC10:01
*** tosky_ has joined #openstack-manila10:05
*** tosky has quit IRC10:08
*** tosky has joined #openstack-manila10:14
*** tosky_ has quit IRC10:17
*** tosky_ has joined #openstack-manila10:21
*** tosky has quit IRC10:24
*** tosky has joined #openstack-manila10:34
*** tosky_ has quit IRC10:36
*** tosky_ has joined #openstack-manila10:43
*** tosky has quit IRC10:45
*** tosky_ has quit IRC10:46
*** tosky has joined #openstack-manila10:46
*** tosky has quit IRC11:01
*** tosky has joined #openstack-manila11:01
*** tosky_ has joined #openstack-manila11:05
*** tosky has quit IRC11:06
*** tosky_ has quit IRC11:09
*** tosky has joined #openstack-manila11:09
*** tosky has quit IRC11:17
*** tosky has joined #openstack-manila11:23
*** tosky_ has joined #openstack-manila11:47
*** tosky has quit IRC11:49
*** tosky has joined #openstack-manila11:50
*** tosky_ has quit IRC11:53
*** dviroel has joined #openstack-manila11:58
*** boxiang has quit IRC12:08
*** boxiang has joined #openstack-manila12:09
*** openstackgerrit has quit IRC12:41
*** eharney has quit IRC13:04
*** eharney has joined #openstack-manila13:12
*** eharney has quit IRC14:23
*** tosky_ has joined #openstack-manila15:00
*** tosky has quit IRC15:00
*** tosky_ is now known as tosky15:01
*** eharney has joined #openstack-manila15:05
*** eharney has quit IRC15:17
*** pcaruana has joined #openstack-manila15:28
*** eharney has joined #openstack-manila15:30
*** tosky has quit IRC15:31
*** tosky has joined #openstack-manila15:32
*** maaritamm has joined #openstack-manila15:46
vkmcmaaritamm, o/15:55
maaritammvkmc, o/15:55
vkmcanswering your questions15:57
vkmcfor the api bumping work we need to do in the ui15:57
vkmc1. yes, we need to do it one by one15:57
vkmcsmaller patches are better15:57
vkmc2. the next version would be 2.3316:01
vkmchttps://github.com/openstack/manila-ui/blob/master/manila_ui/api/manila.py#L3516:01
maaritammyes, I followed the bug description, so the change in 2.33 is Added created_at and updated_at in access_list API.16:06
vkmcgreat16:07
vkmcso we need to check that api call16:07
vkmclet me see, it description should be here https://docs.openstack.org/api-ref/shared-file-system/16:07
vkmcthis is the api-ref16:07
*** lpetrut has quit IRC16:10
maaritammyes, that’s where I got stuck. Didn’t find it /wasn’t sure which one is it16:10
vkmcso... a little trick16:12
vkmcit's not clear to me where the changes were introduced by that description16:12
vkmcso, what we can do is do a git blame16:12
vkmcthat way we know who did that and when16:12
vkmchttps://github.com/openstack/manila/blame/master/manila/api/openstack/api_version_request.py16:13
vkmc(check that out)16:13
vkmcand then we click on the commit message so we see all the changes introduced as part of that patch set16:13
vkmcso... in this case https://github.com/openstack/manila/commit/5a8c3c11b9285c2822475502bb42c2658213144216:13
vkmclet's inspect that change16:13
vkmccan you see all the files that were changed in order to add this extra params to access lists?16:15
vkmcthe basic difference between two versions is that the response now contains these two params16:16
vkmclet's see how this impact the ui16:16
vkmcseems it's encapsulated https://github.com/openstack/manila-ui/blob/master/manila_ui/api/manila.py#L126-L12716:23
vkmcso not really much to do there, at least that I can tell now16:23
vkmcmaybe... /me check timezones16:23
vkmcgouthamr, you around? :D16:24
vkmcor tbarron16:24
gouthamri am16:24
vkmcyaay16:24
vkmcgouthamr, <316:24
gouthamro/ maaritamm vkmc16:24
vkmcwe are checking with maaritamm what we need to update in order to bump to v2.33 in the manila_ui16:25
vkmcthere are no added parameters for req, just resp16:25
maaritammgouthamr o/16:25
vkmcbumping the version and addding a reno would be enough?16:25
vkmcor am I missing something?16:25
gouthamrvkmc: yes, that's correct.. we'll already getting that data if we use 2.33 as the microversion, i am unsure if we're actively preventing it from displaying on the UI16:26
vkmcgouthamr, cool, so we need to check that maybe... dunno remember exactly how much information on acls we display16:27
vkmcand then propose patch16:28
vkmcmaaritamm, up for the challenge?16:28
gouthamrvkmc: yep - otherwise, just move it to two microversions at once instead of one :)16:28
maaritammvkmc, of course :)16:28
vkmcgouthamr, yeah, we can do that... 2.34 requires a newer client version so that sounds more work16:28
vkmcmaaritamm, \o/16:28
vkmcgouthamr, according to a comment we have inline there, from Valeriy16:28
vkmcmaaritamm, ok, we need to check the ui and see how we display that information... and test maybe with the updated microversion to see if there is some breakage in the ui16:32
vkmcsubmitting the version change and a release note for that case would be enough16:32
vkmcif it's too small for a change, we can bump up to 3.34 instead of 3.33 (two microversions)16:32
vkmcbut we need to do the same inspection work we just did: git blame to see what changes were introduced in 3.34, see if those changes affect req or resp params, test the update and see if the ui breaks16:33
vkmcwe also need to take into account a comment that was left by a contributor16:33
vkmchttps://github.com/openstack/manila-ui/blob/master/manila_ui/api/manila.py#L33-L3416:33
vkmcthis one16:33
vkmcwe need to check if the current client supports availability zones16:34
vkmcmaaritamm, any question or comment?16:35
vkmcgouthamr++ thanks for your input16:36
tbarronin a meeting will read backlog  in a bit ...16:41
maaritammvkmc, not yet, I’ll get started now16:41
vkmctbarron, no rush16:41
vkmcmaaritamm, cool, let me know if you hit any blocker16:42
maaritammvkmc, will do, thanks!16:42
*** boxiang has quit IRC16:48
*** zhubx has joined #openstack-manila16:48
gouthamrvkmc maaritamm: just checked the dashboard for a share's access rules ("share rules"): https://github.com/openstack/manila-ui/blob/0dcd47ec535ff9022af8fe23e2a74b04a044c85e/manila_ui/dashboards/project/shares/views.py#L26616:53
gouthamrwe're getting the share rules and limiting the display: https://github.com/openstack/manila-ui/blob/83a0e432fe475a263c2f5e5337511db96263c3b8/manila_ui/dashboards/project/shares/tables.py#L355-L36116:55
gouthamrvkmc maaritamm: a suggestion would be to display "updated_at" if available - and perhaps use that key to sort the list of rules16:56
*** sfernand has joined #openstack-manila17:00
*** pcaruana has quit IRC17:03
*** maaritamm has quit IRC18:01
dviroelguys, any news regarding ptg photos?18:29
tbarrondviroel: not yet19:31
*** maaritamm has joined #openstack-manila19:39
*** maaritamm has quit IRC20:15
*** maaritamm has joined #openstack-manila20:26
*** eharney has quit IRC20:57
*** ganso has quit IRC21:07
*** ganso has joined #openstack-manila21:10
*** eharney has joined #openstack-manila21:58
*** dviroel has quit IRC22:15
*** eharney has quit IRC22:31
*** maaritamm has quit IRC22:36
*** mmethot has quit IRC23:21
*** mmethot has joined #openstack-manila23:22

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!