openstackgerrit | zhongjun proposed openstack/python-manilaclient master: Add like filter https://review.openstack.org/474428 | 00:21 |
---|---|---|
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: Add commands for user messages https://review.openstack.org/429614 | 00:27 |
*** catintheroof has joined #openstack-manila | 00:47 | |
*** td_ has quit IRC | 00:55 | |
*** tuanluong has joined #openstack-manila | 01:00 | |
*** jiaopengju has joined #openstack-manila | 01:04 | |
*** td has joined #openstack-manila | 01:12 | |
*** harlowja has quit IRC | 01:13 | |
*** catintheroof has quit IRC | 01:18 | |
*** td has quit IRC | 01:28 | |
*** td has joined #openstack-manila | 01:40 | |
*** chlong_ has joined #openstack-manila | 01:45 | |
*** rraja has joined #openstack-manila | 01:45 | |
*** chlong__ has quit IRC | 01:47 | |
openstackgerrit | Goutham Pacha Ravi proposed openstack/python-manilaclient master: Add commands for user messages https://review.openstack.org/429614 | 02:03 |
*** chlong__ has joined #openstack-manila | 02:06 | |
*** chlong_ has quit IRC | 02:07 | |
*** td has quit IRC | 02:11 | |
*** chlong_ has joined #openstack-manila | 02:25 | |
*** chlong__ has quit IRC | 02:27 | |
*** td has joined #openstack-manila | 02:30 | |
*** gouthamr has quit IRC | 02:46 | |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 03:02 |
*** ganso has quit IRC | 03:11 | |
*** chlong_ has quit IRC | 03:28 | |
*** chlong__ has joined #openstack-manila | 03:28 | |
*** jiaopengju has quit IRC | 03:35 | |
*** jiaopengju has joined #openstack-manila | 03:38 | |
*** chlong_ has joined #openstack-manila | 04:01 | |
*** chlong__ has quit IRC | 04:01 | |
*** chlong__ has joined #openstack-manila | 04:25 | |
*** chlong_ has quit IRC | 04:27 | |
*** cknight has quit IRC | 05:02 | |
openstackgerrit | Merged openstack/puppet-manila master: Add support for Dell EMC Isilon backend https://review.openstack.org/486234 | 05:02 |
*** rraja has quit IRC | 05:18 | |
*** dsariel has joined #openstack-manila | 05:30 | |
*** chlong_ has joined #openstack-manila | 05:32 | |
*** chlong__ has quit IRC | 05:34 | |
openstackgerrit | Merged openstack/puppet-manila master: Add support for Dell EMC VNX backend https://review.openstack.org/486725 | 05:56 |
openstackgerrit | Merged openstack/puppet-manila master: Add support for Dell EMC VMAX backend https://review.openstack.org/486717 | 05:56 |
openstackgerrit | Merged openstack/puppet-manila master: Add support for Dell EMC Unity backend https://review.openstack.org/486707 | 05:56 |
*** belmoreira has joined #openstack-manila | 06:43 | |
*** a-pugachev has joined #openstack-manila | 07:32 | |
*** a-pugachev has quit IRC | 07:45 | |
openstackgerrit | zhongjun proposed openstack/manila master: Test https://review.openstack.org/482402 | 07:49 |
*** a-pugachev has joined #openstack-manila | 09:09 | |
*** rraja has joined #openstack-manila | 09:13 | |
openstackgerrit | Tom Barron proposed openstack/python-manilaclient master: Add commands for user messages https://review.openstack.org/429614 | 09:20 |
*** chlong__ has joined #openstack-manila | 09:33 | |
*** chlong_ has quit IRC | 09:35 | |
*** jiaopengju has quit IRC | 10:01 | |
*** openstackgerrit has quit IRC | 10:17 | |
*** openstackgerrit has joined #openstack-manila | 10:34 | |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 10:34 |
*** ganso has joined #openstack-manila | 10:47 | |
*** chlong_ has joined #openstack-manila | 10:52 | |
*** chlong__ has quit IRC | 10:53 | |
*** chlong__ has joined #openstack-manila | 10:57 | |
*** chlong_ has quit IRC | 10:59 | |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 11:24 |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 11:41 |
*** chlong_ has joined #openstack-manila | 11:45 | |
*** chlong__ has quit IRC | 11:45 | |
*** chlong_ has quit IRC | 11:58 | |
openstackgerrit | Merged openstack/manila master: Update location of dynamic creds in tempest tests https://review.openstack.org/486144 | 12:00 |
*** tuanluong has quit IRC | 12:06 | |
*** gouthamr has joined #openstack-manila | 12:26 | |
*** MVenesio has joined #openstack-manila | 12:28 | |
*** dustins has joined #openstack-manila | 12:33 | |
*** catintheroof has joined #openstack-manila | 12:39 | |
*** catintheroof has quit IRC | 12:39 | |
*** catintheroof has joined #openstack-manila | 12:39 | |
openstackgerrit | zhongjun proposed openstack/python-manilaclient master: Add like filter https://review.openstack.org/474428 | 12:49 |
zhongjun | gouthamr: Hi | 12:55 |
gouthamr | zhongjun: hey! | 12:55 |
zhongjun | gouthamr: https://github.com/openstack/manila/blob/master/manila/manager.py#L71 | 12:56 |
zhongjun | gouthamr: The self._periodic_tasks from PeriodicTasks | 12:57 |
zhongjun | gouthamr: It store all of the periodic_task that will run in manila share service | 12:58 |
*** eharney has joined #openstack-manila | 12:58 | |
gouthamr | zhongjun: hmmm, pylint doesn't like the Metaclass | 12:59 |
gouthamr | oslo_service.periodic_task._PeriodicTasksMeta | 12:59 |
zhongjun | gouthamr: 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 usage | 13:01 |
zhongjun | s / CONF.enable_gathering_share_usage_size/ enable_gathering_share_usage_size flag | 13:02 |
zhongjun | gouthamr: If we want to path pylint and really need to use this, we could add description to disable the pylint | 13:06 |
zhongjun | gouthamr: Do you mean use oslo_service.periodic_task._PeriodicTasksMeta instead of self._periodic_tasks | 13:07 |
gouthamr | zhongjun: no, just noted that that's where self._periodic_tasks is declared.. and it is a metaclass, so that's confusing pylint | 13:07 |
zhongjun | gouthamr: 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 |
zhongjun | gouthamr: Is it ok for you if I add #disable~~~ to disable pylint | 13:13 |
zhongjun | gouthamr: If you have other ways to implement it, please let me known | 13:14 |
gouthamr | zhongjun: yes, will do.. taking a look and testing now | 13:18 |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 13:23 |
zhongjun | gouthamr: Thanks, added # pylint: disable=E1101 in code | 13:23 |
*** sticker_ has joined #openstack-manila | 13:32 | |
openstackgerrit | zhongjun proposed openstack/manila master: Test https://review.openstack.org/482402 | 13:34 |
*** sticker has quit IRC | 13:35 | |
openstackgerrit | zhongjun proposed openstack/manila master: Test https://review.openstack.org/482402 | 13:35 |
*** chlong has joined #openstack-manila | 13:37 | |
*** cknight has joined #openstack-manila | 13:52 | |
*** dsariel has quit IRC | 13:56 | |
raissa | andreaf: 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_424053 | 13:59 |
raissa | andreaf: I know tempest.common is not stable hence the error, but do you have any idea for this issue? | 14:00 |
raissa | I'm not sure if there's plans of moving these methods (such as this create_test_server one which is failing) to the stable lib | 14:00 |
*** rraja has quit IRC | 14:02 | |
andreaf | raissa: possibly yes - it's not on the top of the list though - but I think the issue here may be different | 14:02 |
*** chlong has quit IRC | 14:03 | |
andreaf | raissa: for some reason manila client's manager does not have a servers_client attribute which is odd | 14:05 |
raissa | andreaf: maybe we could set it on the setup_clients? | 14:07 |
andreaf | raissa: setup_client is used to setup aliases to client into the test object | 14:08 |
andreaf | raissa: but the alias here is missing in the client manager itself | 14:08 |
andreaf | raissa: oh wait I know | 14:09 |
*** FL1SK has joined #openstack-manila | 14:10 | |
andreaf | tempest.lib.services.clients.ServiceClients includes all service clients from tempest but not the aliases that are setup in tempest.clients.Manager | 14:10 |
andreaf | tempest.common.compute expects the tempest.clients.Manager module to be used since it's an internal tempest module | 14:11 |
raissa | ooh | 14:12 |
andreaf | however what it gets from manila is tempest.lib.services.clients.ServiceClients | 14:12 |
andreaf | I'm working on making tempest.clients.py a stable interface for plugins so that you could use that then | 14:12 |
andreaf | than tempest.common.compute would work... | 14:13 |
andreaf | or you could patch tempest.common.compute and make it ready to be a stable interface | 14:13 |
openstackgerrit | Alex Schultz proposed openstack/puppet-manila master: Drop -dev version for Pike M3 https://review.openstack.org/487080 | 14:14 |
raissa | andreaf: I will look into it then | 14:16 |
andreaf | raissa: 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.py | 14:16 |
raissa | andreaf: yeah, at least for the scenario tests... hm, let me see | 14:17 |
andreaf | clients.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_stable | 14:17 |
*** eharney has quit IRC | 14:32 | |
*** dsariel has joined #openstack-manila | 14:33 | |
*** eharney has joined #openstack-manila | 14:47 | |
*** eharney has quit IRC | 15:03 | |
openstackgerrit | Merged openstack/puppet-manila master: Drop -dev version for Pike M3 https://review.openstack.org/487080 | 15:06 |
*** a-pugachev has quit IRC | 15:07 | |
*** a-pugachev has joined #openstack-manila | 15:08 | |
*** chlong has joined #openstack-manila | 15:15 | |
*** eharney has joined #openstack-manila | 15:19 | |
*** dsariel has quit IRC | 15:20 | |
bswartz | tbarron: ping | 15:31 |
tbarron | bswartz: pong | 15:34 |
*** dustins has quit IRC | 15:35 | |
*** MVenesio has quit IRC | 15:42 | |
*** belmoreira has quit IRC | 15:45 | |
vponomaryov | bswartz, tbarron: Hello, just reminder that "share groups quotas" feature ready for review: https://review.openstack.org/473464 | 15:56 |
*** dsariel has joined #openstack-manila | 15:57 | |
*** FL1SK has quit IRC | 16:07 | |
*** yuval has quit IRC | 16:10 | |
*** yuval has joined #openstack-manila | 16:12 | |
*** a-pugachev has quit IRC | 16:13 | |
*** a-pugachev has joined #openstack-manila | 16:14 | |
tbarron | vponomaryov: will look this afternoon, thanks | 16:16 |
*** a-pugachev has quit IRC | 16:16 | |
openstackgerrit | zhongjun proposed openstack/manila master: Add share usage size tracking https://review.openstack.org/465055 | 16:18 |
*** MikeG451 has quit IRC | 16:30 | |
*** jmlowe has quit IRC | 16:42 | |
openstackgerrit | zhongjun proposed openstack/manila master: Test https://review.openstack.org/482402 | 16:43 |
openstackgerrit | zhongjun proposed openstack/manila master: Fix tempests tests cannot run in test_rules https://review.openstack.org/485165 | 16:50 |
*** MikeG451 has joined #openstack-manila | 17:12 | |
*** harlowja has joined #openstack-manila | 17:55 | |
*** dsariel has quit IRC | 17:57 | |
*** andreaf has quit IRC | 18:01 | |
*** eharney has quit IRC | 18:05 | |
*** jmlowe has joined #openstack-manila | 18:05 | |
*** FL1SK has joined #openstack-manila | 18:07 | |
*** andreaf has joined #openstack-manila | 18:09 | |
*** eharney has joined #openstack-manila | 18:20 | |
*** dsariel has joined #openstack-manila | 18:53 | |
*** xyang1 has joined #openstack-manila | 19:22 | |
openstackgerrit | Ben Swartzlander proposed openstack/manila master: Enable IPv6 in manila(network plugins and drivers) https://review.openstack.org/406776 | 20:06 |
openstackgerrit | Merged openstack/python-manilaclient master: Add commands for user messages https://review.openstack.org/429614 | 20:44 |
*** dsariel has quit IRC | 20:48 | |
*** cknight has quit IRC | 20:50 | |
*** jmlowe has quit IRC | 20:57 | |
*** gouthamr has quit IRC | 21:01 | |
*** catintheroof has quit IRC | 21:11 | |
*** jmlowe has joined #openstack-manila | 21:13 | |
*** gouthamr has joined #openstack-manila | 21:23 | |
*** eharney has quit IRC | 21:28 | |
*** gouthamr has quit IRC | 21:58 | |
*** xyang1 has quit IRC | 22:08 | |
*** cknight has joined #openstack-manila | 22:34 | |
*** chlong has quit IRC | 23:32 | |
openstackgerrit | Ben Swartzlander proposed openstack/python-manilaclient master: Enable IPv6 in manila(client) https://review.openstack.org/328932 | 23:49 |
*** deep-book-gk_ has joined #openstack-manila | 23:52 | |
*** deep-book-gk_ has left #openstack-manila | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!