Wednesday, 2024-05-22

opendevreviewAtsushi Kawai proposed openstack/cinder master: Hitachi: Fix to have compatibility of GAD volumes  https://review.opendev.org/c/openstack/cinder/+/90131801:37
opendevreviewOpenStack Proposal Bot proposed openstack/cinder master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/cinder/+/91870804:11
opendevreviewPham Le Gia Dai proposed openstack/cinder master: Fixed reading 2 or more GiB of a backup metadata file at a time  https://review.opendev.org/c/openstack/cinder/+/91141107:00
opendevreviewAtsushi Kawai proposed openstack/cinder master: Hitachi: Support QoS  https://review.opendev.org/c/openstack/cinder/+/91204207:28
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: Add functions to srbac base file Reason: There are multiple patches that contains the same file and code. Now, we will remove all the code from the other patches and rebase on this patch.  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/92016809:26
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing group snapshots  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89697910:21
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing group snapshots  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89697910:21
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing QOS specs  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89700310:29
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing QOS specs  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89700310:30
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing group types  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89660510:34
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing group types  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89660510:34
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing groups  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89697710:36
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing groups  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89697710:36
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing volume attachments  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89139310:39
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing volume attachments  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89139310:39
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing Volume  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/88985210:45
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing Volume  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/88985210:45
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing Volume Actions  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/88937910:49
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing Volume Actions  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/88937910:49
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing snaphost metadata  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89092610:53
opendevreviewYosi Ben Shimon proposed openstack/cinder-tempest-plugin master: [srbac] Testing snaphost metadata  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/89092610:54
opendevreviewEric Harney proposed openstack/cinder master: mypy: Cover message code  https://review.opendev.org/c/openstack/cinder/+/87796712:27
opendevreviewBrian Rosmaita proposed openstack/os-brick stable/2023.2: Silence warning when running in a container with overlayfs  https://review.opendev.org/c/openstack/os-brick/+/92013013:07
mmalchukhi cores, any change to get this merged? https://review.opendev.org/c/openstack/cinder/+/90924313:09
mmalchukchance*13:09
opendevreviewJosephine Seifert proposed openstack/cinder-specs master: Spec for the Cinder part of the Image Encryption  https://review.opendev.org/c/openstack/cinder-specs/+/91949913:11
opendevreviewAndre Aranha proposed openstack/cinder stable/2023.1: Add fips check jobs  https://review.opendev.org/c/openstack/cinder/+/88547814:00
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-alt14:01
jbernardit's meeting time!14:01
geguileowhoami-rajat: simondodsley there is a quick fix for the problem14:36
whoami-rajatgeguileo, great14:37
geguileo        filters = {'id': image_volume_ids}14:38
geguileo        if volume.cluster_name:14:38
geguileo            filters['cluster_name'] = volume.cluster_name14:38
geguileo        image_volumes = self.db.volume_get_all_by_host(14:38
geguileo            context, volume['host'], filters=filters)14:38
geguileowhoami-rajat: simondodsley ^14:38
geguileoAlthough, now that I think about it, that won't work, because the host part will prevent it from getting it  :-(14:38
geguileoIt needs a bit more logic in the different layers, so let me actually propose draft14:39
simondodsleythanks geguileo - appreciate the support14:39
whoami-rajatgeguileo, i was thinking along the same lines, checking the cluster_name property, don't we have a method that gets all volumes by cluster name?14:39
* whoami-rajat checking14:39
whoami-rajati don't see any method like that14:41
whoami-rajatadding it should be able to fix it14:41
geguileowhoami-rajat: I think we can use the volume_get_all method14:46
geguileo        filters={'id': image_volume_ids}14:46
geguileo        if volume.cluster_name:14:46
geguileo            filters['cluster_name'] = volume.cluster_name14:46
geguileo        else:14:46
geguileo            filters['host'] = volume.host14:46
geguileo        image_volumes = self.db.volume_get_all(context, filters=filters)14:46
geguileoI'm just not loving how there is a bunch of code being executed related to the pagination, ordering, and such14:47
geguileowith that solution14:47
whoami-rajatgeguileo, that could be the reason why we separated out volume_get_all_by_host from the generic method volume_get_all https://github.com/openstack/cinder/commit/eb486867d3d39d3fc3478d7d50371683fbddd9c114:59
geguileowhoami-rajat: could be, but I really dislike it... We should have a single query for everything and make sure it does nothing when no pagination is requested...15:02
opendevreviewBryan Neumann proposed openstack/cinder master: Dell PowerMax: RDF consistency exempt  https://review.opendev.org/c/openstack/cinder/+/91593516:38
opendevreviewBrian Rosmaita proposed openstack/cinder-specs master: Spec for the Cinder part of the Image Encryption  https://review.opendev.org/c/openstack/cinder-specs/+/91949916:58
-opendevstatus- NOTICE: There will be a short Gerrit outage while we update to the latest 3.8 release in preparation for next weeks 3.9 upgrade.17:00
opendevreviewSang Tran proposed openstack/cinder master: Fail to migrate, resize, evacuate VM contains volume state backing-up  https://review.opendev.org/c/openstack/cinder/+/90003717:02
opendevreviewMerged openstack/cinder stable/2024.1: Ceph: Catch more failure conditions on volume backup  https://review.opendev.org/c/openstack/cinder/+/91676417:08
opendevreviewMerged openstack/cinder stable/2023.1: 3PAR: Error out if vol cannot be converted to base  https://review.opendev.org/c/openstack/cinder/+/88278217:08
opendevreviewMerged openstack/cinder stable/2023.1: Do not ignore availability_zone in backup creation  https://review.opendev.org/c/openstack/cinder/+/89235217:22
opendevreviewMerged openstack/cinder stable/2023.2: RBD: Use "RBD" capitalization in user-facing text  https://review.opendev.org/c/openstack/cinder/+/90868917:22
opendevreviewMerged openstack/cinder stable/2024.1: Fix broken backup_swift_service_auth=True  https://review.opendev.org/c/openstack/cinder/+/91986717:22
opendevreviewMerged openstack/cinder stable/2023.2: Tests: Quiet Fungible invalid UUID warnings  https://review.opendev.org/c/openstack/cinder/+/90554017:22
opendevreviewMerged openstack/cinder stable/2023.1: Fix 'cinder-backup' service when Swift with TLS enabled  https://review.opendev.org/c/openstack/cinder/+/90924317:59
opendevreviewMerged openstack/cinder stable/2023.1: Stable-only: Remove skip-level upgrade job  https://review.opendev.org/c/openstack/cinder/+/90103718:20
opendevreviewMerged openstack/cinder master: Tests: Fix invalid assert calls  https://review.opendev.org/c/openstack/cinder/+/90350318:20
opendevreviewAshley Rodriguez proposed openstack/devstack-plugin-ceph stable/2023.2: Add ingress deamon  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/90894019:19

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