Monday, 2022-01-10

opendevreviewzhaoleilc proposed openstack/cinder master: Amend the meaning of ratio lower than 1.0  https://review.opendev.org/c/openstack/cinder/+/82028903:30
*** akekane_ is now known as abhishekk06:56
*** hemna8 is now known as hemna07:37
*** _pewp__ is now known as _pewp_07:38
yuvalHey, small question09:09
yuvalI know I can checkout a branch using git review -d <id>09:10
yuvalis there a way to do: git checkout <branch>09:10
whoami-rajat__yuval, do you want to checkout a branch like stable/train, stable/wallaby etc or a review patch branch?09:36
yuvalreview a patch for third party ci09:37
whoami-rajat__any problem you're facing with git review -d?09:38
whoami-rajat__yuval, if you go down in the gerrit review, you will see a download option, you can checkout using that command09:38
yuvalI to fix git review on my nodes09:39
yuvalyes, its working thanks09:46
yuvalis there a standard flow for third party ci's? if I test patch x, I should checkout patch and then cherry-pick my changes (the lightos driver)09:48
yuvalis there a smarter way to do it?09:48
yuvalI concern I will face git conflict issues09:48
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for volume os-reset_status  https://review.opendev.org/c/openstack/cinder/+/77398511:18
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for snapshot os-reset_status  https://review.opendev.org/c/openstack/cinder/+/80403511:19
*** dviroel|afk is now known as dviroel11:22
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group-snapshot os-reset_status  https://review.opendev.org/c/openstack/cinder/+/80475711:23
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group os-reset_status  https://review.opendev.org/c/openstack/cinder/+/80473511:23
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for backup os-reset_status  https://review.opendev.org/c/openstack/cinder/+/77819311:23
haailanihi13:06
haailani[SVF] Fixed Detach operation for multi-attach volumes where second detach was failing.13:07
haailanihttps://review.opendev.org/c/openstack/cinder/+/80951813:07
haailaniRequesting the core reviewers to please review the changes. 13:07
haailani[SVF] Added cleanrate in volume-type extra specs : https://review.opendev.org/c/openstack/cinder/+/81187713:08
haailaniRequesting the core reviewers to please review the changes.13:08
venkatakrishnatHi core-reviewers, Waiting for CR +2 for the patch https://review.opendev.org/c/openstack/cinder/+/810917 . Could someone please have a look. Thanks in adv.15:00
*** dviroel is now known as dviroel|lunch15:02
opendevreviewMerged openstack/cinder-tempest-plugin master: Refactor test_volume_backup due to leftovers  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/81226515:21
caiqilongenriquetaso,hemna: the previous reviewing "https://review.opendev.org/c/openstack/cinder/+/816443" needs a recheck. The locally unit test and other CI tests all passed. Could you please take a look?15:48
hemnahttps://review.opendev.org/c/openstack/cinder/+/815582. this one is kinda weird15:58
hemnalooks like a branding driver15:58
rosmaitayeah, we discussed at a meeting at some point and decided that's ok.  Key thing is to check that they handle options correctly and report the correct options16:05
*** dviroel|lunch is now known as dviroel16:07
elodillesrosmaita: hi, I have a release management related question:16:07
elodillesrelease management's consistency check showed that16:07
elodillesrbd-iscsi-client16:07
elodillesis missing a deliverable for Yoga.16:08
elodillesDo you aim to release it in Yoga or is it intentionally left out from you deliverables?16:08
rosmaitaelodilles: we haven't released that officially from openstack yet16:08
rosmaitathere are some CI problems that still need to be resolved16:08
elodillesrosmaita: and you don't want it in Yoga eiher :)16:09
rosmaitait's on an independent release model16:09
elodilleshmmm, ok, sorry, then it is not yoga related16:09
rosmaitaelodilles: well, independent was our intention, not sure i filled out all the paperwork correctly, though16:10
elodillesrosmaita: i think our consistency check is against independent deliverables as well,16:11
elodillesrosmaita: but of course it is not related to yoga then16:11
rosmaitaok, cool ... thanks for checking!16:11
elodillesrosmaita: thanks too for the answer :)16:12
walshh_If anyway has a some time could they take a look at https://review.opendev.org/c/openstack/cinder/+/803773 and https://review.opendev.org/c/openstack/cinder/+/803785.  Both have clean CI16:21
walshh_anyone*16:22
walshh_Thank you16:22
caiqilonghemna: Thanks for your reviewing. I will follow your suugestion using the trace facility from volume_utils according to your provided example in a future new patch after the integrated tests.16:29
opendevreviewEric Harney proposed openstack/cinder master: tests: pylint: Fix E0213 no-self-argument  https://review.opendev.org/c/openstack/cinder/+/78763216:36
yuvalHey, I created a third party ci, I tested it on sandbox. Can create a dummy patch set to test it?16:49
opendevreviewyuval proposed openstack/cinder master: NO merge, test lightbits third party ci  https://review.opendev.org/c/openstack/cinder/+/82403116:57
caiqilongyuval: of course, the sandbox project "https://opendev.org/opendev/sandbox" is used to do this.16:59
yuvalI mean, I tested on sandbox, but the transtion to cinder need test as well17:00
caiqilongyuval: the real revewing workflow of cinder needs at least two core reviewer's +2.17:04
caiqilongif you just test in a dummy patch, it will not be merged to the "https://opendev.org/opendev/cinder".17:05
yuvalyes, I dont want to merge it, just to see how my ci reacts17:06
caiqilongyes, your ci will response according to your zuul configuration. 17:07
venkatakrishnatHi core-reviewers, Waiting for CR +2 for the patch https://review.opendev.org/c/openstack/cinder/+/810917 . In your free time, could someone please have a look. Thanks in adv.17:07
caiqilongI set my ci response just to new patch of cinder or specific comments like "run-TOYOU ACS5000 CI".17:08
opendevreviewyuval proposed openstack/cinder master: NO merge, test lightbits third party ci  https://review.opendev.org/c/openstack/cinder/+/82403117:11
hemnacaiqilong cool.  I would add the trace around the initialize_connection calls too.   17:18
caiqilonghemna: thanks for your praise, my colleagues use debug information to do detailed debugging during development.17:29
opendevreviewSofia Enriquez proposed openstack/cinder master: rbd: fix full restore ceph backups  https://review.opendev.org/c/openstack/cinder/+/75078220:22
opendevreviewSofia Enriquez proposed openstack/cinder master: rbd: fix full restore ceph backups  https://review.opendev.org/c/openstack/cinder/+/75078220:23
*** dviroel is now known as dviroel|out21:28

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!