Friday, 2017-06-30

*** markstur_ has quit IRC00:46
*** markstur has joined #openstack-manila00:47
*** sjjfowler has joined #openstack-manila00:53
*** tuanluong has joined #openstack-manila01:05
*** markstur has quit IRC01:42
*** kaisers_ has joined #openstack-manila01:48
*** kaisers__ has quit IRC01:50
*** markstur has joined #openstack-manila02:02
*** markstur has quit IRC02:11
openstackgerritRyan Liang proposed openstack/manila master: VNX: share server cannot be deleted  https://review.openstack.org/47786302:20
*** markstur has joined #openstack-manila02:48
*** markstur has quit IRC02:53
*** gouthamr has quit IRC03:25
*** sjjfowler has quit IRC03:35
*** dsariel has quit IRC03:39
*** arnewiebalck_ has joined #openstack-manila04:27
openstackgerritzhongjun proposed openstack/manila master: Add like filter  https://review.openstack.org/46246804:48
openstackgerritzhongjun proposed openstack/manila master: Add like filter  https://review.openstack.org/46246805:04
*** sapcc-bot has quit IRC05:08
*** zengyingzhe has quit IRC05:08
*** sapcc-bot3 has joined #openstack-manila05:08
*** zengyingzhe_ has joined #openstack-manila05:08
*** lpetrut has joined #openstack-manila05:31
*** markstur has joined #openstack-manila05:40
*** markstur has quit IRC05:44
*** jprovazn has joined #openstack-manila06:21
*** sticker has quit IRC06:31
*** lpetrut has quit IRC06:35
*** pcaruana has joined #openstack-manila06:45
*** rraja has joined #openstack-manila06:48
jprovazntommylikehu: hi06:58
tommylikehuhi06:58
jprovazntommylikehu: could you remind me why oslo_versionedobjects.fields.Enum is used here? https://review.openstack.org/#/c/448384/22/cinder/message/message_field.py First I thought it's primarily because it would take care of only valid values, but now when I'm looking closer how Enum class works, it's not the case :)07:01
tommylikehujprovazn: I wanna store the enum key itself into db. for example 'SCHEDULE_ALLOCATE_VOLUME'07:03
* jprovazn looks again how versionedobjects work07:07
tommylikehujprovazn ok. let me try to rethink it again07:09
openstackgerritzhongjun proposed openstack/python-manilaclient master: Add export-location filter in share and share instance list  https://review.openstack.org/46827707:10
jprovazntommylikehu: it might be that I overlooked something but it looks like it's not needed there07:18
tommylikehuso you guess the original enum is enough?07:19
*** arnewiebalck_ has quit IRC07:23
tommylikehujprovazn: the first idea to use the osloversionedobjects enum is that the value can be directly obtained without specifying the value key. such as 'Action.SCHEDULE_ALLOCATE_VOLUME' rather than 'Action.SCHEDULE_ALLOCATE_VOLUME.value'07:26
tommylikehujprovazn:  what's your advice?07:28
*** markstur has joined #openstack-manila07:28
jprovazntommylikehu:  goutham raised the question why versionedobjects in https://review.openstack.org/#/c/313549/46/manila/message/message_field.py , in that time I copied from cinder and  misunderstood the prupose of fields usage in this package, now I' mtrying to justify/understand it :)07:30
jprovazntommylikehu: so far it seems to me that nowhere is used any feature of these versionedobjects, but honestly the oslodoc for this feature is not very clear to me07:32
tommylikehujprovazn: it seems to, and we may have better choice, if you have one please ping me :)07:32
*** markstur has quit IRC07:33
jprovazntommylikehu: so  I wonder, in this code https://review.openstack.org/#/c/448384/22/cinder/message/message_field.py - if we would not inherit from the fields.Enum for Action and Detail classes, where would it fail?07:33
*** lpetrut has joined #openstack-manila07:35
tommylikehuwe would change our translate logic a little bit07:37
tommylikehujprovazn:  use xxx.value inside07:37
*** gouthamr has joined #openstack-manila07:40
*** lpetrut has quit IRC07:42
jprovazntommylikehu: .value would not be defined07:44
jprovazntommylikehu: these constants are accessed as classic contants everywhere anyway07:45
*** dims has quit IRC07:45
*** dims has joined #openstack-manila07:48
tommylikehujprovazn: so,  could you update your patch, So maybe I can get a better understanding on your idea07:57
jprovazntommylikehu: sure, sec07:57
jprovazntommylikehu: s/sec/30 mins/07:58
tommylikehujprovazn:  great!07:59
*** rodolof has joined #openstack-manila07:59
*** rraja has quit IRC08:36
*** markstur has joined #openstack-manila08:40
*** markstur has quit IRC08:45
*** dims has quit IRC08:45
*** dims has joined #openstack-manila08:47
jprovazntommylikehu: hm it will take more time - got stuck on fixing one tempest test08:51
openstackgerritRyan Liang proposed openstack/manila master: Unity: unexpected data in share from snapshot  https://review.openstack.org/47921809:14
*** markstur has joined #openstack-manila09:16
*** markstur has quit IRC09:21
*** lpetrut has joined #openstack-manila09:27
openstackgerritJan Provaznik proposed openstack/manila master: User Messages  https://review.openstack.org/31354909:42
jprovazntommylikehu: ^ https://review.openstack.org/#/c/313549/47/manila/message/message_field.py09:43
tommylikehujprovazn:  thanks09:43
*** arnewiebalck_ has joined #openstack-manila09:45
tommylikehujprovazn: that's simpler and cleaner :)09:49
jprovazntommylikehu: cool :)09:56
*** rraja has joined #openstack-manila10:02
*** tuanluong has quit IRC10:07
*** jprovazn has quit IRC10:08
openstackgerritMerged openstack/manila master: Add export-location filter in share and share instance list API  https://review.openstack.org/46171210:17
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505510:19
*** markstur has joined #openstack-manila10:29
*** markstur has quit IRC10:33
*** arnewiebalck_ has quit IRC10:40
*** ganso has joined #openstack-manila10:48
*** arnewiebalck_ has joined #openstack-manila10:56
*** markstur has joined #openstack-manila11:05
*** rodolof has quit IRC11:05
*** arnewiebalck_ has quit IRC11:08
*** markstur has quit IRC11:10
*** chenying has quit IRC11:11
*** chenying has joined #openstack-manila11:12
openstackgerritMerged openstack/manila master: Updated from global requirements  https://review.openstack.org/47795211:17
*** gouthamr has quit IRC11:26
*** rraja has quit IRC11:35
openstackgerritJan Provaznik proposed openstack/manila master: User Messages  https://review.openstack.org/31354911:46
openstackgerritJan Provaznik proposed openstack/python-manilaclient master: Add commands for user messages  https://review.openstack.org/42961411:51
openstackgerritJan Provaznik proposed openstack/manila master: Extend usage of user messages  https://review.openstack.org/44310111:57
openstackgerritJan Provaznik proposed openstack/manila master: Add user messages periodic cleanup task  https://review.openstack.org/47454012:00
openstackgerritJan Provaznik proposed openstack/manila master: Provide filter name in user messages  https://review.openstack.org/44310212:08
openstackgerritJan Provaznik proposed openstack/manila master: User Messages  https://review.openstack.org/31354912:10
*** markstur has joined #openstack-manila12:17
*** markstur has quit IRC12:22
*** markstur has joined #openstack-manila12:53
*** markstur has quit IRC12:58
*** gcb has quit IRC13:07
*** jmlowe has quit IRC13:41
*** rraja has joined #openstack-manila13:58
*** jmlowe has joined #openstack-manila14:02
*** markstur has joined #openstack-manila14:05
*** markstur has quit IRC14:09
openstackgerritzhongjun proposed openstack/manila master: Add like filter  https://review.openstack.org/46246814:26
*** gouthamr has joined #openstack-manila14:26
*** rraja has quit IRC14:40
*** markstur has joined #openstack-manila14:41
*** markstur has quit IRC14:46
*** rodolof has joined #openstack-manila14:50
*** markstur has joined #openstack-manila15:02
*** FL1SK has quit IRC15:19
*** lpetrut has quit IRC15:28
*** rodolof has quit IRC15:47
*** kaisers_ has quit IRC16:09
*** kaisers_ has joined #openstack-manila16:09
*** kaisers_ has quit IRC16:13
*** kaisers_ has joined #openstack-manila16:32
*** kaisers_ has quit IRC16:37
*** kaisers_ has joined #openstack-manila16:47
*** kaisers_ has quit IRC16:51
*** kaisers_ has joined #openstack-manila17:42
*** pcaruana has quit IRC17:42
*** kaisers_ has quit IRC17:46
openstackgerritJan Provaznik proposed openstack/manila master: User Messages  https://review.openstack.org/31354918:01
*** markstur has quit IRC18:18
*** lpetrut has joined #openstack-manila18:25
*** rodolof has joined #openstack-manila18:27
*** kaisers_ has joined #openstack-manila18:48
*** kaisers_ has quit IRC18:50
openstackgerritMerged openstack/manila master: NetApp cDOT: Add gateway information to create static routes  https://review.openstack.org/47870519:19
*** rodolof has quit IRC19:22
*** david_1 has joined #openstack-manila19:29
*** jmlowe has quit IRC19:46
*** mkoderer_ has joined #openstack-manila19:53
*** a-pugachev has joined #openstack-manila20:28
*** lpetrut has quit IRC20:41
*** markstur has joined #openstack-manila20:58
*** a-pugachev has quit IRC21:29
*** ganso has quit IRC22:23

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