]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/log
ceph-ci.git
3 months agoMerge pull request #60069 from leonidc/fix-corruption-upon-add-gw
leonidc [Wed, 2 Oct 2024 07:30:42 +0000 (10:30 +0300)]
Merge pull request #60069 from leonidc/fix-corruption-upon-add-gw

 mon/nvmeofgw*:fix monitor database corruption upon add gw

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
(cherry-picked from bb2a2208867d7bce58b9697570c83d995a1c5976)

3 months agoRevert "mgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file"
Gil Bregman [Sun, 15 Sep 2024 07:53:21 +0000 (10:53 +0300)]
Revert "mgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file"

This reverts commit 1f470db1c7657d9f4f525d36df470208961d5787.

3 months agomgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file
Gil Bregman [Thu, 12 Sep 2024 10:04:31 +0000 (10:04 +0000)]
mgr/cephadm: Default core mask for SPDK should be set in NVMEof spec file
Resolves: rhbz#2311040

3 months agomonitoring: Add alert NVMeoFTooManyNamespaces
Vallari Agrawal [Mon, 18 Nov 2024 05:50:00 +0000 (11:20 +0530)]
monitoring: Add alert NVMeoFTooManyNamespaces

NVMeoFTooManyNamespaces helps to alert user if total
number of namespaces across subsystems are more than
1024.

Change NVMeoFTooManySubsystems limit to 128 from 16.

Resolves: rhbz#2324172

Fixes: https://github.com/ceph/ceph-nvmeof/issues/948
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 614e14654dbdac474943b9c1f9e74afab131c94a)

3 months agomonitoring: Update nvmeof alert limits in config
Vallari Agrawal [Thu, 9 Jan 2025 10:54:33 +0000 (16:24 +0530)]
monitoring: Update nvmeof alert limits in config

Update these in config.libsonnet:
- NVMeoFMaxGatewaysPerGroup (4->8)
- NVMeoFMaxGatewaysPerCluster (4->32)

Also update prometheus_alerts.yml and test_alerts.yml
accordingly.

Resolves: rhbz#2324172

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit f3c18818b9b937550f503d94ca37f75639db5514)

3 months agomon: do not show nvmeof in 'ceph versions' output
Vallari Agrawal [Mon, 13 Jan 2025 11:05:27 +0000 (16:35 +0530)]
mon: do not show nvmeof in 'ceph versions' output

NVMeoF gateway version is independent of ceph version
so 'ceph version' shows wrong nvmeof version in output
(i.e. instead of gateway version, it shows Ceph version).
Hence, remove nvmeof in 'ceph versions' output.

To check for gateway version, use 'gw info' command.

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 73c935db908d28cf65050535dc80c95a85bf49aa)

3 months agocancel Blocklist_cmpl timer when expired
Leonid Chernin [Wed, 12 Feb 2025 16:17:49 +0000 (18:17 +0200)]
cancel Blocklist_cmpl timer when expired
Resolves: rhbz#2345170

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
3 months agonvmeofgw*: change log level of critical nvmeof monitor events to 1
Leonid Chernin [Tue, 28 Jan 2025 08:23:38 +0000 (08:23 +0000)]
nvmeofgw*: change log level of critical nvmeof monitor events to 1
Resolves: rhbz#2342508

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
3 months agoRevert "mon/nvmeofgw*: fix HA usecase when gateway has no listeners -"
Leonid Chernin [Sun, 20 Oct 2024 06:41:12 +0000 (09:41 +0300)]
Revert "mon/nvmeofgw*: fix HA usecase when gateway has no listeners -"
Temporary revert since it causes host issues
This reverts commit 4e8c7cd7f441e7253e188f3479869afc146689cb.

Resolves: rhbz#2319963

3 months agomon/nvmeofgw*: fix HA usecase when gateway has no listeners -
Leonid Chernin [Wed, 9 Oct 2024 06:59:09 +0000 (06:59 +0000)]
mon/nvmeofgw*: fix HA usecase when gateway has no listeners -
monitor should behave like in scenario no-subsystems

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
Resolves: rhbz#2317173

3 months agoqa/tasks/ceph: provide configuration for setting configs via mon
Patrick Donnelly [Tue, 8 Aug 2023 01:09:21 +0000 (21:09 -0400)]
qa/tasks/ceph: provide configuration for setting configs via mon

These configs may be set using:

ceph:
  cluster-config:
    entity:
      foo: bar

same as the current:

ceph:
  config:
    entity:
      foo: bar

The configs will be set in parallel using the `ceph config set` command.

The main benefit here is to avoid using the ceph.conf to set configs which
cannot be overriden using subsequent `ceph config` command. The only way to
override is to change the ceph.conf in the test (yuck) or the admin socket
(which gets reset when the daemon restarts).

Finally, we can now exploit the `ceph config reset` command will let us
trivially rollback config changes after a test completes. That is exposed
as the `ctx.config_epoch` variable.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 9d485ae1f450f7ce582f3d1e92045314532d5fe7)

3 months agopybind/mgr/cephadm/services/nvmeof.py: allow setting '0.0.0.0' as address in the...
Alexander Indenbaum [Thu, 12 Sep 2024 09:26:34 +0000 (09:26 +0000)]
pybind/mgr/cephadm/services/nvmeof.py: allow setting '0.0.0.0' as address in the spec file

- Partial revert of https://github.com/ceph/ceph/pull/59738/commits/9eb3b99b99b0b8c6c4e5f75e59c2e4835a9d6796
- Part of https://github.com/ceph/ceph/pull/59738

(cherry picked from commit 62a4247353dd85417303995cda7e9b8ffae1e929)

python-common/ceph/deployment/service_spec.py: Allow the cephadm deployment to determine the default addresses

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit 0997e4cd51edfe954148bfb8b7f42be9205c237c)

Resolves: rhbz#2311996
(cherry picked from commit 2db75595f1c44f5fb973a612a08406b5630ad1e5)

3 months agomgr/cephadm: Make the discovery and gateway IPs configurable in NVMEof configuration
Gil Bregman [Thu, 12 Sep 2024 08:08:39 +0000 (08:08 +0000)]
mgr/cephadm: Make the discovery and gateway IPs configurable in NVMEof configuration

Resolves: rhbz#2311459
(cherry picked from commit 9f6d1eccb990dfbdc2e224411b7a048be6cebb1a)
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
3 months agomgr/cephadm: change ceph-nvmeof gw image version to 1.3
Gil Bregman [Wed, 4 Sep 2024 10:47:14 +0000 (10:47 +0000)]
mgr/cephadm: change ceph-nvmeof gw image version to 1.3
Resolves: rhbz#2309667

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 783f8688bece0437eed13f61111c3a4f633f4e38)

3 months agoMerge pull request #59999 from leonidc/tracking-gw-deleting
leonidc [Sun, 29 Sep 2024 12:36:19 +0000 (15:36 +0300)]
Merge pull request #59999 from leonidc/tracking-gw-deleting

mon/nvmeofgw*: fix tracking gateways in DELETING state
Resolves: rhbz#2314625

(cherry picked from commit 381a40872d55eaf13dc3b34e2790062f95162d0d)
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
3 months ago mon/NVMeofGw*:
Leonid Chernin [Sun, 8 Sep 2024 11:48:36 +0000 (11:48 +0000)]
 mon/NVMeofGw*:
 fix issue that GW was down when last subsystem  was deleted

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
 Resolves: rhbz#2301460

(cherry picked from commit 698e4c50a255d50a92caeafa6202e65498bc7f5d)

3 months ago mon/NVMeofGw*:
Leonid Chernin [Wed, 4 Sep 2024 08:54:59 +0000 (08:54 +0000)]
 mon/NVMeofGw*:
 1. fix blocklist bug - blockist was not called
 2. originally monitor only bloklisted specific ana groups but since we allow
    the changing of ns ana grp on the fly for the sake of ns load balance,
    it is not good enough and we need to blocklist all the cluster contexts
    of the failing gateway
Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
(cherry picked from commit 936d3af670f491ecc0898ff0dd6b114b684db79d)

3 months ago mon/NVMeofGw*: Fix issue when ana group of deleted GW was not serviced.
Leonid Chernin [Sun, 1 Sep 2024 13:17:45 +0000 (13:17 +0000)]
 mon/NVMeofGw*: Fix issue when ana group of deleted GW was not serviced.
 Introduced GW Deleting state
Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
Resolves: rhbz#2310380
(cherry picked from commit d4f961a9c94b189c44b72242d731d1b92d8aeef5)

3 months agomgr/orchestrator: allow passing group to apply/add nvmeof commands
Adam King [Wed, 28 Aug 2024 17:46:59 +0000 (13:46 -0400)]
mgr/orchestrator: allow passing group to apply/add nvmeof commands

We no longer require the group when applying an nvmeof spec
but we still want to allow the commands to take a group
parameter (and this will at least make a group name
required when creating a new service on the command line)

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit b377085c3020484c74a7a71357c35761b5e5de25)

3 months agoRevert "mgr/cephadm: migrate nvmeof specs without group field"
Adam King [Wed, 28 Aug 2024 17:38:40 +0000 (13:38 -0400)]
Revert "mgr/cephadm: migrate nvmeof specs without group field"

This reverts commit d7b00eab08b006c5d10268a5aab7bc8dfc146c08.

It was decided by the nvmeof team to stick with defaulting to
an empty string rather than forcing the users onto other
non-empty names when they upgrade

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit e63d4b01e6b7683b0e9179fb7c00f8598eb1e81c)

3 months agoRevert "mgr/orchestrator: require "group" field for nvmeof specs"
Adam King [Wed, 28 Aug 2024 17:37:32 +0000 (13:37 -0400)]
Revert "mgr/orchestrator: require "group" field for nvmeof specs"

This reverts commit f6d552d7c777f1160545188dcffa6b685b05ca8a.

It was decided by the nvmeof team to stick with defaulting to
an empty string rather than forcing the users onto other
non-empty names when they upgrade

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 3e5e85aadc1c5b01cf38713f3f088a6de0385bb0)

3 months agoqa/suites/rbd/nvmeof: add multi-subsystem setup and thrash test
Vallari Agrawal [Thu, 27 Jun 2024 11:18:47 +0000 (16:48 +0530)]
qa/suites/rbd/nvmeof: add multi-subsystem setup and thrash test

1. qa/tasks/nvmeof.py:
    1.1. create multiple rbd images for all subsystems
    1.2. add NvmeofThrasher and ThrashTest
2. qa/tasks/mon_thrash.py: add 'switch_thrashers' option
3. nvmeof_setup_subsystem.sh: create multiple subsystems and enable HA
4. Restructure qa/suites/rbd/nvmeof: Create two sub-suites
   - "basic" (nvmeof_initiator job)
   - "thrash" (new: nvmeof_mon_thrash and nvmeof_thrash jobs)

Resolves: rhbz#2302243

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
(cherry picked from commit d0c4182bf57322438a51d4e17d34bfa970846c80)

3 months agocephadm: mount nvmeof certs into container
Adam King [Tue, 20 Aug 2024 14:51:09 +0000 (10:51 -0400)]
cephadm: mount nvmeof certs into container

https://github.com/ceph/ceph/commit/2946b195edfc0b6a5cfcc661079e351601707ecb
incorrectly removed this line and since then these certs are
not being properly mounted into the container. This commit
adds the line back

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 8cc3a35c2dcd7553f0c1b45a895401c4e575f99d)

3 months agonvmeof/NVMeofGwMonitorClient: use a separate mutex for beacons
Alexander Indenbaum [Mon, 5 Aug 2024 09:50:27 +0000 (09:50 +0000)]
nvmeof/NVMeofGwMonitorClient: use a separate mutex for beacons

Add beacon_lock to mitigate potential beacon delays caused by slow message
handling, particularly in handle_nvmeof_gw_map.

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit 0dc41857c779d983a4384fa387e8f1e7df38437f)

3 months ago mon/NVMeofGw*: fixing bugs - handle gw fast-reboot, proper handle of gw delete scenarios
Leonid Chernin [Wed, 21 Aug 2024 16:30:14 +0000 (16:30 +0000)]
 mon/NVMeofGw*: fixing bugs - handle gw fast-reboot, proper handle of gw delete scenarios

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
3 months agomon/NVMeofGw*: support upgrades from prior out-of-tree nvmeofha implementation (nvmeo...
Leonid Chernin [Sun, 18 Aug 2024 05:16:14 +0000 (05:16 +0000)]
mon/NVMeofGw*: support upgrades from prior out-of-tree nvmeofha implementation (nvmeof-reef)

This commit adds upgrade support for users running an experimental
nvmeofha implementation which can be found in the nvmeof-reef branch in
ceph.git.

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
3 months agoinclude/ceph_features: add NVMEOFHA feature bit
Samuel Just [Wed, 14 Aug 2024 19:40:50 +0000 (12:40 -0700)]
include/ceph_features: add NVMEOFHA feature bit

Normally, we'd just use the SERVER_SQUID or SERVER_T flags instead of
using an extra feature bit.  However, the nvmeof ha monitor paxos
service has had a more complex development journey.  There are users
interested in using the nvmeof ha feature in squid, but it didn't make
the cutoff for backporting it.  There's an upstream nvmeof-squid branch
in the ceph.git repository with the patches backported for anyone
interested in building it.

However, that means that users of our normal stable releases will see
the feature added to the monitor one release after anyone who chooses to
use the nvmeof-squid branch.  We could disallow upgrades from
nvmeof-squid to T, but by adding a feature bit here we make such a
restriction unnecessary.

Signed-off-by: Samuel Just <sjust@redhat.com>
3 months agoinclude/ceph_features: remove stray available marker
Samuel Just [Wed, 14 Aug 2024 19:22:23 +0000 (12:22 -0700)]
include/ceph_features: remove stray available marker

Should have been removed in caa9e7a45e.

Signed-off-by: Samuel Just <sjust@redhat.com>
3 months agoqa/cephadm: add group param when applying nvmeof
Adam King [Fri, 9 Aug 2024 17:16:30 +0000 (13:16 -0400)]
qa/cephadm: add group param when applying nvmeof

Since it will now be required

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 41c5dbe9420efc2710280b7024f7e2b0f82686c7)

3 months agomgr/cephadm: make nvme-gw adds be able to handle multiple services/groups
Adam King [Wed, 31 Jul 2024 17:30:02 +0000 (13:30 -0400)]
mgr/cephadm: make nvme-gw adds be able to handle multiple services/groups

Before this was grabbing the service spec for the first daemon
description in the list. This meant every daemon would be added
with the pool/group of whatever that spec happened to specify.
This patch grabs the spec, and therefore also the pool/group
individually for each nvmeof daemon

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 2a6b105b8ae9cb63702d83461560e65b7fabd085)

3 months agomgr/cephadm: migrate nvmeof specs without group field
Adam King [Thu, 25 Jul 2024 17:36:07 +0000 (13:36 -0400)]
mgr/cephadm: migrate nvmeof specs without group field

As we have added the group field as a requirement for new
nvmeof specs and check for it in spec validation, we need
a migration to populate this field for specs we find that
don't have it.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit d7b00eab08b006c5d10268a5aab7bc8dfc146c08)

3 months agomgr/orchestrator: require "group" field for nvmeof specs
Adam King [Thu, 25 Jul 2024 17:35:35 +0000 (13:35 -0400)]
mgr/orchestrator: require "group" field for nvmeof specs

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit f6d552d7c777f1160545188dcffa6b685b05ca8a)

3 months agomon/NVMeofGwSerialize.h: tabbing, bracing, line length fixes
Samuel Just [Sat, 13 Jul 2024 03:30:00 +0000 (03:30 +0000)]
mon/NVMeofGwSerialize.h: tabbing, bracing, line length fixes

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit d5e013f5928c959a0eeffd9c9eecd2166bcba2ce)

3 months agomon/NVMeofGwTypes.h: tabbing, bracing, line length fixes
Samuel Just [Sat, 13 Jul 2024 03:16:28 +0000 (03:16 +0000)]
mon/NVMeofGwTypes.h: tabbing, bracing, line length fixes

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit e0f0469f14eaf97c5253d2b6e309b1dd31be56bf)

3 months agomon/NVMeofGwMon.cc: tabbing, line length, formatting
Samuel Just [Sat, 13 Jul 2024 02:35:11 +0000 (02:35 +0000)]
mon/NVMeofGwMon.cc: tabbing, line length, formatting

- Retabs file to match emacs/vim modelines at top
- Fixes bracing
- Adjusts line length to 80 char

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit bff9dd47068f4a4afcdec117e841a3580cd36191)

3 months agomon/NVMeofGwMon.h: tabbing, line length, formatting
Samuel Just [Sat, 13 Jul 2024 02:16:02 +0000 (02:16 +0000)]
mon/NVMeofGwMon.h: tabbing, line length, formatting

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 1f470f0388b40bd58eef4191fb825a241f7f076f)

3 months agomon/NVMeofGwMap.h: tabbing, line length, formatting
Samuel Just [Sat, 13 Jul 2024 02:02:08 +0000 (02:02 +0000)]
mon/NVMeofGwMap.h: tabbing, line length, formatting

- Adjust method signatures to better match mon/
- Adjust line length to 80 characthers

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 58d16c73845a5dc208657ee2512cb885e48ee5b8)

3 months agomon/NVMeofGwMap.cc: tabbing, line length, formatting
Samuel Just [Sat, 13 Jul 2024 01:56:18 +0000 (01:56 +0000)]
mon/NVMeofGwMap.cc: tabbing, line length, formatting

- Retabs file to match emacs/vim modelines at top
- Fixes bracing
- Adjusts line length to 80 char

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 8bf309ecd7b59edb2dfb7d0e86e961bca20cd9cd)

3 months agomgr/cephadm: ceph nvmeof monitor support
Alexander Indenbaum [Mon, 10 Jun 2024 13:04:57 +0000 (13:04 +0000)]
mgr/cephadm: ceph nvmeof monitor support

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit 2946b195edfc0b6a5cfcc661079e351601707ecb)

3 months agomon: add NVMe-oF gateway monitor and HA doc
Alexander Indenbaum [Wed, 31 Jul 2024 08:51:17 +0000 (08:51 +0000)]
mon: add NVMe-oF gateway monitor and HA doc

Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit bb75ddee8191ef474d1ffd8aae2ceca72a7cb668)

3 months agomon: add NVMe-oF gateway monitor and HA
Leonid Chernin [Tue, 17 Oct 2023 13:25:07 +0000 (13:25 +0000)]
mon: add NVMe-oF gateway monitor and HA

- gateway submodule

Fixes: https://tracker.ceph.com/issues/64777
This PR adds high availability support for the nvmeof Ceph service. High availability means that even in the case that a certain GW is down, there will be another available path for the initiator to be able to continue the IO through another GW. High availability is achieved by running nvmeof service consisting of at least 2 nvmeof GWs in the Ceph cluster. Every GW will be seen by the host (initiator) as a separate path to the nvme namespaces (volumes).

The implementation consists of the following main modules:

- NVMeofGWMon - a PaxosService. It is a monitor that tracks the status of the nvmeof running services, and take actions in case that services fail, and in case services restored.
- NVMeofGwMonitorClient – It is an agent that is running as a part of each nvmeof GW. It is sending beacons to the monitor to signal that the GW is alive. As a part of the beacon, the client also sends information about the service. This information is used by the monitor to take decisions and perform some operations.
- MNVMeofGwBeacon – It is a structure used by the client and the monitor to send/recv the beacons.
- MNVMeofGwMap – The map is tracking the nvmeof GWs status. It also defines what should be the new role of every GW. So in the events of GWs go down or GWs restored, the map will reflect the new role of each GW resulted by these events. The map is distributed to the NVMeofGwMonitorClient on each GW, and it knows to update the GW with the required changes.

It is also adding 3 new mon commands:
- nvme-gw create
- nvme-gw delete
- nvme-gw show

The commands are used by the ceph adm to update the monitor that a new GW is deployed. The monitor will update the map accordingly and will start tracking this GW until it is deleted.

Signed-off-by: Leonid Chernin <lechernin@gmail.com>
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
(cherry picked from commit 5843c6b04bacf9a7c981fca5d874ab3400f855db)

3 months agoMerge pull request #66242 from kshtsk/wip-73816-squid
J. Eric Ivancich [Tue, 18 Nov 2025 16:46:38 +0000 (11:46 -0500)]
Merge pull request #66242 from kshtsk/wip-73816-squid

squid: rgw: update keystone repo stable branch to 2024.2

Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
3 months agoMerge pull request #66251 from kshtsk/wip-73582-squid
kyr [Tue, 18 Nov 2025 16:22:18 +0000 (17:22 +0100)]
Merge pull request #66251 from kshtsk/wip-73582-squid

squid: qa/tasks/workunit: fix no module named 'pipes'

3 months agoMerge pull request #65922 from guits/wip-73514-squid
Guillaume Abrioux [Tue, 18 Nov 2025 12:45:22 +0000 (13:45 +0100)]
Merge pull request #65922 from guits/wip-73514-squid

squid: ceph-volume: use udev data instead of LVM subprocess in get_devices()

3 months agoqa/tasks/workunit: fix no module named 'pipes'
Kyr Shatskyy [Fri, 10 Oct 2025 19:37:21 +0000 (21:37 +0200)]
qa/tasks/workunit: fix no module named 'pipes'

Python 3.13 finally dropped the 'pipes' module,
replacing it with shlex.

Fixes: https://tracker.ceph.com/issues/73498
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit da40484b9577aba21833e6b09c6129fe2d3c596c)

3 months agorgw: update keystone repo stable branch to 2024.2
Kyr Shatskyy [Tue, 11 Nov 2025 12:55:39 +0000 (13:55 +0100)]
rgw: update keystone repo stable branch to 2024.2

The stable/2024.1 is gone from the github repo:

  https://github.com/openstack/keystone.git

Fixes: https://tracker.ceph.com/issues/73800
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit 998e4299af417221ac8102fe46c46967e88f0da4)

3 months agoMerge pull request #65584 from rzarzynski/wip-bug-72412-squid
Yuri Weinstein [Thu, 13 Nov 2025 18:14:01 +0000 (10:14 -0800)]
Merge pull request #65584 from rzarzynski/wip-bug-72412-squid

squid: osd: stop scrub_purged_snaps() from ignoring osd_beacon_report_interval

Reviewed-by: Prashant D <pdhange@redhat.com>