15:06:05 #startmeeting cinder_bs 15:06:05 Meeting started Wed Jul 12 15:06:05 2023 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:06:05 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:06:05 The meeting name has been set to 'cinder_bs' 15:06:23 #topic Cannot create a volume from a backup. 15:06:35 #link https://bugs.launchpad.net/cinder/+bug/2025277 15:06:48 the command: openstack --os-volume-api-version 3.47 volume create --backup backup restored 15:07:11 or `cinder create --backup ` fails with TypeError: restore_backup() missing 1 required positional argument: 'volume_is_new' 15:07:26 fix proposed to master from zaitcev 15:07:28 #link https://review.opendev.org/c/openstack/cinder/+/887443 15:08:58 I need to add a note though, Sofia is right. 15:09:24 thanks zaitcev 15:09:29 okay, moving on 15:09:35 #topic Cinder backup appears as down 15:09:46 #link https://bugs.launchpad.net/cinder/+bug/2026877 15:09:56 When doing concurrent backup operations the backup service may appear as being down and the connection with the RabbitMQ broker may be lost. 15:09:57 This is problematic because any monitoring service (Pacemaker, Kubernetes/OpenShift probes) will detect the service is down and take action. 15:10:09 No fix proposed to master yet 15:12:39 #topic Sort by boot and pass in the marker Exception 15:12:45 #link https://bugs.launchpad.net/cinder/+bug/2027532 15:13:00 The cinder api is not able to filter by bootable 15:13:17 The next query fails: GET: http://192.168.182.57:8776/v3/64a95aa320eb409e878659eae19bab00/volumes/detail?sort=bootable:asc&with_count=True&limit=5&marker=d7e93b2f-d6ed-4766-beb5-0e63e7b1c8ee 15:13:37 just when using a marker, i guess? 15:13:41 I left some questions on the bug report but I coudn;t reproduced 15:13:43 yet 15:14:42 ah okay, not sure what is marker it thought it may be using openstackclient too 15:14:59 it looks like an api bug unrelated to the client 15:15:54 the marker is supposed to be the volume that the page will start with, so you usually see it on the second request (when you ask for the second page) 15:17:56 okay, i understand, it may be a RFE and not a bug then 15:18:05 whishlist 15:18:17 could be? 15:18:18 i think it's a bug... 15:19:35 yeah, looks like some kind of problem parsing that query string 15:20:15 excellent, I'll move it to `low` since i think it's not medium tho 15:23:08 okay.. last one 15:23:46 #topic _get_host_uuid incompatible with btrfs snapshots 15:23:51 #link https://bugs.launchpad.net/os-brick/+bug/2026257 15:23:54 i just repro'd 2027532 in a devstack env 15:25:07 do you want to share the link eharney 15:25:14 oh sorry 15:25:19 i confused 15:25:39 okay, I'll mark it as triaged 15:25:41 eharney: does it work without the marker? 15:26:01 rosmaita: yes 15:27:06 do you want to add a comment on the bug report eharney ? I've marked it as Triaged 15:27:19 i'll add a comment or submit a patch or something 15:27:25 thanks! 15:27:31 okay, that's all for my side 15:27:36 #topic open discussion 15:30:12 okay 15:30:19 thanks! see you next week 15:30:22 #endmeeting