*** lseki has quit IRC | 00:02 | |
*** baojg has quit IRC | 01:02 | |
openstackgerrit | pengyuesheng proposed openstack/manila master: Modify the url of upper_constraints_file https://review.opendev.org/666213 | 01:21 |
---|---|---|
*** baojg has joined #openstack-manila | 01:36 | |
openstackgerrit | Merged openstack/puppet-manila master: Manage oslo_middleware/max_request_body_size https://review.opendev.org/669033 | 01:42 |
*** whoami-rajat has joined #openstack-manila | 02:26 | |
openstackgerrit | pengyuesheng proposed openstack/manila master: Modify the url of upper_constraints_file https://review.opendev.org/666213 | 03:17 |
openstackgerrit | KuiRong proposed openstack/manila master: Add Infortrend Manila Driver https://review.opendev.org/657775 | 05:06 |
openstackgerrit | caoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils https://review.opendev.org/638960 | 05:46 |
openstackgerrit | caoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils https://review.opendev.org/638960 | 05:47 |
openstackgerrit | caoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils https://review.opendev.org/638960 | 06:04 |
*** e0ne has joined #openstack-manila | 06:44 | |
*** hoonetorg has quit IRC | 07:16 | |
*** hoonetorg has joined #openstack-manila | 07:29 | |
*** tosky has joined #openstack-manila | 08:01 | |
openstackgerrit | caoyuan proposed openstack/manila-tempest-plugin master: Update json module to jsonutils https://review.opendev.org/638960 | 08:08 |
*** lpetrut has joined #openstack-manila | 08:23 | |
*** lpetrut has quit IRC | 08:24 | |
*** lpetrut has joined #openstack-manila | 08:25 | |
*** raissa has joined #openstack-manila | 08:31 | |
*** raissa has quit IRC | 08:32 | |
*** raissa has joined #openstack-manila | 08:32 | |
*** raissa has quit IRC | 08:33 | |
*** raissa has joined #openstack-manila | 08:33 | |
*** raissa has quit IRC | 08:33 | |
*** raissa has joined #openstack-manila | 08:34 | |
*** raissa has quit IRC | 08:34 | |
*** petitbois has joined #openstack-manila | 09:20 | |
*** carloss has joined #openstack-manila | 10:21 | |
*** baojg has quit IRC | 11:06 | |
*** whoami-rajat has quit IRC | 11:06 | |
*** trident has quit IRC | 11:10 | |
*** trident has joined #openstack-manila | 11:14 | |
*** s0ru has joined #openstack-manila | 11:43 | |
*** dviroel has joined #openstack-manila | 12:03 | |
*** openstackgerrit has quit IRC | 12:04 | |
*** whoami-rajat has joined #openstack-manila | 12:19 | |
*** enriquetaso has joined #openstack-manila | 12:20 | |
*** lseki has joined #openstack-manila | 12:35 | |
*** eharney has joined #openstack-manila | 12:47 | |
*** openstackgerrit has joined #openstack-manila | 13:11 | |
openstackgerrit | KuiRong proposed openstack/manila master: Add Infortrend Manila Driver https://review.opendev.org/657775 | 13:11 |
*** trident has quit IRC | 13:41 | |
*** baojg has joined #openstack-manila | 13:54 | |
*** enriquetaso has quit IRC | 14:00 | |
petitbois | Hi 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 IRC | 14:27 | |
*** enriquetaso has joined #openstack-manila | 15:11 | |
*** baojg has quit IRC | 15:19 | |
*** baojg has joined #openstack-manila | 15:20 | |
*** lpetrut has quit IRC | 15:21 | |
tbarron | petitbois: do you mean the "dummy" driver? | 15:44 |
tbarron | petitbois: 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 failure | 15:45 |
tbarron | petitbois: may want to set debug first in manila.conf if it's not set and restart services and retry the create | 15:45 |
tbarron | petitbois: if you look carefully at those logs you can see why the scheduler says there is no host for creating the share | 15:46 |
tbarron | petitbois: 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 IRC | 15:51 | |
openstackgerrit | Corey Bryant proposed openstack/manila master: Add Python 3 Train unit tests https://review.opendev.org/669381 | 15:52 |
openstackgerrit | Corey Bryant proposed openstack/manila-ui master: Add Python 3 Train unit tests https://review.opendev.org/669382 | 15:53 |
openstackgerrit | Corey Bryant proposed openstack/python-manilaclient master: Add Python 3 Train unit tests https://review.opendev.org/669383 | 15:54 |
vkmc | s0ru, o/ | 15:56 |
vkmc | need any help with https://review.opendev.org/#/c/667744/? | 15:56 |
s0ru | hi vkmc, yeah I'm reading the output error of the tests of that patch, I'm having trouble with that | 15:57 |
vkmc | s0ru, let's check one of the gates | 15:59 |
vkmc | s0ru, http://logs.openstack.org/44/667744/2/check/openstack-tox-py37/4e932d1/ara-report/result/a6fc30da-afa5-409e-85d7-bafd154e825b/ | 15:59 |
vkmc | that's py37 | 15:59 |
s0ru | right | 16:00 |
vkmc | s0ru, seems there is a variable being referenced before assignment | 16:00 |
vkmc | s0ru, precisely, L1949 in your patch | 16:01 |
vkmc | https://review.opendev.org/#/c/667744/2/manilaclient/v2/shell.py | 16:01 |
s0ru | I was thinking, It's referencing lines after the code I put | 16:04 |
vkmc | s0ru, you can fix it by taking the else under the if statement, not as part of the try except | 16:04 |
vkmc | seems it's an indentation error | 16:04 |
s0ru | really? I thought I had passed the indentation errors, I'll check again | 16:06 |
openstackgerrit | Soledad Kuczala proposed openstack/python-manilaclient master: Fix `manila list --count True` command https://review.opendev.org/667744 | 16:17 |
s0ru | vkmc, It seems this time it worked o.O (all) | 16:22 |
vkmc | s0ru, cool | 16:24 |
vkmc | few 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 in | 16:25 |
vkmc | and try running tests locally | 16:25 |
vkmc | we use that with tox | 16:25 |
vkmc | tox -e pep8 will run pep8 tests | 16:25 |
vkmc | tox -e py37 will run py37 tests | 16:25 |
vkmc | that way you can know beforehand the sanity of your change | 16:25 |
s0ru | yes, I'm using tox, I ran 'tox' only, May have I to run -e py37 alone? | 16:26 |
s0ru | since I didn't see that 'command succeded' | 16:27 |
vkmc | s0ru, yeah, just run some gates, probably you don't have all the interpreters in your development environment | 16:27 |
s0ru | ok, got it(also de WF, fear fail :B) | 16:30 |
vkmc | s0ru++ | 16:31 |
*** baojg has joined #openstack-manila | 16:49 | |
tbarron | 1 | 16:59 |
vkmc | 2 | 16:59 |
lseki | 3 | 17:02 |
*** whoami-rajat has quit IRC | 17:06 | |
tbarron | :) | 17:20 |
*** baojg has quit IRC | 17:27 | |
*** baojg has joined #openstack-manila | 17:35 | |
*** baojg has quit IRC | 17:51 | |
*** carloss has quit IRC | 18:29 | |
openstackgerrit | Douglas Viroel proposed openstack/manila-specs master: Create share from snapshots in another pool or back end https://review.opendev.org/609537 | 18:48 |
*** tosky has quit IRC | 19:25 | |
*** e0ne has joined #openstack-manila | 20:14 | |
*** e0ne has quit IRC | 21:14 | |
*** e0ne has joined #openstack-manila | 21:15 | |
*** dviroel has quit IRC | 21:19 | |
*** enriquetaso has quit IRC | 21:25 | |
*** s0ru has quit IRC | 21:52 | |
*** lseki has quit IRC | 23:05 | |
openstackgerrit | Merged openstack/manila stable/queens: Remove the redunant table from windows' editor https://review.opendev.org/668784 | 23:28 |
*** ianychoi_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!