*** Liang__ has joined #openstack-cinder | 00:16 | |
*** enriquetaso has quit IRC | 00:22 | |
*** Liang__ has quit IRC | 00:27 | |
*** brinzhang has joined #openstack-cinder | 00:27 | |
*** dave-mccowan has joined #openstack-cinder | 00:32 | |
*** markvoelker has quit IRC | 00:33 | |
*** dave-mccowan has quit IRC | 00:35 | |
*** itlinux has joined #openstack-cinder | 00:55 | |
*** baojg has joined #openstack-cinder | 00:58 | |
*** baojg has quit IRC | 01:03 | |
*** minmin has joined #openstack-cinder | 01:07 | |
*** enriquetaso has joined #openstack-cinder | 01:21 | |
openstackgerrit | Merged openstack/cinder master: move dothill exceptions https://review.opendev.org/657866 | 01:22 |
---|---|---|
*** ruffian_sheep has joined #openstack-cinder | 01:31 | |
ruffian_sheep | whoami-rajat:Hi,do u know how can i abandon a commit and make updates to the existing patch. | 01:35 |
*** itlinux has quit IRC | 01:37 | |
*** itlinux has joined #openstack-cinder | 01:44 | |
*** boxiang has joined #openstack-cinder | 01:45 | |
ruffian_sheep | https://review.opendev.org/#/c/661200/6 | 01:52 |
ruffian_sheep | whoami-rajat:Sean McGinnis asked me to abandon this commit and make changes on the previous commit. But I have already cleaned up the previous ones. I don't know how to switch to the previous commit now. | 01:54 |
*** itlinux has quit IRC | 01:56 | |
*** Spencer_Yu has joined #openstack-cinder | 01:57 | |
rosmaita | ruffian_sheep: if i am reading Sean's comment correctly, he wants you to do the work on this review: https://review.opendev.org/#/c/612311 | 01:57 |
rosmaita | is your question, "how do i get the code from review 612311 into my git working tree?" | 01:58 |
ruffian_sheep | <rosmaita>:But this submission was not submitted by me, and I don't have his account password. Https://review.opendev.org/#/c/612311 | 02:01 |
rosmaita | ruffian_sheep: that's ok, you can still get the code | 02:02 |
ruffian_sheep | <rosmaita>:Sean McGinnis: Some comments, but please abandon this and make updates to the existing patch. https://review.opendev.org/#/c/643519/2 | 02:02 |
ruffian_sheep | <rosmaita>:I think he wants me to switch to a previous commit and continue to modify. I have submitted it before. | 02:03 |
rosmaita | ruffian_sheep: what you can do is go to your personal cinder code repository | 02:03 |
ruffian_sheep | <rosmaita>:So I think I need to switch to the previous commit now, and then change the commit of the code on that basis. | 02:04 |
rosmaita | if you do 'git review -d 612311' , it will download the current patch set for you and create a branch in your personal repo | 02:04 |
ruffian_sheep | But the last personal cinder code repository I have cleaned up. . . | 02:05 |
rosmaita | that's ok, git review -d will create the branch for you | 02:05 |
ruffian_sheep | <rosmaita>:Thx!let me try | 02:05 |
rosmaita | just remember that after you make changes, do 'git commit --amend' and then do 'git review' | 02:06 |
rosmaita | that will put a new patch set into that gerrit review | 02:06 |
ruffian_sheep | <rosmaita>:Yes, I just cleaned up the previous environment. I can't append changes with git commit --amend. Should I git review -d 643519? This is what I submitted. | 02:08 |
rosmaita | ruffian_sheep: give me a minute to look at 643519 | 02:09 |
rosmaita | ruffian_sheep: still looking | 02:14 |
ruffian_sheep | <rosmaita>:Get | 02:14 |
*** itlinux has joined #openstack-cinder | 02:25 | |
rosmaita | ruffian_sheep: ok, i think i have something for you | 02:27 |
rosmaita | do git review -d 612311 | 02:27 |
rosmaita | it will create branch review/wuchongyao/train-drivers | 02:28 |
rosmaita | then do git review -d 643519 | 02:28 |
rosmaita | it will create branch review/hjy/train-drivers | 02:29 |
rosmaita | then checkout review/wuchongyao/train-drivers | 02:29 |
rosmaita | then to get your changes, do this for each of the files you changed: | 02:30 |
rosmaita | git checkout review/hjy/train-drivers cinder/tests/unit/test_macrosan_drivers.py | 02:30 |
rosmaita | you can do 'git diff --cached' to see the changes | 02:30 |
rosmaita | and when you are done, you can do 'git commit --amend' | 02:31 |
rosmaita | there are probably other ways to do it, but i think the above will work | 02:31 |
*** markvoelker has joined #openstack-cinder | 02:34 | |
ruffian_sheep | That is very sorry. . . I am not very skilled with git, and the way gerrit is used is also very strange. Look at the online information about git in this is not very clear. | 02:39 |
ruffian_sheep | <rosmaita>:http://paste.openstack.org/show/752200/ | 02:40 |
ruffian_sheep | Is it wrong with me? | 02:40 |
rosmaita | ruffian_sheep: i have not seen that one before, you may have an old .git/config file | 02:43 |
rosmaita | what happens when you do 'git review -s' ? | 02:43 |
ruffian_sheep | <rosmaita>:give me a minute,I am cloning a new cinder repo | 02:49 |
*** m75abrams has joined #openstack-cinder | 02:53 | |
ruffian_sheep | <rosmaita> :http://paste.openstack.org/show/752202/ | 02:54 |
ruffian_sheep | <rosmaita> :Didn't react for that | 02:55 |
rosmaita | looking | 02:55 |
ruffian_sheep | <rosmaita> :Should I pass the cmd git add . and git commit? | 02:56 |
rosmaita | do you still have the repo around that you used to post 643519 ? | 02:58 |
ruffian_sheep | <rosmaita> :Not,I think it have been cleared all | 02:59 |
rosmaita | ok | 03:00 |
rosmaita | in your new repo, in .git/config, what does it have for [remote "gerrit"] ? | 03:00 |
ruffian_sheep | url = https://lol@review.openstack.org/openstack/cinder.git fetch = +refs/heads/*:refs/remotes/gerrit/* | 03:01 |
ruffian_sheep | <rosmaita> :http://paste.openstack.org/show/752203/ | 03:04 |
rosmaita | ruffian_sheep: i am not sure what's going on. you can try replacing 'review.openstack.org' with 'review.opendev.org' and see if that helps | 03:06 |
rosmaita | otherwise, you might want to ask in #openstack-infra for someone who knows a lot about gerrit | 03:06 |
*** markvoelker has quit IRC | 03:08 | |
ruffian_sheep | <rosmaita> :Ok, maybe. . . I submit again? Is this operation allowed? | 03:08 |
rosmaita | i am not sure what you mean | 03:09 |
ruffian_sheep | I created another submission, not in 643519 nor in 612311. | 03:10 |
rosmaita | i'm not sure that would help, those pastes show that you're having trouble connecting to gerrit to upload your patch | 03:11 |
rosmaita | ruffian_sheep: i am leaving, good luck! | 03:22 |
ruffian_sheep | <rosmaita> :Thx!:)I will try to solve it! | 03:22 |
*** enriquetaso has quit IRC | 03:26 | |
*** threestrands has joined #openstack-cinder | 03:31 | |
*** altlogbot_2 has quit IRC | 03:44 | |
*** altlogbot_1 has joined #openstack-cinder | 03:45 | |
*** psachin has joined #openstack-cinder | 03:48 | |
*** minmin has quit IRC | 03:49 | |
*** markvoelker has joined #openstack-cinder | 04:05 | |
*** sapd1_x has joined #openstack-cinder | 04:17 | |
*** tejdeep has joined #openstack-cinder | 04:20 | |
tejdeep | Zuul is failing at tempest-slow-py3 check. it is failing in the test case tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps, AssertionError: False is not true : Public network connectivity check failed | 04:23 |
tejdeep | Timed out waiting for 172.24.5.224 to become reachable | 04:23 |
tejdeep | is there any network issue in the Zuul infra? | 04:23 |
*** whoami-rajat has joined #openstack-cinder | 04:31 | |
whoami-rajat | ruffian_sheep: Hi | 04:32 |
*** boxiang has quit IRC | 04:35 | |
*** markvoelker has quit IRC | 04:37 | |
whoami-rajat | ruffian_sheep: which version of python do you use to run CI? | 04:37 |
*** altlogbot_1 has quit IRC | 04:38 | |
*** altlogbot_3 has joined #openstack-cinder | 04:39 | |
*** trident has quit IRC | 04:39 | |
*** altlogbot_3 has quit IRC | 04:40 | |
*** altlogbot_3 has joined #openstack-cinder | 04:41 | |
*** trident has joined #openstack-cinder | 04:41 | |
*** baojg has joined #openstack-cinder | 04:48 | |
*** sapd1_x has quit IRC | 05:00 | |
*** pcaruana has joined #openstack-cinder | 05:15 | |
*** tejdeep has quit IRC | 05:23 | |
*** brinzhang has quit IRC | 05:27 | |
*** boxiang has joined #openstack-cinder | 05:33 | |
*** psachin has quit IRC | 05:34 | |
*** markvoelker has joined #openstack-cinder | 05:34 | |
ruffian_sheep | <whoami-rajat>:python 2.7.6 | 05:36 |
*** baojg has quit IRC | 05:40 | |
whoami-rajat | ruffian_sheep: hmm, the current requirement is py3 (specifically 3.7). could you test it against py37 and confirm the behavior ? | 05:42 |
*** yaawang has quit IRC | 05:48 | |
*** yaawang has joined #openstack-cinder | 05:48 | |
ruffian_sheep | <whoami-rajat>:Let me try it. I used py35 and py36 to perform unit tests. | 05:53 |
*** boxiang has quit IRC | 05:53 | |
ruffian_sheep | before | 05:53 |
*** boxiang has joined #openstack-cinder | 05:57 | |
*** rcernin has quit IRC | 06:01 | |
*** rcernin has joined #openstack-cinder | 06:01 | |
*** dpawlik has joined #openstack-cinder | 06:03 | |
*** markvoelker has quit IRC | 06:08 | |
whoami-rajat | ruffian_sheep: okay. the team approves the CI (after py37 testing), so when can we expect to see it running on cinder gate jobs? | 06:12 |
*** brinzhang has joined #openstack-cinder | 06:18 | |
*** lpetrut has joined #openstack-cinder | 06:23 | |
*** brinzhang has quit IRC | 06:32 | |
*** baojg has joined #openstack-cinder | 06:32 | |
*** brinzhang has joined #openstack-cinder | 06:33 | |
*** takamatsu has joined #openstack-cinder | 06:48 | |
*** rcernin has quit IRC | 06:52 | |
*** tesseract has joined #openstack-cinder | 07:05 | |
*** markvoelker has joined #openstack-cinder | 07:05 | |
*** tejdeep has joined #openstack-cinder | 07:06 | |
*** tejdeep has quit IRC | 07:11 | |
*** awalende has joined #openstack-cinder | 07:13 | |
*** minmin has joined #openstack-cinder | 07:15 | |
*** tejdeep has joined #openstack-cinder | 07:15 | |
*** markvoelker has quit IRC | 07:37 | |
*** tejdeep has quit IRC | 07:42 | |
*** itlinux has quit IRC | 07:42 | |
*** helenafm has joined #openstack-cinder | 07:51 | |
*** takamatsu has quit IRC | 07:52 | |
*** tstrul has joined #openstack-cinder | 07:56 | |
*** e0ne has joined #openstack-cinder | 07:59 | |
*** takamatsu has joined #openstack-cinder | 08:00 | |
*** tkajinam has quit IRC | 08:10 | |
*** sahid has joined #openstack-cinder | 08:12 | |
ruffian_sheep | <whoami-rajat>:i am not sure what you mean when can we expect to see it running on cinder gate jobs? | 08:23 |
openstackgerrit | Yachika_Ralhan proposed openstack/cinder master: Add new OSNEXUS Quantastor Cinder driver https://review.opendev.org/617503 | 08:25 |
*** baojg has quit IRC | 08:29 | |
*** baojg has joined #openstack-cinder | 08:30 | |
*** ociuhandu has quit IRC | 08:31 | |
*** lixiaoy1 has joined #openstack-cinder | 08:34 | |
*** markvoelker has joined #openstack-cinder | 08:34 | |
*** ociuhandu has joined #openstack-cinder | 08:35 | |
lixiaoy1 | hemna: Hi Walter, could you help to review RSD driver https://review.opendev.org/#/c/621465/ ? Currently the CI is ready and patch is updated based on your comments | 08:35 |
*** takamatsu has quit IRC | 08:52 | |
*** lixiaoy1 has quit IRC | 08:55 | |
ruffian_sheep | <whoami-rajat>:http://paste.openstack.org/show/752221/ Is this right? | 08:58 |
*** boxiang has quit IRC | 08:59 | |
*** strigazi has joined #openstack-cinder | 09:04 | |
*** markvoelker has quit IRC | 09:08 | |
*** baojg has quit IRC | 09:18 | |
*** baojg has joined #openstack-cinder | 09:20 | |
*** davidsha has joined #openstack-cinder | 09:51 | |
*** threestrands has quit IRC | 09:54 | |
*** m75abrams has quit IRC | 09:57 | |
*** markvoelker has joined #openstack-cinder | 10:05 | |
*** baojg has quit IRC | 10:05 | |
*** baojg has joined #openstack-cinder | 10:06 | |
*** dave-mccowan has joined #openstack-cinder | 10:31 | |
*** dave-mccowan has quit IRC | 10:37 | |
*** markvoelker has quit IRC | 10:37 | |
openstackgerrit | Michael McAleer proposed openstack/cinder master: PowerMax Driver - Metro ODE Support https://review.opendev.org/660460 | 10:38 |
whoami-rajat | ruffian_sheep: like Other Vendor CI's running on every patch pushed in Cinder. when can we except to see your CI running ? | 10:40 |
whoami-rajat | ruffian_sheep: ah, that is for driver tests, i was referring to running tempest tests with py37 | 10:41 |
openstackgerrit | Michael McAleer proposed openstack/cinder master: PowerMax Driver - Metro ODE Support https://review.opendev.org/660460 | 10:43 |
ruffian_sheep | <whoami-rajat>:It's almost ok, now compile the shell script that collects conf and log. Test cases have been tuned. | 10:49 |
ruffian_sheep | <whoami-rajat>: what.....Are you saying that I have to pass the py37 tempest test?:( | 10:51 |
*** carloss has joined #openstack-cinder | 11:00 | |
*** markvoelker has joined #openstack-cinder | 11:34 | |
*** brinzhang has quit IRC | 11:35 | |
*** brinzhang has joined #openstack-cinder | 11:36 | |
*** redrobot has quit IRC | 11:39 | |
*** dviroel has joined #openstack-cinder | 11:46 | |
*** Spencer_Yu has quit IRC | 11:52 | |
*** tesseract has quit IRC | 11:53 | |
*** tesseract has joined #openstack-cinder | 11:53 | |
*** markvoelker has quit IRC | 11:54 | |
*** markvoelker has joined #openstack-cinder | 11:54 | |
*** m75abrams has joined #openstack-cinder | 11:56 | |
*** jrubenst has joined #openstack-cinder | 11:59 | |
*** helenafm has quit IRC | 12:05 | |
*** e0ne has quit IRC | 12:16 | |
*** redrobot has joined #openstack-cinder | 12:23 | |
*** udesale has joined #openstack-cinder | 12:25 | |
*** jrubenst has quit IRC | 12:27 | |
*** jrubenst has joined #openstack-cinder | 12:28 | |
*** Spencer_Yu has joined #openstack-cinder | 12:30 | |
*** brinzhang has quit IRC | 12:39 | |
*** whoami-rajat has quit IRC | 12:51 | |
*** gmann has quit IRC | 12:53 | |
*** helenafm has joined #openstack-cinder | 12:55 | |
*** baojg has quit IRC | 12:55 | |
*** kaisers has quit IRC | 13:01 | |
*** kaisers has joined #openstack-cinder | 13:02 | |
*** Spencer_Yu has quit IRC | 13:15 | |
*** raghavendrat has quit IRC | 13:16 | |
*** mriedem has joined #openstack-cinder | 13:20 | |
*** eharney has joined #openstack-cinder | 13:20 | |
*** e0ne has joined #openstack-cinder | 13:24 | |
rajinir | hemna: smcginnis I'll contact the CI guys on the DellEMC_PowerMAX failure | 13:36 |
smcginnis | rajinir: Thanks! | 13:39 |
*** sahid has quit IRC | 13:40 | |
*** sahid has joined #openstack-cinder | 13:42 | |
openstackgerrit | Eric Harney proposed openstack/cinder master: Bump hacking version to 1.1.x https://review.opendev.org/652703 | 13:49 |
*** lseki has joined #openstack-cinder | 13:51 | |
*** mmethot_ has joined #openstack-cinder | 13:53 | |
*** awalende has quit IRC | 13:53 | |
*** mmethot has quit IRC | 13:54 | |
*** awalende has joined #openstack-cinder | 13:54 | |
*** m75abrams has quit IRC | 13:55 | |
*** awalende_ has joined #openstack-cinder | 13:57 | |
*** awalende has quit IRC | 13:58 | |
*** enriquetaso has joined #openstack-cinder | 14:01 | |
*** awalende_ has quit IRC | 14:02 | |
*** whoami-rajat has joined #openstack-cinder | 14:03 | |
*** gmann has joined #openstack-cinder | 14:10 | |
*** itlinux has joined #openstack-cinder | 14:11 | |
*** kaisers has quit IRC | 14:20 | |
*** mrch_ has quit IRC | 14:20 | |
*** kaisers has joined #openstack-cinder | 14:22 | |
*** awalende has joined #openstack-cinder | 14:22 | |
rosmaita | ChangeMe | 14:24 |
rosmaita | all my secrets are revealed | 14:24 |
smcginnis | :D | 14:26 |
smcginnis | rosmaita: Switch it to ChangeM3 | 14:26 |
rosmaita | that would be too hard to remember | 14:26 |
smcginnis | Password123? ;) | 14:26 |
*** awalende has quit IRC | 14:27 | |
rosmaita | :) | 14:27 |
jbernard | that's the same combination on my luggage! | 14:27 |
smcginnis | haha | 14:28 |
openstackgerrit | Eric Harney proposed openstack/cinder master: Make py37 unit tests voting https://review.opendev.org/661996 | 14:29 |
*** lpetrut has quit IRC | 14:30 | |
*** abishop has joined #openstack-cinder | 14:31 | |
*** vishalmanchanda has joined #openstack-cinder | 14:32 | |
*** abishop has quit IRC | 14:35 | |
*** itlinux has quit IRC | 14:41 | |
*** martinkennelly has joined #openstack-cinder | 14:53 | |
hemna | mep | 15:09 |
hemna | jungleboyj: ping | 15:09 |
jungleboyj | hemna: Kind of pong. | 15:09 |
hemna | kind of hi | 15:09 |
hemna | any word on the ceph-iscsi stuffs. | 15:10 |
hemna | I'm starting to take a look at it | 15:10 |
jungleboyj | Oh cool. | 15:10 |
hemna | going to try and get some cycles from my mgr to work on it | 15:10 |
jungleboyj | Ok. Can you make the meeting today? Could we chat then? | 15:10 |
hemna | sure | 15:10 |
jungleboyj | Thanks. In another meeting now. | 15:11 |
*** tejdeep has joined #openstack-cinder | 15:12 | |
*** tejdeep has quit IRC | 15:34 | |
*** altlogbot_3 has quit IRC | 15:35 | |
*** altlogbot_0 has joined #openstack-cinder | 15:35 | |
*** irclogbot_0 has quit IRC | 15:36 | |
*** irclogbot_0 has joined #openstack-cinder | 15:37 | |
*** tesseract has quit IRC | 15:44 | |
*** tstrul has quit IRC | 15:47 | |
*** helenafm has quit IRC | 15:49 | |
*** itlinux has joined #openstack-cinder | 15:54 | |
*** _erlon_ has joined #openstack-cinder | 16:04 | |
*** lpetrut has joined #openstack-cinder | 16:06 | |
*** lpetrut has quit IRC | 16:14 | |
*** martinkennelly has quit IRC | 16:14 | |
openstackgerrit | Merged openstack/cinder master: move Dell EMC SC driver exceptions https://review.opendev.org/661288 | 16:19 |
openstackgerrit | Merged openstack/cinder master: [VNX] Fix test case issue https://review.opendev.org/659701 | 16:19 |
*** radeks__ has joined #openstack-cinder | 16:27 | |
*** sahid has quit IRC | 16:31 | |
*** dave-mccowan has joined #openstack-cinder | 16:40 | |
*** davidsha has quit IRC | 16:53 | |
*** kmalloc_away is now known as kmalloc | 16:55 | |
*** tejdeep has joined #openstack-cinder | 16:55 | |
whoami-rajat | jungleboyj: smcginnis may i have your reviews on https://review.opendev.org/#/c/658974/ . it is also kind-of blocking my main work on the bp | 16:57 |
*** e0ne has quit IRC | 16:58 | |
hemna | whoami-rajat: the ci failures are caused by not passing a volume type during creation requests? | 17:02 |
whoami-rajat | hemna: yep. | 17:05 |
hemna | url? | 17:06 |
hemna | isn't the entire point of the default volume type creation is to take care of that exact use case? | 17:07 |
hemna | such that if a volume type isn't passed, the default is automatically used | 17:07 |
whoami-rajat | hemna: yes but tests call sqlalchemy functions directly to create a volume/snapshot, i've handled the same in API | 17:08 |
whoami-rajat | hemna: i still have to take a look at tempest tests | 17:08 |
whoami-rajat | https://review.opendev.org/#/c/639180/ | 17:08 |
whoami-rajat | s/in API/ at API level | 17:09 |
*** jcosmao has left #openstack-cinder | 17:12 | |
hemna | damn ci | 17:13 |
smcginnis | whoami-rajat: Can these unit test volume create calls be refactored to all call a common helper method in the base test case that takes care of all the necessary things to create a test volume in the DB? | 17:30 |
whoami-rajat | smcginnis: yes, i was thinking of creating a common parameterized func to handle most of the cases after fixing all the tests. funny though, there are multiple similar methods defined at different places in tests having same code. was thinking of removing the duplicacy too after the first step is done | 17:36 |
smcginnis | whoami-rajat: That would be great. Good opportunity to clean up some redundancy that has sneaked in over the years. | 17:37 |
whoami-rajat | smcginnis: ++ | 17:39 |
openstackgerrit | Rajat Dhasmana proposed openstack/cinder master: Fix volume type quota defaults in quotas tests https://review.opendev.org/658974 | 17:50 |
*** awalende has joined #openstack-cinder | 17:55 | |
openstackgerrit | Eric Harney proposed openstack/cinder master: Bump hacking version to 1.1.x https://review.opendev.org/652703 | 17:57 |
*** ociuhandu has quit IRC | 17:57 | |
*** awalende has quit IRC | 17:59 | |
openstackgerrit | Rajat Dhasmana proposed openstack/cinder master: Add py37 entry in setup.cfg https://review.opendev.org/662059 | 18:30 |
eharney | whoami-rajat: only the py37 unit test job is voting... i'm starting to think we need some criteria written down for when we want to say things like "we now support Python 3.7" | 18:33 |
smcginnis | eharney: That would be a good question to pose to the mailing list. I've seen a really wide variety of stances on that from different projects. | 18:34 |
smcginnis | Would be good to try to get some community concensus. | 18:34 |
eharney | we could just leave the setup.cfg classifier as "3"... | 18:36 |
openstackgerrit | Rajat Dhasmana proposed openstack/cinder master: Add py37 entry in setup.cfg https://review.opendev.org/662059 | 18:37 |
eharney | https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html seems to indicate that running the unit test jobs is sufficient to go mark it supported in the pypi classifier | 18:39 |
eharney | i was also probably supposed to use the "openstack-python3-train-jobs" template in our zuul config, oops | 18:40 |
whoami-rajat | eharney: was just gonna mention the same https://review.opendev.org/#/c/657949/2/.zuul.yaml | 18:43 |
whoami-rajat | eharney: should i make the change in my patch? | 18:43 |
eharney | whoami-rajat: sure, it will functionally be the same as the change i made, but, good to document it properly | 18:45 |
whoami-rajat | eharney: agreed. | 18:46 |
*** sapd1_x has joined #openstack-cinder | 19:06 | |
*** ociuhandu has joined #openstack-cinder | 19:18 | |
*** dklyle has quit IRC | 19:21 | |
*** dklyle has joined #openstack-cinder | 19:29 | |
openstackgerrit | Eric Harney proposed openstack/os-brick stable/rocky: Improve iSCSI device detection speed https://review.opendev.org/662076 | 19:45 |
*** mriedem has quit IRC | 19:48 | |
*** mriedem has joined #openstack-cinder | 19:55 | |
*** imacdonn has quit IRC | 19:56 | |
*** imacdonn has joined #openstack-cinder | 19:56 | |
*** ociuhandu has quit IRC | 19:58 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: PowerMax docs - known issues with metro https://review.opendev.org/656770 | 20:16 |
*** ociuhandu has joined #openstack-cinder | 20:35 | |
*** sapd1_x has quit IRC | 20:41 | |
*** rosmaita has quit IRC | 20:43 | |
*** ociuhandu has quit IRC | 20:45 | |
*** rosmaita has joined #openstack-cinder | 20:48 | |
openstackgerrit | Merged openstack/cinder master: Remove driver requirements of removed drivers https://review.opendev.org/657777 | 20:59 |
*** jrubenst has quit IRC | 21:01 | |
*** radeks__ has quit IRC | 21:02 | |
*** itlinux has quit IRC | 21:05 | |
*** itlinux has joined #openstack-cinder | 21:13 | |
*** whoami-rajat has quit IRC | 21:13 | |
*** vishalmanchanda has quit IRC | 21:13 | |
*** pcaruana has quit IRC | 21:23 | |
*** mriedem has quit IRC | 21:36 | |
*** udesale has quit IRC | 21:43 | |
openstackgerrit | Merged openstack/cinder master: Make py37 unit tests voting https://review.opendev.org/661996 | 21:45 |
*** eharney has quit IRC | 21:48 | |
openstackgerrit | Sofia Enriquez proposed openstack/cinder master: Support Incremental Backup Completion In RBD https://review.opendev.org/627941 | 22:05 |
tejdeep | eharney: I have enabled cinder_tempest_plugin in the CI and addressed latest code review comments https://review.opendev.org/#/c/621465/44. if everything looks good can I get approval for merge? | 22:20 |
*** enriquetaso has quit IRC | 22:23 | |
*** ianychoi has quit IRC | 22:32 | |
*** ianychoi has joined #openstack-cinder | 22:33 | |
*** tkajinam has joined #openstack-cinder | 22:54 | |
*** enriquetaso has joined #openstack-cinder | 22:58 | |
*** tejdeep has quit IRC | 22:59 | |
*** awalende has joined #openstack-cinder | 23:00 | |
*** _erlon_ has quit IRC | 23:03 | |
*** awalende has quit IRC | 23:05 | |
*** rcernin has joined #openstack-cinder | 23:06 | |
*** rcernin has quit IRC | 23:07 | |
*** rcernin has joined #openstack-cinder | 23:07 | |
*** enriquetaso has quit IRC | 23:24 | |
*** enriquetaso has joined #openstack-cinder | 23:24 | |
*** tejdeep has joined #openstack-cinder | 23:52 | |
*** tejdeep has quit IRC | 23:53 | |
*** tejdeep_ has joined #openstack-cinder | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!