*** luksky has quit IRC | 00:08 | |
*** mriedem has joined #openstack-cinder | 00:09 | |
*** mriedem has quit IRC | 00:17 | |
*** brinzhang has joined #openstack-cinder | 00:18 | |
*** jmlowe has joined #openstack-cinder | 00:58 | |
*** dklyle has joined #openstack-cinder | 01:07 | |
*** dklyle has quit IRC | 01:12 | |
openstackgerrit | zhufl proposed openstack/cinder master: Fix invalid function name https://review.opendev.org/656258 | 01:22 |
---|---|---|
openstackgerrit | Qian Mingyue proposed openstack/cinder master: Update Fujitsu ETERNUS DX driver https://review.opendev.org/609645 | 01:28 |
*** gmann has quit IRC | 01:39 | |
*** whoami-rajat has joined #openstack-cinder | 02:01 | |
*** ruffian_sheep has joined #openstack-cinder | 02:08 | |
*** gmann has joined #openstack-cinder | 02:09 | |
*** e0ne has joined #openstack-cinder | 02:20 | |
*** gnufied has quit IRC | 02:21 | |
*** e0ne has quit IRC | 02:21 | |
ruffian_sheep | whoami-rajat:Hi! | 02:21 |
ruffian_sheep | whoami-rajat:I finally ran the tempest, but the use case was only 159, and I skipped the 5 backup functions. | 02:25 |
ruffian_sheep | whoami-rajat:I set the regex pattern with test_*volume* in http://paste.openstack.org/show/750071/ ,using it with the other one file http://paste.openstack.org/show/750072/ | 02:33 |
*** tejdeep has joined #openstack-cinder | 02:34 | |
ruffian_sheep | smcginnis | jungleboyj:Is it enough? | 02:37 |
ruffian_sheep | smcginnis | jungleboyj:I am sorry that my server is temporarily unable to provide a connection. Only html content can be sent. You can paste it into a new html file to check it out.http://paste.openstack.org/show/750073/ | 02:41 |
whoami-rajat | ruffian_sheep: the '*test' part seems wrong, it will run private helper methods too. | 03:02 |
*** markvoelker has joined #openstack-cinder | 03:12 | |
ruffian_sheep | whoami-rajat:In fact, there is no file matching *test, which is the beginning of test.http://paste.openstack.org/show/750074/ | 03:25 |
ruffian_sheep | whoami-rajat:The dir of the cases is /opt/stack/tempest/tempest/api/volume/ | 03:25 |
*** psachin has joined #openstack-cinder | 03:25 | |
openstackgerrit | DingDong proposed openstack/cinder master: [Unity] Retype volume support https://review.opendev.org/656271 | 03:30 |
*** enriquetaso has joined #openstack-cinder | 03:38 | |
*** tejdeep has quit IRC | 03:45 | |
*** gkadam has joined #openstack-cinder | 03:49 | |
*** udesale has joined #openstack-cinder | 04:08 | |
*** enriquetaso has quit IRC | 04:08 | |
whoami-rajat | ruffian_sheep: it is because of *volume* keyword, if we will add a new method in tempest named _test_random_volume_helper() then your regex will run it and cause failure | 04:16 |
whoami-rajat | ruffian_sheep: currently there isn't any helper method containing the *volume* keyword | 04:16 |
whoami-rajat | ruffian_sheep: also IIRC, my recommendation of creating the regex was to run all volume tests (in tempest/api/volume) without any regex and apply regex in other folders to run volume related tests Eg in tempest/api/compute ... | 04:18 |
*** ruffian_sheep has quit IRC | 04:19 | |
*** _alastor_ has joined #openstack-cinder | 04:43 | |
*** pooja_jadhav has joined #openstack-cinder | 04:49 | |
*** gmann has quit IRC | 04:49 | |
*** e0ne has joined #openstack-cinder | 04:55 | |
*** e0ne has quit IRC | 04:57 | |
*** poojajadhav has joined #openstack-cinder | 04:59 | |
*** pooja_jadhav has quit IRC | 05:02 | |
*** e0ne has joined #openstack-cinder | 05:06 | |
*** gmann has joined #openstack-cinder | 05:08 | |
*** e0ne has quit IRC | 05:10 | |
*** pjjadhav has joined #openstack-cinder | 05:14 | |
*** tejdeep has joined #openstack-cinder | 05:15 | |
*** poojajadhav has quit IRC | 05:17 | |
*** boxiang has quit IRC | 05:22 | |
*** boxiang has joined #openstack-cinder | 05:22 | |
*** dpawlik has joined #openstack-cinder | 05:25 | |
*** tejdeep has quit IRC | 05:40 | |
openstackgerrit | DingDong proposed openstack/cinder master: [Unity] Retype volume support https://review.opendev.org/656271 | 05:47 |
*** ruffian_sheep has joined #openstack-cinder | 05:54 | |
*** pjjadhav has quit IRC | 05:54 | |
*** poojajadhav has joined #openstack-cinder | 05:54 | |
ruffian_sheep | whoami-rajat:Then I set it to test*volume*.py would be better.Right? | 05:56 |
*** poojajadhav has quit IRC | 05:59 | |
*** pooja_jadhav has joined #openstack-cinder | 05:59 | |
ruffian_sheep | whoami-rajat:I will modify the regex and the path to run it again. | 06:02 |
*** tejdeep has joined #openstack-cinder | 06:03 | |
whoami-rajat | ruffian_sheep: the main idea behind the regex is to be able to run all volume tests irrespective of their location. | 06:09 |
whoami-rajat | so the following are my recommendations : | 06:09 |
whoami-rajat | 1) run all tests under tempest/api/volumes | 06:09 |
whoami-rajat | 2) create a regex to be able to fetch tests related to volumes under other directories | 06:09 |
whoami-rajat | pointers to create the regex : | 06:09 |
whoami-rajat | 1) manually check for volume related tests under other directories compute/identity ... etc | 06:09 |
whoami-rajat | 2) try to create a regex that will cover all the tests that you found in (1) | 06:09 |
whoami-rajat | there doesn't seem a direct solution to this and maybe there is that i'm not aware of but i would recommend following the procedure above. | 06:09 |
whoami-rajat | exceptions for current regex : | 06:09 |
whoami-rajat | there may exist a method named test_vol_backend or just test_backend in compute dir which will not be covered with the current regex. | 06:09 |
tejdeep | Looks like Zuul is having some problem https://review.opendev.org/#/c/621465/ . With every recheck i am getting new failures, older ones are not happening again, initially it timed out for tempest-full check and now it is failing at cinder-tempest-dsvm-lvm-lio-barbican | 06:11 |
tejdeep | should i recheck everytime until it succeeds? | 06:12 |
*** _alastor_ has quit IRC | 06:13 | |
*** jiaopengju_1 has quit IRC | 06:14 | |
*** jiaopengju_1 has joined #openstack-cinder | 06:14 | |
openstackgerrit | zhufl proposed openstack/cinder master: Fix invalid function name https://review.opendev.org/656258 | 06:15 |
*** jiaopengju_2 has joined #openstack-cinder | 06:18 | |
*** jiaopengju_1 has quit IRC | 06:20 | |
*** jiaopengju_2 has quit IRC | 06:21 | |
*** jiaopengju has joined #openstack-cinder | 06:22 | |
ruffian_sheep | whoami-rajat:In this case, if I use test*vol*.py will be better?The search results using test*vol*.py and test*volume*.py are the same. For the volume-related tests, there are only those in the compete except for the volume. Is it better for me to add it manually? | 06:27 |
ruffian_sheep | whoami-rajat:I did not find the method test_vol_backend or test_backend now. | 06:28 |
*** threestrands has joined #openstack-cinder | 06:46 | |
*** luksky has joined #openstack-cinder | 07:00 | |
*** sahid has joined #openstack-cinder | 07:01 | |
*** tesseract has joined #openstack-cinder | 07:03 | |
*** tejdeep has quit IRC | 07:03 | |
whoami-rajat | ruffian_sheep: i was just giving an example, like your regex won't work for this case https://github.com/openstack/tempest/blob/master/tempest/api/volume/admin/test_backends_capabilities.py#L45 | 07:13 |
*** rcernin has quit IRC | 07:14 | |
whoami-rajat | ruffian_sheep: this one too https://github.com/openstack/tempest/blob/25572c3b5512aa3ecc949b926af1e1fd64fddfd9/tempest/scenario/test_stamp_pattern.py#L80 | 07:16 |
*** gkadam has quit IRC | 07:17 | |
*** gmann has quit IRC | 07:19 | |
*** markvoelker has quit IRC | 07:38 | |
*** pcaruana has joined #openstack-cinder | 07:40 | |
*** threestrands has quit IRC | 07:55 | |
ruffian_sheep | whoami-rajat:Then can I use test*vol* as a regular expression first, adding missing use cases after discovery? | 07:55 |
whoami-rajat | ruffian_sheep: i guess, if we ultimately manage to run all volume related tests then any approach is fine. | 08:39 |
*** luksky has quit IRC | 08:39 | |
*** markvoelker has joined #openstack-cinder | 08:40 | |
*** nwonknu has quit IRC | 08:51 | |
*** nwonknu has joined #openstack-cinder | 08:58 | |
*** brinzh has joined #openstack-cinder | 09:02 | |
*** brinzhang has quit IRC | 09:04 | |
*** tesseract has quit IRC | 09:10 | |
*** tesseract has joined #openstack-cinder | 09:12 | |
*** mvkr has joined #openstack-cinder | 09:36 | |
*** zul has quit IRC | 09:48 | |
*** brinzh has quit IRC | 10:22 | |
ruffian_sheep | whoami-rajat:Get! | 10:59 |
*** pooja_jadhav has quit IRC | 11:04 | |
*** baojg has joined #openstack-cinder | 11:41 | |
*** henriqueof has joined #openstack-cinder | 11:48 | |
*** baojg has quit IRC | 11:58 | |
*** carloss has joined #openstack-cinder | 12:05 | |
*** udesale has quit IRC | 12:08 | |
*** udesale has joined #openstack-cinder | 12:11 | |
*** henriqueof has quit IRC | 12:18 | |
*** altlogbot_2 has quit IRC | 12:43 | |
*** altlogbot_3 has joined #openstack-cinder | 12:46 | |
*** markvoelker has quit IRC | 12:52 | |
*** markvoelker has joined #openstack-cinder | 12:52 | |
smcginnis | ruffian_sheep: Just use 'volume', nothing else. | 13:10 |
*** jenglisch_ is now known as jenglisch | 13:17 | |
*** pooja_jadhav has joined #openstack-cinder | 13:20 | |
*** poojajadhav has joined #openstack-cinder | 13:22 | |
*** poojajadhav has quit IRC | 13:23 | |
*** pooja_jadhav has quit IRC | 13:25 | |
whoami-rajat | eharney: hey | 13:25 |
openstackgerrit | Merged openstack/cinder master: Fix invalid function name https://review.opendev.org/656258 | 13:26 |
eharney | whoami-rajat: hey | 13:26 |
whoami-rajat | eharney: so i was going through the bug https://bugs.launchpad.net/python-cinderclient/+bug/1696780 again | 13:27 |
openstack | Launchpad bug 1696780 in python-cinderclient "supplying multiple list --filters does not work correctly" [Undecided,New] - Assigned to Rajat Dhasmana (whoami-rajat) | 13:27 |
whoami-rajat | my patch there seems to resolve i think all of the problems mentioned | 13:27 |
whoami-rajat | i'm unable to think of cases for it to fail (which i think exist), can you spark me up here | 13:29 |
eharney | whoami-rajat: i don't know how it would fix the case i documented in the bug if the change is to only pass parameters once | 13:29 |
eharney | but maybe i'm misinterpreting what the commit message means, haven't looked at this in a bit | 13:30 |
whoami-rajat | eharney: no, it disallows similar parameters to pass only once, like passing --name twice | 13:30 |
whoami-rajat | eharney: it still allows --filters name=xyz size=2 | 13:30 |
eharney | but that didn't actually work, does it work with this patch? | 13:31 |
whoami-rajat | eharney: yeah, i was trying cases i could think of today, they worked correctly | 13:31 |
whoami-rajat | although the commit msg is a little misleading, *restricting duplicate optional params* | 13:35 |
eharney | whoami-rajat: cool, will try it out soon | 13:35 |
whoami-rajat | eharney: ok, thanks | 13:36 |
*** markvoelker has quit IRC | 13:39 | |
*** mchlumsky has joined #openstack-cinder | 13:47 | |
*** gnufied has joined #openstack-cinder | 14:02 | |
*** pcaruana has quit IRC | 14:15 | |
*** markvoelker has joined #openstack-cinder | 14:27 | |
*** dims has quit IRC | 14:31 | |
*** mriedem has joined #openstack-cinder | 14:39 | |
*** dims has joined #openstack-cinder | 14:44 | |
*** pcaruana has joined #openstack-cinder | 14:46 | |
*** _alastor_ has joined #openstack-cinder | 14:52 | |
*** e0ne has joined #openstack-cinder | 14:55 | |
*** _alastor_ has quit IRC | 15:09 | |
*** baojg has joined #openstack-cinder | 15:19 | |
*** baojg has quit IRC | 15:34 | |
*** mriedem has quit IRC | 15:35 | |
*** dims has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/cinder master: Fix swift backup driver crashing during service startup https://review.opendev.org/655765 | 15:35 |
*** e0ne has quit IRC | 15:40 | |
*** dims has joined #openstack-cinder | 15:42 | |
*** hemna has joined #openstack-cinder | 15:45 | |
hemna | do we have a topics etherpad yet for the ptg? | 15:46 |
*** mriedem has joined #openstack-cinder | 15:48 | |
smcginnis | Yeah, there's a list. One sec. | 15:48 |
smcginnis | https://wiki.openstack.org/wiki/PTG/Train/Etherpads | 15:48 |
smcginnis | https://etherpad.openstack.org/p/cinder-train-ptg-planning | 15:49 |
*** enriquetaso has joined #openstack-cinder | 15:51 | |
*** psachin has quit IRC | 15:52 | |
*** pcaruana has quit IRC | 15:55 | |
*** e0ne has joined #openstack-cinder | 15:56 | |
hemna | thanks | 15:57 |
*** dklyle has joined #openstack-cinder | 15:57 | |
openstackgerrit | Alan Bishop proposed openstack/cinder stable/stein: Fix swift backup driver crashing during service startup https://review.opendev.org/656537 | 15:59 |
*** jmlowe has quit IRC | 16:04 | |
*** sahid has quit IRC | 16:06 | |
*** dklyle has quit IRC | 16:09 | |
*** _hemna has joined #openstack-cinder | 16:09 | |
*** dpawlik has quit IRC | 16:10 | |
*** whoami-rajat has quit IRC | 16:11 | |
*** hemna has quit IRC | 16:12 | |
*** lseki has joined #openstack-cinder | 16:16 | |
*** e0ne has quit IRC | 16:21 | |
*** mriedem has quit IRC | 16:21 | |
*** mchlumsky has quit IRC | 16:22 | |
*** boxiang has quit IRC | 16:27 | |
*** boxiang has joined #openstack-cinder | 16:27 | |
*** imacdonn has quit IRC | 16:30 | |
*** imacdonn has joined #openstack-cinder | 16:30 | |
*** tesseract has quit IRC | 16:31 | |
*** whoami-rajat has joined #openstack-cinder | 16:36 | |
*** mriedem has joined #openstack-cinder | 16:42 | |
*** enriquetaso has quit IRC | 16:44 | |
*** markvoelker has quit IRC | 16:45 | |
*** tejdeep has joined #openstack-cinder | 16:46 | |
*** enriquetaso has joined #openstack-cinder | 16:48 | |
*** dklyle has joined #openstack-cinder | 16:52 | |
*** e0ne has joined #openstack-cinder | 16:56 | |
*** _hemna has quit IRC | 16:58 | |
*** dklyle has quit IRC | 17:03 | |
*** udesale has quit IRC | 17:14 | |
*** _hemna has joined #openstack-cinder | 17:17 | |
*** gmann has joined #openstack-cinder | 17:19 | |
*** _hemna has quit IRC | 17:22 | |
*** e0ne has quit IRC | 17:25 | |
*** mriedem has quit IRC | 17:27 | |
*** enriquetaso has quit IRC | 17:35 | |
*** markvoelker has joined #openstack-cinder | 17:37 | |
*** enriquetaso has joined #openstack-cinder | 17:37 | |
*** _hemna has joined #openstack-cinder | 17:38 | |
_hemna | smcginnis: ping | 17:48 |
_hemna | https://review.opendev.org/#/c/655612/I wanted to +A that, but it's to enable py37 tests, and the py37 tests are failing.... | 17:49 |
_hemna | I know it's non-voting, but....should we enable a test that fails? | 17:49 |
_hemna | jungleboyj: ^^ same | 17:49 |
*** tejdeep has quit IRC | 17:51 | |
jungleboyj | _hemna: That doesn't sound like a good idea to me. | 17:51 |
*** tejdeep has joined #openstack-cinder | 17:52 | |
_hemna | yah I didn't think so either | 17:52 |
_hemna | I -1'd it | 17:52 |
*** dklyle has joined #openstack-cinder | 17:54 | |
_hemna | seeing taskflow failures with that py3.7 test on that review | 17:54 |
_hemna | I'll try a recheck | 17:55 |
*** tejdeep has quit IRC | 17:56 | |
*** tejdeep has joined #openstack-cinder | 17:56 | |
*** mchlumsky has joined #openstack-cinder | 17:57 | |
*** enriquetaso has quit IRC | 17:59 | |
*** dklyle has quit IRC | 18:02 | |
jungleboyj | Ok, I was going to look. _hemna | 18:03 |
jungleboyj | _hemna: Looks like smcginnis is purposefully tring to poke here though Hmm. | 18:05 |
*** _alastor_ has joined #openstack-cinder | 18:13 | |
*** enriquetaso has joined #openstack-cinder | 18:14 | |
*** markvoelker has quit IRC | 18:16 | |
*** enriquetaso has quit IRC | 18:19 | |
*** _hemna has quit IRC | 18:20 | |
*** _alastor_ has quit IRC | 18:23 | |
*** _hemna has joined #openstack-cinder | 18:25 | |
*** _hemna has quit IRC | 18:30 | |
*** tejdeep has quit IRC | 18:39 | |
*** tejdeep has joined #openstack-cinder | 18:41 | |
*** itlinux has joined #openstack-cinder | 18:52 | |
*** itlinux has quit IRC | 18:57 | |
*** pcaruana has joined #openstack-cinder | 19:10 | |
*** _alastor_ has joined #openstack-cinder | 19:20 | |
*** e0ne has joined #openstack-cinder | 19:26 | |
whoami-rajat | hemna_: jungleboyj the failure is emc vnx driver specific, i thought of debugging it but IMO it would be better if their team fixes it in the driver. | 19:33 |
*** itlinux has joined #openstack-cinder | 19:34 | |
*** dklyle has joined #openstack-cinder | 19:34 | |
*** itlinux has quit IRC | 19:34 | |
*** e0ne has quit IRC | 19:36 | |
*** e0ne has joined #openstack-cinder | 19:38 | |
*** _hemna has joined #openstack-cinder | 19:38 | |
*** david-lyle has joined #openstack-cinder | 19:40 | |
*** dklyle has quit IRC | 19:41 | |
*** e0ne has quit IRC | 19:43 | |
*** e0ne has joined #openstack-cinder | 19:44 | |
*** e0ne has quit IRC | 19:44 | |
*** itlinux has joined #openstack-cinder | 19:44 | |
*** e0ne has joined #openstack-cinder | 19:45 | |
*** _hemna has quit IRC | 19:45 | |
*** lseki has quit IRC | 19:46 | |
*** itlinux has quit IRC | 19:46 | |
*** e0ne has quit IRC | 19:48 | |
*** _alastor_ has quit IRC | 19:48 | |
*** _hemna has joined #openstack-cinder | 19:53 | |
smcginnis | _hemna, jungleboyj, whoami-rajat: Yeah, there are also some library issues. I thought the taskflow one got fixed, but maybe not released yet. | 20:02 |
smcginnis | My thought with adding this test now was it would be a constant reminder of issues there. | 20:02 |
*** mriedem has joined #openstack-cinder | 20:02 | |
smcginnis | We could have that switched back to the voting job and just leave the patch out there until the issues are resolved. | 20:03 |
smcginnis | And we could recheck from time to time to check for any issues. | 20:03 |
smcginnis | Reported last October: https://bugs.launchpad.net/cinder/+bug/1795957 | 20:04 |
openstack | Launchpad bug 1795957 in Cinder "VNX unit tests are not Python 3.7 compatible" [Undecided,Confirmed] | 20:04 |
whoami-rajat | smcginnis: i think its related to pep479 https://docs.python.org/3/whatsnew/3.7.html#changes-in-python-behavior | 20:07 |
whoami-rajat | smcginnis: i'm not sure, does this require changes in cinder codebase or any other place? | 20:09 |
*** pcaruana has quit IRC | 20:23 | |
*** _hemna has quit IRC | 20:27 | |
smcginnis | whoami-rajat: Yep, that's what the issue was when I dug into it. But couldn't find the exact spot in taskflow where the StopIteration was used. | 20:29 |
smcginnis | whoami-rajat: I thought I had filed a bug there too, but can't recall now. | 20:29 |
smcginnis | whoami-rajat: It will require taskflow to be fixed, then a new release of taskflow, then Cinder raising our lower-constraints to make sure only the fixed version and later can be used. | 20:30 |
smcginnis | https://bugs.launchpad.net/taskflow/+bug/1780823 | 20:31 |
openstack | Launchpad bug 1780823 in taskflow "Py3.7 RuntimeError: generator raised StopIteration" [High,Confirmed] | 20:31 |
*** _hemna has joined #openstack-cinder | 20:31 | |
*** e0ne has joined #openstack-cinder | 20:34 | |
*** david-lyle has quit IRC | 20:34 | |
whoami-rajat | smcginnis: ok, seems like we can only wait then. Thanks for all the info. | 20:35 |
*** jdillaman has quit IRC | 20:35 | |
*** _hemna has quit IRC | 20:36 | |
*** _hemna has joined #openstack-cinder | 20:38 | |
*** david-lyle has joined #openstack-cinder | 20:40 | |
_hemna | smcginnis: so you think I should +A it anyway? | 20:43 |
*** e0ne has quit IRC | 20:45 | |
*** e0ne has joined #openstack-cinder | 20:54 | |
smcginnis | _hemna: Maybe we can all discuss it quick in the PTG. | 20:56 |
_hemna | ok | 20:56 |
_hemna | sounds good | 20:56 |
*** david-lyle has quit IRC | 20:56 | |
*** _alastor_ has joined #openstack-cinder | 21:09 | |
*** itlinux has joined #openstack-cinder | 21:15 | |
*** e0ne has quit IRC | 21:15 | |
*** itlinux has quit IRC | 21:17 | |
openstackgerrit | Merged openstack/cinder stable/stein: Fix swift backup driver crashing during service startup https://review.opendev.org/656537 | 21:19 |
*** itlinux has joined #openstack-cinder | 21:20 | |
*** _hemna has quit IRC | 21:23 | |
*** itlinux has quit IRC | 21:24 | |
*** _hemna has joined #openstack-cinder | 21:24 | |
*** david-lyle has joined #openstack-cinder | 21:24 | |
openstackgerrit | Tejdeep Kautharam proposed openstack/cinder master: Cinder RSD Driver https://review.opendev.org/621465 | 21:25 |
*** _hemna has quit IRC | 21:28 | |
*** itlinux has joined #openstack-cinder | 21:34 | |
*** david-lyle has quit IRC | 21:34 | |
*** itlinux has quit IRC | 21:39 | |
*** itlinux has joined #openstack-cinder | 21:44 | |
*** itlinux has quit IRC | 21:48 | |
*** itlinux has joined #openstack-cinder | 21:51 | |
*** markvoelker has joined #openstack-cinder | 21:52 | |
*** david-lyle has joined #openstack-cinder | 21:53 | |
*** _hemna has joined #openstack-cinder | 21:58 | |
*** mriedem has quit IRC | 22:00 | |
*** _hemna has quit IRC | 22:03 | |
*** _hemna has joined #openstack-cinder | 22:04 | |
*** itlinux has quit IRC | 22:06 | |
*** markvoelker has quit IRC | 22:09 | |
*** strigazi has joined #openstack-cinder | 22:09 | |
*** david-lyle has quit IRC | 22:10 | |
jungleboyj | If anyone wants to walk to the Cinder Dinner together meet in the lobby of the Hyatt by Reception at 6:45. | 22:15 |
*** mriedem has joined #openstack-cinder | 22:16 | |
*** e0ne has joined #openstack-cinder | 22:20 | |
*** markvoelker has joined #openstack-cinder | 22:21 | |
*** david-lyle has joined #openstack-cinder | 22:21 | |
*** mchlumsky has quit IRC | 22:22 | |
*** carloss has quit IRC | 22:22 | |
*** itlinux has joined #openstack-cinder | 22:22 | |
*** dave-mccowan has joined #openstack-cinder | 22:22 | |
*** jmlowe has joined #openstack-cinder | 22:26 | |
*** Anticimex has joined #openstack-cinder | 22:27 | |
*** mriedem has quit IRC | 22:39 | |
*** Anticimex has left #openstack-cinder | 22:42 | |
*** david-lyle has quit IRC | 22:43 | |
*** rcernin has joined #openstack-cinder | 22:47 | |
*** markvoelker has quit IRC | 22:57 | |
*** itlinux has quit IRC | 22:58 | |
*** e0ne has quit IRC | 22:58 | |
*** ianychoi_ has quit IRC | 23:03 | |
*** jmlowe has quit IRC | 23:03 | |
*** ianychoi_ has joined #openstack-cinder | 23:04 | |
*** dave-mccowan has quit IRC | 23:06 | |
*** mriedem has joined #openstack-cinder | 23:10 | |
mriedem | solution: don't use multipath | 23:15 |
*** e0ne has joined #openstack-cinder | 23:20 | |
smcginnis | There were issues fixed from the pike to queens timeframe. | 23:20 |
*** e0ne has quit IRC | 23:21 | |
*** david-lyle has joined #openstack-cinder | 23:27 | |
*** david-lyle has quit IRC | 23:33 | |
*** mriedem has quit IRC | 23:38 | |
*** e0ne has joined #openstack-cinder | 23:40 | |
*** e0ne has quit IRC | 23:50 | |
*** e0ne has joined #openstack-cinder | 23:52 | |
*** e0ne has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!