opendevreview | XuQi proposed openstack/cinder master: Fujitsu Driver: Support manage volume and snapshot https://review.opendev.org/c/openstack/cinder/+/913217 | 01:42 |
---|---|---|
opendevreview | Merged openstack/cinder stable/2024.1: Dell PowerMax: Fix SnapVx unlink failure https://review.opendev.org/c/openstack/cinder/+/914005 | 06:02 |
opendevreview | Merged openstack/cinder stable/2024.1: HPE 3par: Unable to create clone of replicated vol https://review.opendev.org/c/openstack/cinder/+/913816 | 06:02 |
hkominos | Morning all! I have a dev question regarding Cinder. what is an appropriate value for backend_native_threads_pool_size in an rbd backend? the manuel specifies to "increase" it but with other guidelines. | 08:30 |
opendevreview | Cuiye Liu proposed openstack/cinder master: PowerMax: Allow live migration without pool name https://review.opendev.org/c/openstack/cinder/+/898188 | 09:08 |
opendevreview | Jean Pierre Roquesalane proposed openstack/cinder stable/zed: Dell PowerFlex: Additionnal params for enabling self signed certificates https://review.opendev.org/c/openstack/cinder/+/880492 | 12:44 |
amoralej | hi, I proposed a new release for cinder in antelope some days ago in https://review.opendev.org/c/openstack/releases/+/913621 , may i get PTL approval when you have a chance? | 14:14 |
opendevreview | Merged openstack/cinder stable/2023.1: Dell PowerFlex: Additionnal params for enabling self signed certificates https://review.opendev.org/c/openstack/cinder/+/909251 | 14:24 |
opendevreview | Eric Harney proposed openstack/cinder master: Mark nexenta_encryption option as deprecated https://review.opendev.org/c/openstack/cinder/+/909000 | 14:34 |
hemna | morning | 14:48 |
hemna | so I'm not sure if anyone has run into this or not, but if I try to create 10 clones in a short period of time, those clones are serialized | 14:50 |
hemna | because of a delete volume lock in place in the volume manager here: https://github.com/openstack/cinder/blob/master/cinder/volume/manager.py#L801 | 14:51 |
hemna | I have a customer that wants to create 60 volumes "quickly" and they are all getting serialized because of that lock | 14:51 |
hemna | we shouldn't allow a volume to get deleted, while the clone operation is ongoing, but it also prevents more than 1 clone on the same volume from happening at the same time. :( | 14:52 |
rosmaita | that is going to be really tricky to fix | 14:58 |
hemna | yah I'm trying to figure out a way...it's a major suck | 15:00 |
hemna | the purpose of the lock is to prevent deletes, not parallel clones :( | 15:01 |
hemna | if the locking key would accept a wildcard, then I could fix it | 15:02 |
hemna | lock on delete volume with a key of <volume-id>-delete_volume-* | 15:02 |
hemna | and the clone operation create a lock with <volume-id>-delete_volume-<timestamp> | 15:02 |
hemna | doesn't look like it supports wildcards | 15:36 |
hemna | this is....sucky to say the least | 15:36 |
hemna | probably the only solution is to change the status of the source volume-id to block it from being deleted. | 16:00 |
hemna | workers table is garbage basically. have non-deleted entries in there from 2018 | 16:01 |
hemna | junk | 16:01 |
hemna | is gorka not working on cinder anymore? available ? | 16:03 |
rosmaita | he's on holiday | 16:15 |
hemna | ok sounds about right for Europe :) | 16:16 |
hkominos | Morning all! I have a dev question mostly regarding Cinder. what is an appropriate value for backend_native_threads_pool_size in an rbd backend? the manual specifies to "increase" it but with other guidelines. | 17:23 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!