whoami-rajat | sean-k-mooney, sure, please add the topic to the planning etherpad and i will look for a slot to disucss it on friday https://etherpad.opendev.org/p/zed-ptg-cinder-planning | 04:40 |
---|---|---|
opendevreview | Francesco Pantano proposed openstack/devstack-plugin-ceph master: Deploy with cephadm https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/826484 | 06:07 |
opendevreview | Bence Romsics proposed openstack/cinder stable/victoria: Fix: Schema validation for attachment create API https://review.opendev.org/c/openstack/cinder/+/836753 | 09:12 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Report shared_targets for NVMe volumes https://review.opendev.org/c/openstack/cinder/+/836070 | 10:04 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: LVM-nvmet: Use nvmetcli as library instead of CLI https://review.opendev.org/c/openstack/cinder/+/836071 | 10:04 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: nvmeof: Support new connection properties https://review.opendev.org/c/openstack/cinder/+/836072 | 10:04 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: LVM: terminate_connection fails if no initiator https://review.opendev.org/c/openstack/cinder/+/836073 | 10:04 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: LVM nvmet: Add support for shared subsystems https://review.opendev.org/c/openstack/cinder/+/836074 | 10:04 |
opendevreview | Rajat Dhasmana proposed openstack/cinder master: Update docstring for copy_image_to_volume method https://review.opendev.org/c/openstack/cinder/+/836769 | 10:05 |
sean-k-mooney | whoami-rajat: added on line 160 | 10:08 |
whoami-rajat | sean-k-mooney, thanks! I've added your topic for friday EOD | 10:11 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Join do_setup and check_for_setup_error https://review.opendev.org/c/openstack/cinder/+/815659 | 10:11 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Docs: Document clone_image driver method https://review.opendev.org/c/openstack/cinder/+/815660 | 10:11 |
sean-k-mooney | perfect | 10:14 |
*** dviroel|out is now known as dviroel | 11:21 | |
opendevreview | Rajat Dhasmana proposed openstack/cinder master: Update docstring for copy_image_to_volume method https://review.opendev.org/c/openstack/cinder/+/836769 | 11:50 |
opendevreview | Rajat Dhasmana proposed openstack/cinder master: Add missing copy_image_to_encrypted_volume in interface https://review.opendev.org/c/openstack/cinder/+/836804 | 11:59 |
opendevreview | Walt proposed openstack/cinder master: [Ceph-iscsi] Disable multiattach https://review.opendev.org/c/openstack/cinder/+/827554 | 12:07 |
rubasov | hi Cinder folks, I just added a topic proposal to the ptg etherpad, line 245 | 12:25 |
rubasov | could you please let me know if you have time to fit this topic into the ptg? and if yes, which day? | 12:26 |
whoami-rajat | rubasov, hi, which openstack release did you use for the testing? | 12:30 |
rubasov | hi, downstream colleagues used stable/victoria, but I was able to reproduce in a master devstack | 12:30 |
whoami-rajat | ack, can you also specify the exact error you're facing? | 12:32 |
whoami-rajat | a error trace would be helpful | 12:32 |
rubasov | shall I add it to https://bugs.launchpad.net/cinder/+bug/1940466? | 12:32 |
whoami-rajat | rubasov, is it the same error? | 12:33 |
whoami-rajat | ERROR cinder.volume.api [req-41b9c765-827d-4c75-ac95-331c8fa0c840 cd15c27229234675ac78f3f83af1c60c 3a2aec7e5c5b46c2a366e471fa133066 - 3f2f1264e29e4cc9913aa2a63197866a 3f2f1264e29e4cc9913aa2a63197866a] Volume status must be available or in-use to reserve, but the status is attaching. | 12:33 |
rubasov | I believe it has the same root cause, though my reproduction is a bit different | 12:34 |
whoami-rajat | ok, i think I've implemented a solution for this | 12:34 |
whoami-rajat | are you using single or multi stores on glance side? | 12:34 |
rubasov | I use cinder with multiattach if that's what you mean | 12:35 |
whoami-rajat | I mean in your glance-api.conf file, how many stores are you configuring? I understand one store is cinder but are there other stores? | 12:35 |
rubasov | stores = cinder,file,http and default_store = cinder | 12:37 |
rubasov | (the devstack defaults with cinder) | 12:37 |
whoami-rajat | ok | 12:37 |
whoami-rajat | and are these in [glance_store] group? | 12:37 |
rubasov | yes | 12:37 |
whoami-rajat | ok so it's single store, | 12:37 |
whoami-rajat | i guess you have a multiattach volume type already created? | 12:38 |
rubasov | yes | 12:38 |
whoami-rajat | ok | 12:38 |
whoami-rajat | just add this line in the same glance_store group | 12:38 |
whoami-rajat | cinder_volume_type=<your multiattach type name> | 12:38 |
whoami-rajat | restart glance service (devstack@g-api -- if devstack) | 12:39 |
whoami-rajat | and the issue should resolve (hopefully) | 12:40 |
rubasov | that sounds great | 12:40 |
rubasov | I'm giving it a try and will come back with the outcome | 12:40 |
rubasov | thanks a lot | 12:41 |
whoami-rajat | rubasov, but you need to test it in master since i added that feature in Xena | 12:41 |
whoami-rajat | np, let me know about the results and I can work on further issues (if you face any) | 12:41 |
rubasov | okay, will fetch the latest master | 12:43 |
opendevreview | Rajat Dhasmana proposed openstack/cinder master: Update docstring for copy_volume_to_image https://review.opendev.org/c/openstack/cinder/+/836822 | 12:51 |
rubasov | whoami-rajat: I pulled latest master from cinder, glance and glance_store, added cinder_volume_type=lvmdriver-1-multiattach to glance-api.conf in section [glance_store] | 12:56 |
jungleboyj | whoami-rajat: rosmaita I will need to join a little late this morning. | 12:56 |
rubasov | then I'm testing with manually clearing the image from glance cache and starting two "openstack image save"s in parallel | 12:57 |
whoami-rajat | jungleboyj, sure np | 12:57 |
rosmaita | jungleboyj: acl | 12:57 |
jungleboyj | Thanks! | 12:57 |
jungleboyj | Do you guys have the recordings from yesterday? | 12:57 |
whoami-rajat | jungleboyj, yes, I've added the link in the etherpad L#69-70 https://etherpad.opendev.org/p/zed-ptg-cinder | 12:58 |
rubasov | out of the two image saves one exits with: Unable to download image: InvalidResponse | 12:58 |
rubasov | in the meanwhile in glance logs I see: cinderclient.exceptions.BadRequest: Invalid volume: Volume e5ad5acd-c20f-4c9e-a6c5-0771af3056ac status must be available or in-use or downloading to reserve, but the current status is reserved. (HTTP 400) | 12:58 |
whoami-rajat | rubasov, hmm, i see that as a potential issue my code may not be covering, can you try with simultaneous image create operations? | 12:59 |
whoami-rajat | Courtesy reminder for PTG day 2 jungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna fabiooliveira yuval | 13:00 |
rubasov | sure, will try and get back | 13:00 |
hemna | are we still on bluejeans? | 13:01 |
whoami-rajat | meeting link https://bluejeans.com/556681290 | 13:01 |
whoami-rajat | hemna, yes | 13:01 |
whoami-rajat | rubasov, ack | 13:01 |
hemna | thanks | 13:01 |
whoami-rajat | etherpad link https://etherpad.opendev.org/p/zed-ptg-cinder | 13:03 |
opendevreview | Eric Harney proposed openstack/cinder master: mypy: cinder/volume/volume_types.py https://review.opendev.org/c/openstack/cinder/+/835881 | 13:08 |
rubasov | whoami-rajat: don't want to disturb you during the ptg, but leaving it here for the record: two parallel image creates worked (openstack volume create --type lvmdriver-1-multiattach --size 1 --image cirros-0.5.2-x86_64-disk volume0) | 13:17 |
jungleboyj | whoami-rajat: Awesome. Thank you. I will get those uploaded. | 13:20 |
whoami-rajat | jungleboyj, thanks! | 13:20 |
whoami-rajat | rubasov, the command should be openstack image create right? the command you mentioned creates a bootable volume from image | 13:22 |
opendevreview | Pete Zaitcev proposed openstack/cinder master: Retry _get_ig() when Initiator Group already exists. https://review.opendev.org/c/openstack/cinder/+/817135 | 13:35 |
do3meli | hi there, i have a 15 line yoga backport that requires some approvals, might someone able to view https://review.opendev.org/c/openstack/cinder/+/835133? | 13:36 |
rubasov | whoami-rajat: sorry for the misunderstanding, now I tested two parallel actual image creates and I got no error back and no errors in glance logs (openstack image create --public --disk-format qcow2 --file cirros-0.5.2-x86_64-disk.img image0) | 13:43 |
whoami-rajat | rubasov, ok, was it failing before? | 13:44 |
jungleboyj | whoami-rajat: I don't see an option to download the recordings. I normally pull them down and add them to our YouTube channel. | 13:45 |
whoami-rajat | jungleboyj, ah, maybe i forgot to enable that option, checking... | 13:45 |
rubasov | I did not test this before (only image saves), but I can comment out cinder_volume_type=lvmdriver-1-multiattach in glance-api.conf restart glance and test again, if that's what you mean | 13:45 |
jungleboyj | Thank you. | 13:46 |
whoami-rajat | rubasov, no no, only if you had tested that before, as far as i can see, the image download should work as well, let's discuss this after the PTG if you're available at that time or tomorrow | 13:47 |
whoami-rajat | jungleboyj, enabled it, can you try now? | 13:48 |
jungleboyj | whoami-rajat: Thank you. Looks good now! | 13:49 |
whoami-rajat | jungleboyj, great, thanks | 13:49 |
rubasov | whoami-rajat: later today I have other things to attend, but I can contact you tomorrow, just let me know when | 13:51 |
whoami-rajat | rubasov, sure, I'm UTC+5:30 and will be available since 10-11 AM my time till the PTG starts | 13:52 |
rubasov | whoami-rajat: okay, I will ping you then tomorrow | 13:53 |
rubasov | I'm in utc+2 | 13:53 |
whoami-rajat | ack | 13:53 |
rubasov | thanks a lot for your help! | 13:53 |
whoami-rajat | np, thanks for raising it | 13:54 |
*** dviroel is now known as dviroel|ptg | 14:13 | |
geguileo | mkatari: courtesy ping for the Documenting the Driver Interface topic at | 14:16 |
geguileo | https://bluejeans.com/556681290 | 14:16 |
mkatari | Thanks Gorka, iam already in the meeting:) | 14:17 |
geguileo | mkatari: sorry, I didn't notice | 14:39 |
opendevreview | Eric Harney proposed openstack/cinder master: Bump pylint to 2.13.4 https://review.opendev.org/c/openstack/cinder/+/836842 | 15:25 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Join do_setup and check_for_setup_error https://review.opendev.org/c/openstack/cinder/+/815659 | 15:28 |
opendevreview | Gorka Eguileor proposed openstack/cinder master: Docs: Document clone_image driver method https://review.opendev.org/c/openstack/cinder/+/815660 | 15:28 |
*** dviroel|ptg is now known as dviroel|ptg|lunch | 15:42 | |
opendevreview | Eric Harney proposed openstack/cinder master: Tests: Add alembic to pylint ignores https://review.opendev.org/c/openstack/cinder/+/836848 | 15:49 |
opendevreview | Eric Harney proposed openstack/cinder master: cmd/manage: Correct db_sync() return https://review.opendev.org/c/openstack/cinder/+/836850 | 15:56 |
*** dviroel|ptg|lunch is now known as dviroel|ptg | 16:03 | |
jungleboyj | https://usercontent.irccloud-cdn.com/file/m2AzjpBq/Cinder-Zed-PTG.png | 16:22 |
jungleboyj | https://usercontent.irccloud-cdn.com/file/KRAMn1li/Cinder-Zed-PTG-2.png | 16:22 |
jungleboyj | whoami-rajat: ^^ The screen shots that I got. :-) | 16:22 |
whoami-rajat | jungleboyj, cool, thanks! | 16:23 |
jungleboyj | Welcome. | 16:23 |
opendevreview | Eric Harney proposed openstack/cinder master: Remove privsep/hscli https://review.opendev.org/c/openstack/cinder/+/836859 | 16:30 |
geguileo | rosmaita: how is this generated? http://cinderstats.ivehearditbothways.com/cireport.txt | 16:58 |
rosmaita | geguileo: smcginnis has some scripts | 16:58 |
* geguileo wonders where the source data is coming from r:-?? | 16:59 | |
geguileo | mmmm, probably gerrit queries... | 16:59 |
eharney | IIRC it queries gerrit | 16:59 |
whoami-rajat | jungleboyj, sharing links to the recording | 17:17 |
whoami-rajat | First recording: https://bluejeans.com/s/xYqjCgPJ0p3 | 17:17 |
whoami-rajat | Second recording: https://bluejeans.com/s/xYqjCgPJ0p3 | 17:17 |
whoami-rajat | Final recording: https://bluejeans.com/s/xYqjCgPJ0p3 | 17:18 |
abishop | whoami-rajat: those urls are all the same | 17:18 |
whoami-rajat | abishop, ah, noticed just now, i guess for a particular day (different chapters) the same link works | 17:19 |
whoami-rajat | abishop, thanks for pointing it out | 17:19 |
*** dviroel|ptg is now known as dviroel | 17:22 | |
*** dviroel is now known as dviroel|mtg | 17:47 | |
geguileo | rosmaita: could you send me the quota survey results_ | 18:27 |
geguileo | ? | 18:27 |
rosmaita | sorry, i completely forgot! | 18:27 |
geguileo | np | 18:27 |
geguileo | thanks to the TZ difference I have all morning of tomorrow to go trough it :-) | 18:28 |
rosmaita | geguileo: we are up to 10 responses! | 18:28 |
geguileo | lol | 18:28 |
geguileo | crazy numbers!!! ;-) | 18:28 |
smcginnis | geguileo: I just have a cron job that runs a slightly modified https://opendev.org/x/third-party-ci-tools | 18:36 |
rosmaita | geguileo: https://rosmaita.wufoo.com/reports/cinder-resource-survey-2022 | 18:36 |
*** dviroel|mtg is now known as dviroel | 18:43 | |
geguileo | smcginnis: thanks! | 19:01 |
geguileo | rosmaita: that's not visible to the public | 19:01 |
*** dviroel is now known as dviroel|afk | 20:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!