15:06:05 <enriquetaso> #startmeeting cinder_bs
15:06:05 <opendevmeet> 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 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:06:05 <opendevmeet> The meeting name has been set to 'cinder_bs'
15:06:23 <enriquetaso> #topic Cannot create a volume from a backup.
15:06:35 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/2025277
15:06:48 <enriquetaso> the command: openstack --os-volume-api-version 3.47 volume create --backup backup restored
15:07:11 <enriquetaso> or `cinder create --backup <backup-uuid>` fails with TypeError: restore_backup() missing 1 required positional argument: 'volume_is_new'
15:07:26 <enriquetaso> fix proposed to master from zaitcev
15:07:28 <enriquetaso> #link https://review.opendev.org/c/openstack/cinder/+/887443
15:08:58 <zaitcev> I need to add a note though, Sofia is right.
15:09:24 <enriquetaso> thanks zaitcev
15:09:29 <enriquetaso> okay, moving on
15:09:35 <enriquetaso> #topic Cinder backup appears as down
15:09:46 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/2026877
15:09:56 <enriquetaso> 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 <enriquetaso> This is problematic because any monitoring service (Pacemaker, Kubernetes/OpenShift probes) will detect the service is down and take action.
15:10:09 <enriquetaso> No fix proposed to master yet
15:12:39 <enriquetaso> #topic  Sort by boot and pass in the marker Exception
15:12:45 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/2027532
15:13:00 <enriquetaso> The cinder api is not able to filter by bootable
15:13:17 <enriquetaso> 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 <eharney> just when using a marker, i guess?
15:13:41 <enriquetaso> I left some questions on the bug report but I coudn;t reproduced
15:13:43 <enriquetaso> yet
15:14:42 <enriquetaso> ah okay, not sure what is marker it thought it may be using openstackclient too
15:14:59 <eharney> it looks like an api bug unrelated to the client
15:15:54 <rosmaita> 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 <enriquetaso> okay, i understand, it may be a RFE and not a bug then
15:18:05 <enriquetaso> whishlist
15:18:17 <enriquetaso> could be?
15:18:18 <eharney> i think it's a bug...
15:19:35 <rosmaita> yeah, looks like some kind of problem parsing that query string
15:20:15 <enriquetaso> excellent, I'll move it to `low` since i think it's not medium tho
15:23:08 <enriquetaso> okay.. last one
15:23:46 <enriquetaso> #topic  _get_host_uuid incompatible with btrfs snapshots
15:23:51 <enriquetaso> #link https://bugs.launchpad.net/os-brick/+bug/2026257
15:23:54 <eharney> i just repro'd 2027532 in a devstack env
15:25:07 <enriquetaso> do you want to share the link eharney
15:25:14 <enriquetaso> oh sorry
15:25:19 <enriquetaso> i confused
15:25:39 <enriquetaso> okay, I'll mark it as triaged
15:25:41 <rosmaita> eharney: does it work without the marker?
15:26:01 <eharney> rosmaita: yes
15:27:06 <enriquetaso> do you want to add a comment on the bug report eharney ? I've marked it as Triaged
15:27:19 <eharney> i'll add a comment or submit a patch or something
15:27:25 <enriquetaso> thanks!
15:27:31 <enriquetaso> okay, that's all for my side
15:27:36 <enriquetaso> #topic open discussion
15:30:12 <enriquetaso> okay
15:30:19 <enriquetaso> thanks! see you next week
15:30:22 <enriquetaso> #endmeeting