Tuesday, 2017-07-25

openstackgerritzhongjun proposed openstack/python-manilaclient master: Add like filter  https://review.openstack.org/47442800:21
openstackgerritTom Barron proposed openstack/python-manilaclient master: Add commands for user messages  https://review.openstack.org/42961400:27
*** catintheroof has joined #openstack-manila00:47
*** td_ has quit IRC00:55
*** tuanluong has joined #openstack-manila01:00
*** jiaopengju has joined #openstack-manila01:04
*** td has joined #openstack-manila01:12
*** harlowja has quit IRC01:13
*** catintheroof has quit IRC01:18
*** td has quit IRC01:28
*** td has joined #openstack-manila01:40
*** chlong_ has joined #openstack-manila01:45
*** rraja has joined #openstack-manila01:45
*** chlong__ has quit IRC01:47
openstackgerritGoutham Pacha Ravi proposed openstack/python-manilaclient master: Add commands for user messages  https://review.openstack.org/42961402:03
*** chlong__ has joined #openstack-manila02:06
*** chlong_ has quit IRC02:07
*** td has quit IRC02:11
*** chlong_ has joined #openstack-manila02:25
*** chlong__ has quit IRC02:27
*** td has joined #openstack-manila02:30
*** gouthamr has quit IRC02:46
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505503:02
*** ganso has quit IRC03:11
*** chlong_ has quit IRC03:28
*** chlong__ has joined #openstack-manila03:28
*** jiaopengju has quit IRC03:35
*** jiaopengju has joined #openstack-manila03:38
*** chlong_ has joined #openstack-manila04:01
*** chlong__ has quit IRC04:01
*** chlong__ has joined #openstack-manila04:25
*** chlong_ has quit IRC04:27
*** cknight has quit IRC05:02
openstackgerritMerged openstack/puppet-manila master: Add support for Dell EMC Isilon backend  https://review.openstack.org/48623405:02
*** rraja has quit IRC05:18
*** dsariel has joined #openstack-manila05:30
*** chlong_ has joined #openstack-manila05:32
*** chlong__ has quit IRC05:34
openstackgerritMerged openstack/puppet-manila master: Add support for Dell EMC VNX backend  https://review.openstack.org/48672505:56
openstackgerritMerged openstack/puppet-manila master: Add support for Dell EMC VMAX backend  https://review.openstack.org/48671705:56
openstackgerritMerged openstack/puppet-manila master: Add support for Dell EMC Unity backend  https://review.openstack.org/48670705:56
*** belmoreira has joined #openstack-manila06:43
*** a-pugachev has joined #openstack-manila07:32
*** a-pugachev has quit IRC07:45
openstackgerritzhongjun proposed openstack/manila master: Test  https://review.openstack.org/48240207:49
*** a-pugachev has joined #openstack-manila09:09
*** rraja has joined #openstack-manila09:13
openstackgerritTom Barron proposed openstack/python-manilaclient master: Add commands for user messages  https://review.openstack.org/42961409:20
*** chlong__ has joined #openstack-manila09:33
*** chlong_ has quit IRC09:35
*** jiaopengju has quit IRC10:01
*** openstackgerrit has quit IRC10:17
*** openstackgerrit has joined #openstack-manila10:34
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505510:34
*** ganso has joined #openstack-manila10:47
*** chlong_ has joined #openstack-manila10:52
*** chlong__ has quit IRC10:53
*** chlong__ has joined #openstack-manila10:57
*** chlong_ has quit IRC10:59
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505511:24
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505511:41
*** chlong_ has joined #openstack-manila11:45
*** chlong__ has quit IRC11:45
*** chlong_ has quit IRC11:58
openstackgerritMerged openstack/manila master: Update location of dynamic creds in tempest tests  https://review.openstack.org/48614412:00
*** tuanluong has quit IRC12:06
*** gouthamr has joined #openstack-manila12:26
*** MVenesio has joined #openstack-manila12:28
*** dustins has joined #openstack-manila12:33
*** catintheroof has joined #openstack-manila12:39
*** catintheroof has quit IRC12:39
*** catintheroof has joined #openstack-manila12:39
openstackgerritzhongjun proposed openstack/python-manilaclient master: Add like filter  https://review.openstack.org/47442812:49
zhongjungouthamr: Hi12:55
gouthamrzhongjun: hey!12:55
zhongjungouthamr: https://github.com/openstack/manila/blob/master/manila/manager.py#L7112:56
zhongjungouthamr:  The  self._periodic_tasks  from PeriodicTasks12:57
zhongjungouthamr: It store all of the periodic_task  that  will run in manila share service12:58
*** eharney has joined #openstack-manila12:58
gouthamrzhongjun: hmmm, pylint doesn't like the Metaclass12:59
gouthamroslo_service.periodic_task._PeriodicTasksMeta12:59
zhongjungouthamr: After test, I can not get the CONF.enable_gathering_share_usage_size from each driver, because the periodic tack will be packaged in self._periodic_tasks before driver init. In that moment, I can not known which driver will disable or enable gather usage13:01
zhongjuns / CONF.enable_gathering_share_usage_size/ enable_gathering_share_usage_size flag13:02
zhongjungouthamr:  If we want to path pylint and really need to use this, we could add description to disable the pylint13:06
zhongjungouthamr: Do you mean use oslo_service.periodic_task._PeriodicTasksMeta  instead of  self._periodic_tasks13:07
gouthamrzhongjun: no, just noted that that's where self._periodic_tasks is declared.. and it is a metaclass, so that's confusing pylint13:07
zhongjungouthamr:  The periodic_task only  upload once at share service start up, it means it can only set   enable or disable once at share service start up. so I need to find a way to remove the task in each share backend service after start up .13:13
zhongjungouthamr: Is it ok for  you if I add  #disable~~~ to disable pylint13:13
zhongjungouthamr: If you have other ways to implement it, please let me known13:14
gouthamrzhongjun: yes, will do.. taking a look and testing now13:18
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505513:23
zhongjungouthamr: Thanks, added   # pylint: disable=E1101  in code13:23
*** sticker_ has joined #openstack-manila13:32
openstackgerritzhongjun proposed openstack/manila master: Test  https://review.openstack.org/48240213:34
*** sticker has quit IRC13:35
openstackgerritzhongjun proposed openstack/manila master: Test  https://review.openstack.org/48240213:35
*** chlong has joined #openstack-manila13:37
*** cknight has joined #openstack-manila13:52
*** dsariel has quit IRC13:56
raissaandreaf: hi :) so I rebased https://review.openstack.org/#/c/334596/  but the scenario tests are failing: http://logs.openstack.org/96/334596/28/check/gate-manila-tempest-dsvm-scenario-ubuntu-xenial-nv/293fbbe/console.html#_2017-07-24_20_13_24_42405313:59
raissaandreaf: I know tempest.common is not stable hence the error, but do you have any idea for this issue?14:00
raissaI'm not sure if there's plans of moving these methods (such as this create_test_server one which is failing) to the stable lib14:00
*** rraja has quit IRC14:02
andreafraissa: possibly yes - it's not on the top of the list though - but I think the issue here may be different14:02
*** chlong has quit IRC14:03
andreafraissa: for some reason manila client's manager does not have a servers_client attribute which is odd14:05
raissaandreaf: maybe we could set it on the setup_clients?14:07
andreafraissa: setup_client is used to setup aliases to client into the test object14:08
andreafraissa: but the alias here is missing in the client manager itself14:08
andreafraissa: oh wait I know14:09
*** FL1SK has joined #openstack-manila14:10
andreaftempest.lib.services.clients.ServiceClients includes all service clients from tempest but not the aliases that are setup in tempest.clients.Manager14:10
andreaftempest.common.compute expects the tempest.clients.Manager module to be used since it's an internal tempest module14:11
raissaooh14:12
andreafhowever what it gets from manila is tempest.lib.services.clients.ServiceClients14:12
andreafI'm working on making tempest.clients.py a stable interface for plugins so that you could use that then14:12
andreafthan tempest.common.compute would work...14:13
andreafor you could patch tempest.common.compute and make it ready to be a stable interface14:13
openstackgerritAlex Schultz proposed openstack/puppet-manila master: Drop -dev version for Pike M3  https://review.openstack.org/48708014:14
raissaandreaf: I will look into it then14:16
andreafraissa: the easy thing to do would be to use tempest.clients.py instead of https://review.openstack.org/#/c/334596/28/manila_tempest_tests/clients.py14:16
raissaandreaf: yeah, at least for the scenario tests... hm, let me see14:17
andreafclients.py will be marked as stable for plugins soon enough - and there shouldn't be more changes than what I have in https://review.openstack.org/#/q/topic:prepare_clients_stable14:17
*** eharney has quit IRC14:32
*** dsariel has joined #openstack-manila14:33
*** eharney has joined #openstack-manila14:47
*** eharney has quit IRC15:03
openstackgerritMerged openstack/puppet-manila master: Drop -dev version for Pike M3  https://review.openstack.org/48708015:06
*** a-pugachev has quit IRC15:07
*** a-pugachev has joined #openstack-manila15:08
*** chlong has joined #openstack-manila15:15
*** eharney has joined #openstack-manila15:19
*** dsariel has quit IRC15:20
bswartztbarron: ping15:31
tbarronbswartz: pong15:34
*** dustins has quit IRC15:35
*** MVenesio has quit IRC15:42
*** belmoreira has quit IRC15:45
vponomaryovbswartz, tbarron: Hello, just reminder that "share groups quotas" feature ready for review: https://review.openstack.org/47346415:56
*** dsariel has joined #openstack-manila15:57
*** FL1SK has quit IRC16:07
*** yuval has quit IRC16:10
*** yuval has joined #openstack-manila16:12
*** a-pugachev has quit IRC16:13
*** a-pugachev has joined #openstack-manila16:14
tbarronvponomaryov: will look this afternoon, thanks16:16
*** a-pugachev has quit IRC16:16
openstackgerritzhongjun proposed openstack/manila master: Add share usage size tracking  https://review.openstack.org/46505516:18
*** MikeG451 has quit IRC16:30
*** jmlowe has quit IRC16:42
openstackgerritzhongjun proposed openstack/manila master: Test  https://review.openstack.org/48240216:43
openstackgerritzhongjun proposed openstack/manila master: Fix tempests tests cannot run in test_rules  https://review.openstack.org/48516516:50
*** MikeG451 has joined #openstack-manila17:12
*** harlowja has joined #openstack-manila17:55
*** dsariel has quit IRC17:57
*** andreaf has quit IRC18:01
*** eharney has quit IRC18:05
*** jmlowe has joined #openstack-manila18:05
*** FL1SK has joined #openstack-manila18:07
*** andreaf has joined #openstack-manila18:09
*** eharney has joined #openstack-manila18:20
*** dsariel has joined #openstack-manila18:53
*** xyang1 has joined #openstack-manila19:22
openstackgerritBen Swartzlander proposed openstack/manila master: Enable IPv6 in manila(network plugins and drivers)  https://review.openstack.org/40677620:06
openstackgerritMerged openstack/python-manilaclient master: Add commands for user messages  https://review.openstack.org/42961420:44
*** dsariel has quit IRC20:48
*** cknight has quit IRC20:50
*** jmlowe has quit IRC20:57
*** gouthamr has quit IRC21:01
*** catintheroof has quit IRC21:11
*** jmlowe has joined #openstack-manila21:13
*** gouthamr has joined #openstack-manila21:23
*** eharney has quit IRC21:28
*** gouthamr has quit IRC21:58
*** xyang1 has quit IRC22:08
*** cknight has joined #openstack-manila22:34
*** chlong has quit IRC23:32
openstackgerritBen Swartzlander proposed openstack/python-manilaclient master: Enable IPv6 in manila(client)  https://review.openstack.org/32893223:49
*** deep-book-gk_ has joined #openstack-manila23:52
*** deep-book-gk_ has left #openstack-manila23:52

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