Wednesday, 2024-11-06

*** mhen_ is now known as mhen02:42
opendevreviewzhou zhong proposed openstack/cinder master: Make sure dstpath exists when exec BlkioCgroup throttling  https://review.opendev.org/c/openstack/cinder/+/93419803:02
opendevreviewzhou zhong proposed openstack/cinder master: Make sure dstpath exists when exec BlkioCgroup throttling  https://review.opendev.org/c/openstack/cinder/+/93419803:11
opendevreviewSimon Dodsley proposed openstack/cinder master: [Pure Storage] Add volume group support  https://review.opendev.org/c/openstack/cinder/+/93367507:02
opendevreviewYian Zong proposed openstack/cinder master: Dell PowerStore: support Metro volumes Added metro volume support in Dell PowerStore driver.  https://review.opendev.org/c/openstack/cinder/+/93362807:29
opendevreviewjayaanand borra proposed openstack/cinder master: NVMe namespace mapping fails during VM migration with "Namespace is already mapped to subsystem"  https://review.opendev.org/c/openstack/cinder/+/92848608:02
opendevreviewYian Zong proposed openstack/cinder master: Dell PowerStore: support Metro volumes  https://review.opendev.org/c/openstack/cinder/+/93362808:36
opendevreviewBiser Milanov proposed openstack/os-brick master: StorPool: Do not use packages `storpool` and `storpool.spopenstack`  https://review.opendev.org/c/openstack/os-brick/+/93217609:49
opendevreviewBiser Milanov proposed openstack/cinder master: StorPool: Do not use packages `storpool` and `storpool.spopenstack`  https://review.opendev.org/c/openstack/cinder/+/93307809:52
*** geguileo is now known as Guest860809:59
opendevreviewSi Snow proposed openstack/cinder master: Fix concurrent creation of encrypted volumes by multiple users occasionally fails  https://review.opendev.org/c/openstack/cinder/+/93422310:40
opendevreviewSi Snow proposed openstack/cinder master: Fix concurrent creation of encrypted volumes by multiple users occasionally fails  https://review.opendev.org/c/openstack/cinder/+/93422311:08
zigoeharney: Hi there! Is there anything holding https://review.opendev.org/c/openstack/cinder/+/930682 from being merged?13:23
zigoIt fixes a real very annoying bug ...13:23
zigolanson ^13:24
zigorosmaita: ^13:24
rosmaitazigo: thanks for the pointer, will take a look13:26
zigoLooks like I've just hit it when running Tempest on Antelope (I'm currently testing upgrades ...).13:27
zigoSo this patch is a good target for backporting up to Antelope, it seems.13:27
zigoI'll let you know when I have tested that.13:27
lansonthat's weird, I think the bug was introduced in bobcat. Looking at the antelope code, the memoryview cast had not been made yet  ?13:29
zigolanson: Maybe on the latest point release of Antelope?13:29
zigoBuilding with your patch in Anotelope, I have a unit test failure:13:30
zigo  File "/<<PKGBUILDDIR>>/cinder/backup/chunkeddriver.py", line 78, in _write_nonzero13:30
zigo    volume_file.write(chunk.tobytes())13:30
zigo                      ^^^^^^^^^^^^^13:30
zigoAttributeError: 'bytes' object has no attribute 'tobytes'13:30
zigoSo probably that's something else?13:30
lansonoh no that's side-effect of the patch being backported I believe 13:30
zigoCan you help me backporting it?13:30
lansonrunning tobytes on a non memoryview casted var13:30
lansonyessir 13:31
zigoWhat hinted me that we still have the issue in Antelope is the below Tempest failures:13:31
zigo{4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import [1523.929807s] ... FAILED13:31
zigo{3} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete [630.199587s] ... FAILED13:31
zigo{5} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume [624.427931s] ... FAILED13:31
zigo{5} cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume [934.137877s] ... FAILED13:31
zigoAh, shit, also failing in Bobcat.13:32
lansonin bobcat/antelope, the restored chunk is not casted to memoryview, so it's not necessary to apply tobytes to read it, it already passes a bytestring to the rbd thingy 13:34
zigoOk, so that's another bug then. :/13:35
zigoI get some "backup <UUID> failed to reach available status (current restoring) within the required time (300 s)."13:35
lanson  File "/<<PKGBUILDDIR>>/cinder/backup/chunkeddriver.py", line 78, in _write_nonzero13:36
lanson    volume_file.write(chunk.tobytes())13:36
lansonthis looks exactly like what my patch does. is it possible that this patch was backported to antelope/bobcat debian packages, even tho it didnt need to ? 13:36
zigoNope. I tried to do it, and then got a unit test failure.13:36
zigoSo it's my bad, and it's probably unrelated.13:36
zigoMaybe just our Infomaniak CI env being too slow.13:37
zigoI'll try increasing the timeout and run it alone.13:37
whoami-rajatjbernard, rosmaita do we have cinder meeting today or did i miss something ...14:04
jungleboyjWondering if the time change has caused issues.  :-)14:04
whoami-rajatah right14:04
rosmaitai suspect that's the issue14:04
jungleboyjlol14:04
jungleboyjI have been off all week.14:05
sp-bmilanovhi all, so that means we are having the meet in ~55minutes?14:06
rosmaitajungleboyj: can you hit https://review.opendev.org/c/openstack/cinder/+/932636 again? looks like a rebase wiped out your +214:08
rosmaitasp-bmilanov: probably ... hang on14:08
jungleboyjrosmaita: Done.14:09
rosmaitaty14:09
jungleboyjAnytime.14:09
rosmaitawhoami-rajat: jungleboyj: sp-bmilanov: are you all OK with having the meeting at 1500 utc today (i.e., in 49 minutes from now)?14:11
jungleboyjSure.14:11
rosmaitaok, i'll put a note on the agenda14:13
sp-bmilanovrosmaita: yep14:19
rosmaitasp-bmilanov: great, see you at 150014:20
jbernardyes, sorry, time change14:26
jbernard9am, whenever we decide it is, is not possible for me14:26
mmalchukfolks, is there any chance to get this https://review.opendev.org/c/openstack/cinder/+/909245 merged? #openstack-unmaintained silently ignores messages14:32
jbernardmmalchuk: you'll need to ask an unmaintained core for that one, it's a different set of reviewers (!= cinder core)14:33
mmalchukunderstand, and ping almost every week last month14:34
jbernardmmalchuk: i believe ironic recnetly made a change to include cores in unmaintained core, maybe we should consider the same, could be a topic for the meeting in ~20 minutes14:41
mmalchuksure14:42
manudinesh#help14:55
jbernardjungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney jbernard hemna fabiooliveira yuval tobias-urdin adiare happystacker dosaboy hillpd msaravan sp-bmilanov Luzi: meeting in #openstack-meeting-alt15:00
manudineshHi jbernard, I had requested for some comments on bug : https://bugs.launchpad.net/cinder/+bug/208411715:01
manudineshIs there anyway it can be discussed in this meeting, Thanks15:02
jbernardmanudinesh: sure, you can either add a topic to agenda15:02
jbernardhttps://etherpad.opendev.org/p/cinder-epoxy-meetings15:02
jbernardor raise it in the open dicussion segment15:02
jbernardi cannot promise you'll here what you're hoping for, but it's the best place to raise an issue to the group :)15:03
manudineshThank you, I had added it in etherpad mentioned for cinder_bs agenda ...Let me compare if the link you shared is same where i added it earlier..15:04
jbernardmanudinesh: join the #openstack-meeting-alt channel15:05
jbernardmanudinesh: we're about to start this week's meeting15:05
manudineshsure, Thanks ..15:05
manudineshI have added my discussion point here earlier : https://etherpad.opendev.org/p/cinder-bug-squad-meeting15:05
opendevreviewTakashi Natsume proposed openstack/cinder master: Replace deprecated datetime.utcfromtimestamp()  https://review.opendev.org/c/openstack/cinder/+/93100515:26
gansohi folks, could you please review this 1-liner patch when you have a minute to spare? thanks in advance! https://review.opendev.org/c/openstack/cinder/+/93312415:32
gansojbernard, eharney, whoami-rajat, rosmaita ^15:33
rosmaitalooks like requirements-check job workaround has just merged, so probably OK to just recheck: https://review.opendev.org/c/openstack/requirements/+/93424915:56
opendevreviewEric Harney proposed openstack/cinder master: WIP: Use keyword-only parameters for image_utils.upload_volume  https://review.opendev.org/c/openstack/cinder/+/93425716:41
opendevreviewDan Smith proposed openstack/cinder master: WIP: Handle glance disk_format=gpt images  https://review.opendev.org/c/openstack/cinder/+/93426117:42
eharneyrosmaita: fyi that change hasn't actually merged yet (the failure showed up again)17:54
opendevreviewMerged openstack/cinder master: Always upload image volumes in a native thread  https://review.opendev.org/c/openstack/cinder/+/93408619:38
opendevreviewGhanshyam proposed openstack/cinder-tempest-plugin master: Remove stable/2023.1 job from master gate  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/93427519:50
opendevreviewRodrigo Barbieri proposed openstack/cinder master: Fix "signature_verified" metadata propagation to images  https://review.opendev.org/c/openstack/cinder/+/93312420:12

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