Friday, 2017-11-17

*** sticker has joined #openstack-manila00:25
*** gouthamr has quit IRC00:31
*** jiaopengju has joined #openstack-manila00:43
*** junboli has joined #openstack-manila00:52
*** gouthamr has joined #openstack-manila01:10
*** Saaxy has joined #openstack-manila01:14
*** ganso has quit IRC01:28
*** tinwood has quit IRC01:29
*** tinwood has joined #openstack-manila01:30
*** Saaxy has quit IRC01:38
openstackgerritjunbo.li proposed openstack/manila master: Api ref contains incorrect parameters.  https://review.openstack.org/50744102:32
*** vivsoni has joined #openstack-manila02:36
*** vivsoni has quit IRC02:50
*** vivsoni_ has joined #openstack-manila02:50
*** YuYangWang has joined #openstack-manila03:25
*** YuYangWang2 has joined #openstack-manila03:33
*** eharney has quit IRC03:49
*** eharney has joined #openstack-manila03:50
* zhongjun bswartz: ganso: is there ANY valid reason to have ipv4/ipv6_support NOT match the values returned by get_configed_ip_version() if yes, then the code stays the way it is. I would say yes.03:53
zhongjun bswartz: ganso: is there ANY valid reason to have ipv4/ipv6_support NOT match the values returned by get_configed_ip_version()  if yes, then the code stays the way it is.  I would say yes.03:54
zhongjun  bswartz:  Maybe the ipv6_support is a little different than other capabilities. In other capabilities, if it set to true, it means they can support it. But the ipv6 capabilities is not just up to driver capacity, but also up to the value from the configuration.03:56
zhongjunIf you set ipv6_support to true and only configure the ipv4 in the driver configuration options, it won’t really support ipv6. Maybe we should not tell the scheduler about the driver support the ipv6.03:56
*** YuYangWang has quit IRC03:59
*** vivsoni_ has quit IRC04:04
*** vivsoni has joined #openstack-manila04:04
*** eharney has quit IRC04:09
*** vivsoni has quit IRC04:12
bswartzzhongjun: we haven't really talked about config options related to ipv6 support -- my theory is that none are needed04:24
bswartzif the driver supports IPv6, and the backend has it configured, then the driver should tell that to the scheduler04:24
bswartzif some vendor wanted a special config option to override the value they could add one04:25
bswartzbut the point I was getting it is that there are only 2 things that matter:04:25
bswartz1) should the share manager send ipv6 access rules to the driver? this is controlled by the ipv6_implemented flag04:25
bswartz2) should the share manager report ipv6 (and ipv4) support to the scheduler? this should be controlled by the get_configured_ip_version() method's return values04:26
bswartzthere is no need for a 3rd piece of information from the driver04:26
openstackgerritRajat Sharma proposed openstack/manila master: Remove setting of version/release from releasenotes  https://review.openstack.org/52088004:39
*** sticker has quit IRC04:46
openstackgerritjunbo.li proposed openstack/manila master: Api ref contains incorrect parameters.  https://review.openstack.org/50744105:28
*** vivsoni has joined #openstack-manila05:30
*** gouthamr has quit IRC05:34
*** YuYangWang2 has quit IRC05:58
*** wes_dillingham has quit IRC06:04
openstackgerritjunbo.li proposed openstack/manila master: Add ssl support for manila API access  https://review.openstack.org/51920606:15
*** lpetrut_ has joined #openstack-manila06:19
*** jprovazn has joined #openstack-manila06:24
*** jprovazn has quit IRC06:25
*** belmoreira has joined #openstack-manila06:43
*** pcaruana has joined #openstack-manila07:04
*** markstur has joined #openstack-manila07:07
*** markstur has quit IRC07:11
zhongjunbswartz: What I was trying to say is the original design that the get_configured_ip_version() method only care about the IP version from config options, and we also have ipv4/ipv6_support in driver update data dict by driver itself. Then we will check those two value in driver.py. We designed like that because of we thought there are two different concepts.07:12
zhongjunbswartz: We could combine those two values, and just get the ipv4/ipv6_support value from the  get_configured_ip_version() method's return values in driver.py07:13
*** rraja has joined #openstack-manila07:20
*** lpetrut_ has quit IRC07:31
*** lpetrut_ has joined #openstack-manila07:39
openstackgerritzhongjun proposed openstack/manila master: Do not merge  https://review.openstack.org/52099407:45
*** AlexeyAbashkin has joined #openstack-manila08:01
*** lpetrut_ has quit IRC08:11
*** markstur has joined #openstack-manila08:14
*** markstur has quit IRC08:18
*** jmlowe has quit IRC08:27
*** ianychoi_ is now known as ianychoi08:27
*** vivsoni has quit IRC08:36
*** lpetrut_ has joined #openstack-manila08:43
*** vivsoni has joined #openstack-manila08:45
*** belmoreira has quit IRC08:47
*** lpetrut_ has quit IRC08:50
*** lpetrut_ has joined #openstack-manila08:50
openstackgerritjunbo.li proposed openstack/manila master: Add ssl support for manila API access  https://review.openstack.org/51920608:52
*** lpetrut_ has quit IRC08:57
zhongjuntbarron: ping09:07
zhongjuntbarron: It looks like our  manila-tempest-minimal-dsvm-lvm-centos-7 gate always got error recently  http://logs.openstack.org/94/520994/1/check/manila-tempest-minimal-dsvm-lvm-centos-7/ec413a7/job-output.txt.gz#_2017-11-17_08_22_13_05086709:09
zhongjuntbarron: Cloud you take a look09:09
*** a-pugachev has joined #openstack-manila09:18
*** junboli has quit IRC09:36
*** ganso has joined #openstack-manila09:53
*** markstur has joined #openstack-manila10:14
*** jiaopengju has quit IRC10:14
*** markstur has quit IRC10:19
*** lpetrut_ has joined #openstack-manila10:30
openstackgerritDongdong Pei proposed openstack/manila master: Remove unused functions from api/extensions.py  https://review.openstack.org/52105910:48
*** lpetrut_ has quit IRC11:14
*** lpetrut has joined #openstack-manila11:15
*** carthaca_ has joined #openstack-manila11:34
*** dgonzalez_ has joined #openstack-manila11:34
*** dgonzalez_ has quit IRC11:35
*** carthaca_ has quit IRC11:35
*** gcb has quit IRC12:47
openstackgerritMerged openstack/manila master: Api ref contains incorrect parameters.  https://review.openstack.org/50744112:51
tbarronzhongjun: yes, centos 7 jobs are failing. I brought the issue up with #openstack-infra last night and ianw has proposed this fix: https://review.openstack.org/#/c/52083712:58
tbarronzhongjun: I just asked for reviews in #openstack-infra explaining that our gate is blocked13:03
*** wes_dillingham has joined #openstack-manila13:23
zhongjuntbarron: Good! Thank you!13:58
tbarronzhongjun: thank you for noticing, I was going to mention it in yesterday's meeting but got distracted.14:00
*** dustins has joined #openstack-manila14:04
*** gouthamr has joined #openstack-manila14:10
*** netapp has joined #openstack-manila14:34
openstackgerritjunbo.li proposed openstack/manila master: Add ssl support for manila API access  https://review.openstack.org/51920614:53
*** eharney has joined #openstack-manila15:08
openstackgerritjunbo.li proposed openstack/python-manilaclient master: Switch to use stestr instead of testr  https://review.openstack.org/51868115:19
*** markstur has joined #openstack-manila15:45
*** rraja has quit IRC15:55
*** AlexeyAbashkin has quit IRC16:05
openstackgerritAmit Oren proposed openstack/manila master: INFINIDAT add Manila driver  https://review.openstack.org/51543217:34
*** a-pugachev has quit IRC17:40
*** sapcc-bot2 has quit IRC18:12
*** sapcc-bot has joined #openstack-manila18:12
*** dustins has quit IRC18:23
openstackgerritTom Barron proposed openstack/manila-specs master: Remove unit test targets  https://review.openstack.org/52115618:41
*** dustins has joined #openstack-manila19:09
*** lpetrut has quit IRC19:09
tbarrondevstack review https://review.openstack.org/520837 has merged so centos7 jobs should pass again19:10
tbarronif your reviews were failing on the lvm job, recheck :D19:10
*** rraja has joined #openstack-manila19:18
*** gouthamr has quit IRC19:35
zigoHi there! When building the manila-ui package for Pike in Debian, I get this: http://paste.openstack.org/show/626655/19:40
zigoWhat's going on, and can someone help?19:40
dustinszigo: That's an odd one, I'm guessing that you're trying to run the unit tests for the Manila UI plugin?19:46
bswartzzigo: there have been some recent changes to requirements -- it's possible that manila-ui was affected19:50
bswartzI wouldn't be surprised if there's an implicit requirement that needs to be made explicit19:50
zigodustins: Yes, when building the manila-ui package for Debian.19:51
dustinsbswartz: Probably, and I don't know when the manila-ui unit tests were last updated with those requirements19:52
zigobswartz: Well, it needs at least python-cffi that wasn't declared.19:52
bswartzI notice that the stack trace you posted has no actual manila-ui modules19:53
bswartzso it seems likely there's a test infrastructure bug19:53
zigobswartz: The stack trace is *not* in "infra", it's when doing gbp-buildpackage (ie: building the Debian package).20:03
*** lpetrut has joined #openstack-manila20:06
*** vivsoni has quit IRC20:09
*** vivsoni has joined #openstack-manila20:09
zigobswartz: dustins: Oh, also, that's manila-ui 2.10.2, the Pike release...20:12
zigoSo no requirements recent change.20:13
dustinszigo: What bswartz said still raises a good point, that it looks like it's not getting to the plugin code itself20:19
bswartzzigo: the UI plugin is unfortunately the part of Manila I know least about20:28
bswartzthe testing of it I know almost nothing about20:28
bswartzwe generally follow the pattern of other horizon plugins20:29
dustinsI've done some testing of it, but only after it's been installed and working :(20:29
bswartzso if we're missing something, it's possible we can figure it out by looking at the differences between manila-ui and other horizon plugins20:29
dustinsbswartz: Correct me if I'm wrong, but do we run the manila-ui unit tests in our gates?20:29
zigo:/20:29
bswartzdustins: manila-ui has it's own gate tests20:30
bswartzI checked, and the rest that zigo referred to is in fact running in our gate and passes as recently as yesterday20:30
bswartzs/rest/test/20:30
zigoI hated the decision from the Horizon team to not take care of all projects. Most project contributors know nearly nothing about Django and such, and I'm not surprised by what you're saying.20:30
dustinsYeah...20:31
zigoI will ask in the Horizon channel, let's see if they can help, they are generally very nice and helpful.20:31
dustinszigo: Sorry we weren't of more help, let us know if you find anything20:31
dustinsWe should know more and be able to help in scenarios like this20:31
zigodustins: Don't worry, I understand it's not easy to know everything, and Django is one nasty beast.20:32
dustinszigo: So I've heard, but it's not untamable either ;)20:33
*** a-pugachev has joined #openstack-manila20:36
*** markstur has quit IRC20:42
*** rraja has quit IRC20:43
*** eharney has quit IRC20:51
*** jmlowe has joined #openstack-manila20:55
*** jmlowe has quit IRC21:01
*** wes_dillingham has quit IRC21:03
*** vivsoni has quit IRC21:13
*** vivsoni has joined #openstack-manila21:14
*** AlexeyAbashkin has joined #openstack-manila21:19
*** ganso has quit IRC21:20
*** AlexeyAbashkin has quit IRC21:24
dustinszhongjun: I put together some bugs to crush for the bug squash next week: https://etherpad.openstack.org/p/manila-bug-triage-pad21:29
dustinsHope this helps out :D21:29
*** eharney has joined #openstack-manila21:42
*** a-pugachev has quit IRC21:51
*** dustins has quit IRC22:03
*** wes_dillingham has joined #openstack-manila22:23
*** hoonetorg has quit IRC22:28
*** wes_dillingham has quit IRC22:32
*** lpetrut has quit IRC22:57
*** wes_dillingham has joined #openstack-manila23:01
*** gouthamr has joined #openstack-manila23:33
*** gouthamr_ has joined #openstack-manila23:36
*** gouthamr has quit IRC23:38
*** pcaruana has quit IRC23:54
*** wes_dillingham has quit IRC23:56

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