Friday, 2019-07-05

*** lseki has quit IRC00:02
*** baojg has quit IRC01:02
openstackgerritpengyuesheng proposed openstack/manila master: Modify the url of upper_constraints_file  https://review.opendev.org/66621301:21
*** baojg has joined #openstack-manila01:36
openstackgerritMerged openstack/puppet-manila master: Manage oslo_middleware/max_request_body_size  https://review.opendev.org/66903301:42
*** whoami-rajat has joined #openstack-manila02:26
openstackgerritpengyuesheng proposed openstack/manila master: Modify the url of upper_constraints_file  https://review.opendev.org/66621303:17
openstackgerritKuiRong proposed openstack/manila master: Add Infortrend Manila Driver  https://review.opendev.org/65777505:06
openstackgerritcaoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils  https://review.opendev.org/63896005:46
openstackgerritcaoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils  https://review.opendev.org/63896005:47
openstackgerritcaoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils  https://review.opendev.org/63896006:04
*** e0ne has joined #openstack-manila06:44
*** hoonetorg has quit IRC07:16
*** hoonetorg has joined #openstack-manila07:29
*** tosky has joined #openstack-manila08:01
openstackgerritcaoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils  https://review.opendev.org/63896008:08
*** lpetrut has joined #openstack-manila08:23
*** lpetrut has quit IRC08:24
*** lpetrut has joined #openstack-manila08:25
*** raissa has joined #openstack-manila08:31
*** raissa has quit IRC08:32
*** raissa has joined #openstack-manila08:32
*** raissa has quit IRC08:33
*** raissa has joined #openstack-manila08:33
*** raissa has quit IRC08:33
*** raissa has joined #openstack-manila08:34
*** raissa has quit IRC08:34
*** petitbois has joined #openstack-manila09:20
*** carloss has joined #openstack-manila10:21
*** baojg has quit IRC11:06
*** whoami-rajat has quit IRC11:06
*** trident has quit IRC11:10
*** trident has joined #openstack-manila11:14
*** s0ru has joined #openstack-manila11:43
*** dviroel has joined #openstack-manila12:03
*** openstackgerrit has quit IRC12:04
*** whoami-rajat has joined #openstack-manila12:19
*** enriquetaso has joined #openstack-manila12:20
*** lseki has joined #openstack-manila12:35
*** eharney has joined #openstack-manila12:47
*** openstackgerrit has joined #openstack-manila13:11
openstackgerritKuiRong proposed openstack/manila master: Add Infortrend Manila Driver  https://review.opendev.org/65777513:11
*** trident has quit IRC13:41
*** baojg has joined #openstack-manila13:54
*** enriquetaso has quit IRC14:00
petitboisHi all! I am working on a fresh install of DevStack, trying to configure the provided fake driver. I can't seem to get a newly created share to go into an Available state. Manila scheduler also does not recognize the host for the fake driver. Would anyone be able to provide some insight here? :)14:24
*** e0ne has quit IRC14:27
*** enriquetaso has joined #openstack-manila15:11
*** baojg has quit IRC15:19
*** baojg has joined #openstack-manila15:20
*** lpetrut has quit IRC15:21
tbarronpetitbois: do you mean the "dummy" driver?15:44
tbarronpetitbois: in any case when the scheduler doesn't find a back end for your share creation, you can look at the scheduler logs before the failure15:45
tbarronpetitbois: may want to set debug first in manila.conf if it's not set and restart services and retry the create15:45
tbarronpetitbois: if you look carefully at those logs you can see why the scheduler says there is no host for creating the share15:46
tbarronpetitbois: e.g.,  not enough space, the share type specified in the create cmd doesn't match any available back end, etc.15:46
*** baojg has quit IRC15:51
openstackgerritCorey Bryant proposed openstack/manila master: Add Python 3 Train unit tests  https://review.opendev.org/66938115:52
openstackgerritCorey Bryant proposed openstack/manila-ui master: Add Python 3 Train unit tests  https://review.opendev.org/66938215:53
openstackgerritCorey Bryant proposed openstack/python-manilaclient master: Add Python 3 Train unit tests  https://review.opendev.org/66938315:54
vkmcs0ru, o/15:56
vkmcneed any help with https://review.opendev.org/#/c/667744/?15:56
s0ruhi vkmc, yeah I'm reading the output error of the tests of that patch, I'm having trouble with that15:57
vkmcs0ru, let's check one of the gates15:59
vkmcs0ru, http://logs.openstack.org/44/667744/2/check/openstack-tox-py37/4e932d1/ara-report/result/a6fc30da-afa5-409e-85d7-bafd154e825b/15:59
vkmcthat's py3715:59
s0ruright16:00
vkmcs0ru, seems there is a variable being referenced before assignment16:00
vkmcs0ru, precisely, L1949 in your patch16:01
vkmchttps://review.opendev.org/#/c/667744/2/manilaclient/v2/shell.py16:01
s0ruI was thinking, It's referencing lines after the code I put16:04
vkmcs0ru, you can fix it by taking the else under the if statement, not as part of the try except16:04
vkmcseems it's an indentation error16:04
s0rureally? I thought I had passed the indentation errors, I'll check again16:06
openstackgerritSoledad Kuczala proposed openstack/python-manilaclient master: Fix `manila list --count True` command  https://review.opendev.org/66774416:17
s0ruvkmc, It seems this time it worked o.O (all)16:22
vkmcs0ru, cool16:24
vkmcfew things: no need to WF-1 if while you wait for get the gate results, you only WF-1 when you need to continue working on it and you don't want reviewers to chime in16:25
vkmcand try running tests locally16:25
vkmcwe use that with tox16:25
vkmctox -e pep8 will run pep8 tests16:25
vkmctox -e py37 will run py37 tests16:25
vkmcthat way you can know beforehand the sanity of your change16:25
s0ruyes, I'm using tox, I ran 'tox' only, May have I to run -e py37 alone?16:26
s0rusince I didn't see that 'command succeded'16:27
vkmcs0ru, yeah, just run some gates, probably you don't have all the interpreters in your development environment16:27
s0ruok, got it(also de WF, fear fail :B)16:30
vkmcs0ru++16:31
*** baojg has joined #openstack-manila16:49
tbarron116:59
vkmc216:59
lseki317:02
*** whoami-rajat has quit IRC17:06
tbarron:)17:20
*** baojg has quit IRC17:27
*** baojg has joined #openstack-manila17:35
*** baojg has quit IRC17:51
*** carloss has quit IRC18:29
openstackgerritDouglas Viroel proposed openstack/manila-specs master: Create share from snapshots in another pool or back end  https://review.opendev.org/60953718:48
*** tosky has quit IRC19:25
*** e0ne has joined #openstack-manila20:14
*** e0ne has quit IRC21:14
*** e0ne has joined #openstack-manila21:15
*** dviroel has quit IRC21:19
*** enriquetaso has quit IRC21:25
*** s0ru has quit IRC21:52
*** lseki has quit IRC23:05
openstackgerritMerged openstack/manila stable/queens: Remove the redunant table from windows' editor  https://review.opendev.org/66878423:28
*** ianychoi_ has quit IRC23:58

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