Tuesday, 2023-11-14

opendevreviewTakashi Kajinami proposed openstack/cinder master: Deprecate Windows OS support  https://review.opendev.org/c/openstack/cinder/+/89423702:33
opendevreviewRaghavendra Tilay proposed openstack/cinder master: DNM - Do not merge - for test only  https://review.opendev.org/c/openstack/cinder/+/90064804:11
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: Rework Open-E JovianDSS driver  https://review.opendev.org/c/openstack/cinder/+/88928410:42
opendevreviewGorka Eguileor proposed openstack/cinder master: Don't fork volume service on single backend  https://review.opendev.org/c/openstack/cinder/+/86024413:47
opendevreviewBrian Rosmaita proposed openstack/cinder stable/zed: Add default to read_deleted in context's from_dict  https://review.opendev.org/c/openstack/cinder/+/89325815:23
opendevreviewBrian Rosmaita proposed openstack/cinder stable/yoga: Add default to read_deleted in context's from_dict  https://review.opendev.org/c/openstack/cinder/+/89325915:24
opendevreviewBrian Rosmaita proposed openstack/cinder stable/xena: Add default to read_deleted in context's from_dict  https://review.opendev.org/c/openstack/cinder/+/89338215:26
opendevreviewTakashi Kajinami proposed openstack/os-brick master: Deprecate Windows OS support  https://review.opendev.org/c/openstack/os-brick/+/90091315:49
opendevreviewGorka Eguileor proposed openstack/cinder master: Fix leftover devices when copying data  https://review.opendev.org/c/openstack/cinder/+/73126116:25
opendevreviewGorka Eguileor proposed openstack/cinder master: Fix leftover devices when copying data  https://review.opendev.org/c/openstack/cinder/+/73126116:58
dansmithrosmaita: cinder question, maybe you can deflect to someone else if you don't know:18:54
dansmiththe connection_info we get for an attachment ... are there situations where that does and does not have volume_id inside?18:54
dansmithseems like there are, but that seems weird to me18:55
rosmaitadansmith: i don't know for sure, but this pattern shows up a lot in os-brick:18:58
rosmaitadata = connection_info['data']18:58
rosmaita   volume_id = data.get('volume_id') or connection_info.get('serial')18:58
dansmithokay but (a) that can still be None if neither are there and .. (b) serial and volume_id are not the same, right?18:59
rosmaitaeharney: do you know?  ^^18:59
dansmithlike, within a single run of one job config, some volumes seem to have it and some are missing it, which seems weird because they should all be using the same backend, etc18:59
dansmithwe have the same logic higher up in nova (volume_id or serial) and either they're both sometimes missing or serial is not the full/same volume_id string (which makes sense, I thought serial is often length-limited)19:01
eharneyi'm not sure about much of this, but it does seem like it shouldn't vary over the course of one tempest run19:02
dansmithyeah19:03
dansmithif I just test it manually it's there for my configuration, so I'm wondering if we lose it if we do certain volume ops or something.. I'm doing a run where I dump out the connection_info to see if there's something obvious in there19:03
dansmithbut.. is there anything we could look at on the cinder side? I figured connection_info should be generated in one place fairly consistently19:04
eharneyit looks like volume_id is generally set here in _connection_create:  https://opendev.org/openstack/cinder/src/commit/ea33c266344/cinder/volume/manager.py#L4842   which is called by attachment_update19:09
dansmithwhat about update? maybe it's missing from there and we capture that on the nova end?19:10
dansmithoh nm19:10
dansmiththat calls create I see19:10
opendevreviewMerged openstack/os-brick master: Remove egg_info from setup.cfg  https://review.opendev.org/c/openstack/os-brick/+/88909319:38
opendevreviewGorka Eguileor proposed openstack/cinder master: Notify of snapshots transfer  https://review.opendev.org/c/openstack/cinder/+/79680620:17
opendevreviewGorka Eguileor proposed openstack/cinder master: UTs: Fix clearing of RPC exchange between tests  https://review.opendev.org/c/openstack/cinder/+/90093920:17
*** akrog is now known as geguileo20:18
geguileoeharney: rosmaita whoami-rajat ^ we have a nasty bug in out unit tests that can lead to spurious failures20:18
geguileoBasically we are not clearing the RPC fake Exchange queues  :-(20:19
rosmaitageguileo: yuck ... thanks for fixing20:19
geguileoTook me hours to figure that one out and then it's a 2 liner  :-(20:19
geguileofortunately RH doesn't measure my productivity by LOC    LOL20:19
eharneygeguileo: good find20:21
opendevreviewEric Harney proposed openstack/cinder master: WIP: LVM: Add local attachment mode  https://review.opendev.org/c/openstack/cinder/+/90094822:11
opendevreviewBryan Neumann proposed openstack/cinder master: Dell EMC: PowerMax - Configurable SRDF snapshots  https://review.opendev.org/c/openstack/cinder/+/89905123:51

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