Wednesday, 2022-12-21

*** ChanServ changes topic to "The Block Storage Project | https://wiki.openstack.org/wiki/Cinder | https://tiny.cc/CinderPriorities"00:42
pradknallHey guys, I am using openstack kolla, I am seeing a problem when i am creating volume from an image. Here is the error qemu-img: /dev/sdf: error while converting raw: Device is too small. This happens only in one compute-2 host.. Can anybody help pls. 01:16
opendevreviewBrian Rosmaita proposed openstack/cinder master: Get ready for tox 4  https://review.opendev.org/c/openstack/cinder/+/86825302:41
*** akekane is now known as abhishekk04:37
opendevreviewRajat Dhasmana proposed openstack/cinder master: Change functional job py39 to py310  https://review.opendev.org/c/openstack/cinder/+/86542905:51
*** dviroel|out is now known as dviroel11:01
opendevreviewRafael Weingartner proposed openstack/cinder master: Filter reserved image properties  https://review.opendev.org/c/openstack/cinder/+/81268511:39
opendevreviewHarsh Ailani proposed openstack/cinder master: [SVf]: mkhost failure when volume and node are on different iogrp  https://review.opendev.org/c/openstack/cinder/+/85312612:27
*** akekane is now known as abhishekk13:09
opendevreviewBrian Rosmaita proposed openstack/os-brick master: Get ready for tox 4  https://review.opendev.org/c/openstack/os-brick/+/86831513:16
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Python3.11: fix crashes in ShellTest  https://review.opendev.org/c/openstack/python-cinderclient/+/85144613:31
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Get ready for tox 4  https://review.opendev.org/c/openstack/python-cinderclient/+/86831713:45
opendevreviewBrian Rosmaita proposed openstack/cinder-tempest-plugin master: Get ready for tox 4  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/86831913:55
whoami-rajatCinder meeting in #openstack-meeting-alt at 1400 UTC14:00
whoami-rajatjungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna fabiooliveira yuval tobias-urdin adiare14:00
rosmaitawhoami-rajat: ty14:00
whoami-rajatnp14:00
opendevreviewBrian Rosmaita proposed openstack/rbd-iscsi-client master: Get ready for tox 4  https://review.opendev.org/c/openstack/rbd-iscsi-client/+/86832414:21
opendevreviewJean-Sébastien Bevilacqua proposed openstack/cinder master: Add cinder Driver for Lustre  https://review.opendev.org/c/openstack/cinder/+/85378514:32
opendevreviewJean-Sébastien Bevilacqua proposed openstack/os-brick master: Add Lustre support in remote fs  https://review.opendev.org/c/openstack/os-brick/+/85378714:38
andrewbogott_I (still) have two patches with plenty of +1s waiting for merge. Anyone around with +2?  https://review.opendev.org/c/openstack/cinder/+/864585 https://review.opendev.org/c/openstack/cinder/+/86156614:40
andrewbogott_I feel like a pest but not sure how else to move forward14:40
rosmaitaandrewbogott_: sometimes you have to be a pest!  i will take a look14:49
andrewbogott_ty!14:49
rosmaitaandrewbogott_: are you using the revised patch?  i'm trying to find a test that would hit that schema, i guess it would have to be a tempest test (most of our api unit tests test the controller directly, which happens after the schema validation)14:56
rosmaitathe schema change looks correct to me, but it's always nice to have confirmation that it actually works14:57
andrewbogott_rosmaita: which patch are we talking about?14:57
rosmaitahttps://review.opendev.org/c/openstack/cinder/+/86458514:57
rosmaitathe project id in type access14:57
andrewbogott_Ok, I'm following now :)  Yes, I have it patched in my prod cloud.14:59
rosmaitayeah, sorry about that14:59
andrewbogott_if there's an existing integration test that hits that endpoint, we'd just duplicate it with a silly project_id15:00
rosmaitacool, it's one of those things where a tiny typo is unnoticable, but will completely break everything15:00
andrewbogott_I haven't ever worked on tempest things. I could write a unit test for it but it would be pretty trivial :)15:01
rosmaitaandrewbogott_: no worries, there's already a tempest test for this, so if your patch is passing tempest, then the schema is being used15:03
*** dviroel is now known as dviroel|lunch15:03
andrewbogott_great!15:03
enriquetaso#startmeeting cinder_bs15:04
opendevmeetMeeting started Wed Dec 21 15:04:06 2022 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.15:04
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:04
opendevmeetThe meeting name has been set to 'cinder_bs'15:04
enriquetasoLast meeting of the year15:04
enriquetasoonly two bugs today15:04
enriquetaso#topic Cinder fails to automatically map availability zones to volume types15:04
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/199970615:04
enriquetasoThe reporter says that cinder is missing some code to handle mapping volume types to multiple availability zones. 15:04
enriquetasoThe reporter attached a git diff so I've asked him to propose the patch upstream. However, if anyone would like to try the fix and propose it upstream is welcome!15:04
rosmaitaok, seems more like a feature than a bug15:05
rosmaitawhich is fine15:06
enriquetasoyes.. 15:06
rosmaitai hope he follows your suggestion and posts it in gerrit, that will be nice15:06
enriquetasothat would be nice, i can do it if he wont do it anyway but if anyone is interested in this feature, please assign the bug and proposed the fix too :)15:07
enriquetasomoving on..15:07
enriquetaso#topic Retype VM root Volume Cause VM failed to boot15:08
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/199976615:08
enriquetasoThe reporter is retyping a bootable volume that was used to create an instance. However, the instance is inactive at the moment of the retype. Nova fails during the instance initialization because it can't find the volume. 15:08
enriquetasoThe reporter is using Kolla Ansible.15:08
enriquetasoDo we have any volunteers to reproduce this? Looks like a valid bug. 15:08
enriquetasomaybe this is not a good time to ask since everyone is going to shutdown lol 15:10
rosmaitadoesn't look like a kolla-specific issue15:12
rosmaitabut i am not volunteering to reproduce it!15:13
enriquetasolol15:16
enriquetasono worries, i'll add it to my 'bugs to triage list' then15:16
enriquetaso#topic open discussion15:16
enriquetasoFeel free to mentioned bugs to discuss now15:17
rosmaitaenriquetaso: guess what ... you can't use tox4 with python 3.6!15:20
rosmaitaonly supports py>=3.715:20
zaitcevWhere do we still use py36, RHEL 7 or something?15:21
rosmaitayoga15:21
enriquetasooh god15:21
rosmaitanot sure the platform matters15:21
rosmaitait was default in centos 815:22
enriquetasookay.. nothing else to discuss i guess15:29
enriquetasohave a good weekend everyone!15:29
enriquetaso#endmeeting15:29
opendevmeetMeeting ended Wed Dec 21 15:29:32 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:29
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-12-21-15.04.html15:29
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-12-21-15.04.txt15:29
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-12-21-15.04.log.html15:29
enriquetasohappy holiday to everyone!15:31
*** elodilles is now known as elodilles_pto15:54
*** dviroel|lunch is now known as dviroel16:29
harshZuul and CI have passed on : https://review.opendev.org/c/openstack/cinder/+/853126  Looking for a final +2 and +W16:45
opendevreviewMerged openstack/python-cinderclient master: Python3.11: fix crashes in ShellTest  https://review.opendev.org/c/openstack/python-cinderclient/+/85144617:03
opendevreviewRajat Dhasmana proposed openstack/cinder master: Filter reserved image properties  https://review.opendev.org/c/openstack/cinder/+/81268518:01
opendevreviewRafael Weingartner proposed openstack/cinder master: Filter reserved image properties  https://review.opendev.org/c/openstack/cinder/+/81268518:06
opendevreviewRafael Weingartner proposed openstack/cinder master: Filter reserved image properties  https://review.opendev.org/c/openstack/cinder/+/81268518:08
whoami-rajatrosmaita, hey, can you look at my comments here? https://review.opendev.org/c/openstack/cinderlib/+/86693618:19
rosmaitasure18:22
rosmaitawhoami-rajat: replied on the patch18:45
sfv880_Hello, I addressed all the comments on https://review.opendev.org/c/openstack/cinder/+/852369 and https://review.opendev.org/c/openstack/cinder/+/864287 - could you please review it ? Thank you so much!19:57
opendevreviewBrian Rosmaita proposed openstack/rbd-iscsi-client master: Get ready for tox 4  https://review.opendev.org/c/openstack/rbd-iscsi-client/+/86832420:58
*** dviroel is now known as dviroel|out21:26

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