]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
4 weeks agoosd: Allow multiple objects with same version in missing list. 69450/head
Alex Ainscow [Wed, 8 Apr 2026 10:49:58 +0000 (11:49 +0100)]
osd: Allow multiple objects with same version in missing list.

Most of the time, a single version in a PG can only correspond to a single object.

However, following a PG merge it is possible, even likely, that two objects will
have the same version.   The PG Log works around this by discarding the log.

However, during backfill, it is possible for the missing list to be build with
these duplicate versions.

A recently added assert detected that this scenario was corrupting the reverse
missing list (rmissing). This behaviour has always existed, but was previously
unnoticed.  It could cause some bugs and potentially loop-asserts on OSDs,
although mostly would not be noticed.

Here we fix this properly, by converting rmissing to a multimap. This is wrapped
in some insert functions, which assert that the rmissing list does not end up
with duplicate entries.  The code is optimised for the case where there are no
duplicate versions.

Additionally, some of the old asserts have been rolled into the insert functions.

Fixes: https://tracker.ceph.com/issues/75778
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
(cherry picked from commit f3940400952b444a31f59b633fa3fa35437c87a9)

4 weeks agoMerge PR #69436 into tentacle 69403/head
Patrick Donnelly [Fri, 12 Jun 2026 23:55:10 +0000 (19:55 -0400)]
Merge PR #69436 into tentacle

* refs/pull/69436/head:
mgr: guard close_section calls in get_perf_schema_python

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
4 weeks agomgr: guard close_section calls in get_perf_schema_python 69436/head
Lumir Sliva [Sat, 4 Apr 2026 15:25:15 +0000 (17:25 +0200)]
mgr: guard close_section calls in get_perf_schema_python

When a daemon exists in the daemon state map but has no perf counters
(e.g. an OSD that was running but is now down or destroyed), the loop
in get_perf_schema_python never executes, leaving prev_key_name empty
and no formatter sections opened. The unconditional close_section()
calls after the loop then trigger an assertion failure in PyFormatter
(cursor != root).

Add the same `if (!prev_key_name.empty())` guard that already protects
the close_section() calls inside the loop, so we only close sections
that were actually opened.

Fixes: https://tracker.ceph.com/issues/75745
Signed-off-by: Lumir Sliva <61183145+lumir-sliva@users.noreply.github.com>
(cherry picked from commit b1c1ddaf0b771420e0905cd47e33919de5e11fd5)

5 weeks agoMerge PR #68263 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 20:18:13 +0000 (16:18 -0400)]
Merge PR #68263 into tentacle

* refs/pull/68263/head:
libcephsqlite: ensure atexit handlers are registered after openssl

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
5 weeks agoMerge PR #68510 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 20:00:11 +0000 (16:00 -0400)]
Merge PR #68510 into tentacle

* refs/pull/68510/head:
qa/tasks/quiescer: remove racy assertion

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
5 weeks agoMerge PR #69310 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 19:16:00 +0000 (15:16 -0400)]
Merge PR #69310 into tentacle

* refs/pull/69310/head:
qa/suites/upgrade: ignore undersized PG during stress splits

Reviewed-by: Laura Flores <lflores@redhat.com>
5 weeks agoMerge PR #69307 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 19:15:42 +0000 (15:15 -0400)]
Merge PR #69307 into tentacle

* refs/pull/69307/head:
qa/suites/upgrade: ignore osd in unknown state

Reviewed-by: Laura Flores <lflores@redhat.com>
5 weeks agoMerge PR #69159 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 19:14:49 +0000 (15:14 -0400)]
Merge PR #69159 into tentacle

* refs/pull/69159/head:
osd: Fix bug when calculating min_peer_features

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
5 weeks agoMerge PR #69309 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 18:38:53 +0000 (14:38 -0400)]
Merge PR #69309 into tentacle

* refs/pull/69309/head:
qa: ignore cephadm failed daemon warnings during thrashing

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
5 weeks agoMerge PR #68328 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 18:36:33 +0000 (14:36 -0400)]
Merge PR #68328 into tentacle

* refs/pull/68328/head:
qa/cephadm: derive container image from cephadm release

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
5 weeks agoMerge PR #69304 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 18:34:13 +0000 (14:34 -0400)]
Merge PR #69304 into tentacle

* refs/pull/69304/head:
qa: ignore POOL_FULL for rbd tests exercising full pools

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
5 weeks agoMerge PR #69251 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 18:33:45 +0000 (14:33 -0400)]
Merge PR #69251 into tentacle

* refs/pull/69251/head:
tentacle: qa/suites/fs: fix extraneous distro links

Reviewed-by: Venky Shankar <vshankar@redhat.com>
5 weeks agoMerge PR #69036 into tentacle
Patrick Donnelly [Mon, 8 Jun 2026 18:33:21 +0000 (14:33 -0400)]
Merge PR #69036 into tentacle

* refs/pull/69036/head:
qa: ignore expected OSD_ROOT_DOWN
qa: ignore fs offline warning
qa: add MDS_INSUFFICIENT_STANDBY to ignorelist
qa/suites/upgrade: use common ignorelist

Reviewed-by: Venky Shankar <vshankar@redhat.com>
5 weeks agoqa/suites/upgrade: ignore undersized PG during stress splits 69310/head
Patrick Donnelly [Fri, 5 Jun 2026 16:33:04 +0000 (12:33 -0400)]
qa/suites/upgrade: ignore undersized PG during stress splits

Fixes: https://tracker.ceph.com/issues/76585
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 322e78c1ce47b1200c988bd53785bb26d446b48a)

Conflicts:
    qa/suites/upgrade/reef-x/stress-split/1-start.yaml
    qa/suites/upgrade/squid-x/stress-split/1-start.yaml
Resolution: manual merge

5 weeks agoqa: ignore cephadm failed daemon warnings during thrashing 69309/head
Patrick Donnelly [Fri, 5 Jun 2026 16:27:21 +0000 (12:27 -0400)]
qa: ignore cephadm failed daemon warnings during thrashing

Fixes: https://tracker.ceph.com/issues/73079
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit ad6f20fde54d09f810591a49c87ed5150797b2c0)

Conflicts:
    qa/suites/upgrade/reef-x/stress-split/1-start.yaml
    qa/suites/upgrade/squid-x/stress-split/1-start.yaml
Resolution: merged changes manually

5 weeks agoqa/suites/upgrade: ignore osd in unknown state 69307/head
Patrick Donnelly [Fri, 5 Jun 2026 16:22:57 +0000 (12:22 -0400)]
qa/suites/upgrade: ignore osd in unknown state

The thrashosds task is occasionally restarting OSDs and mon/mgr log
warnings are wrongly flagging this as a problem.

Fixes: https://tracker.ceph.com/issues/76747
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit a1430973f2c3e8758890447a1de3b906da77b60e)

Conflicts:
    qa/suites/upgrade/reef-x/stress-split/1-start.yaml
    qa/suites/upgrade/squid-x/stress-split/1-start.yaml
Resolution: different upgrade suites, just add the change manually

5 weeks agoMerge PR #69252 into tentacle 69328/head
Patrick Donnelly [Fri, 5 Jun 2026 16:12:42 +0000 (12:12 -0400)]
Merge PR #69252 into tentacle

* refs/pull/69252/head:
qa: install nvme-cli only if distro remains rocky10

Reviewed-by: Redouane Kachach <rkachach@redhat.com>
5 weeks agoqa: ignore POOL_FULL for rbd tests exercising full pools 69304/head
Patrick Donnelly [Wed, 13 May 2026 18:29:43 +0000 (14:29 -0400)]
qa: ignore POOL_FULL for rbd tests exercising full pools

Fixes: https://tracker.ceph.com/issues/76586
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit eb433c57ead239eb819ddff5fda8a1322ea66b94)

5 weeks agolibcephsqlite: ensure atexit handlers are registered after openssl 68263/head
Patrick Donnelly [Tue, 7 Apr 2026 20:43:56 +0000 (16:43 -0400)]
libcephsqlite: ensure atexit handlers are registered after openssl

When the sqlite3 executable encounters an error with .bail=on, it will
make a call to exit(). The atexit() handlers will execute in LIFO order.
We need to ensure that openssl (before OpenSSL 4.0 [1]) atexit handlers are
registered before libcephsqlite.

[1] http://github.com/openssl/openssl/commit/31659fe32673a6bd66abf3f8a7d803e81c6ffeed (OpenSSL 4.0 no longer arms `OPENSSL_cleanup()` function as an `atexit(3)`)

Fixes: https://tracker.ceph.com/issues/59335
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 7949cd5f12eb7cc0dc85fd1b5c1d795fad1df922)

5 weeks agoMerge PR #69231 into tentacle
Patrick Donnelly [Fri, 5 Jun 2026 14:38:15 +0000 (10:38 -0400)]
Merge PR #69231 into tentacle

* refs/pull/69231/head:
mgr/test_orchestrator: fixing daemon_action method signature

Reviewed-by: Adam King <adking@redhat.com>
5 weeks agotentacle: qa/suites/fs: fix extraneous distro links 69251/head
Patrick Donnelly [Mon, 1 Jun 2026 16:39:53 +0000 (12:39 -0400)]
tentacle: qa/suites/fs: fix extraneous distro links

Fixes: c70da583615898a63600956c4e408c7a717ea420
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
5 weeks agoqa: install nvme-cli only if distro remains rocky10 69252/head
Patrick Donnelly [Mon, 1 Jun 2026 15:37:23 +0000 (11:37 -0400)]
qa: install nvme-cli only if distro remains rocky10

Notably, only include these the `dnf install` commands if the distro is
not overriden by some other mechanism (like cephfs kernel overrides).

This is only a problem for tentacle presently as the k-stock kernel will
override with centos9.

Fixes: https://tracker.ceph.com/issues/77037
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 038383a2ffab063afdddb3d2084cfbdd49b99e31)

Conflicts:
qa/distros/all/rocky_10.yaml
Resolution: used `main` version

5 weeks agoMerge PR #69226 into tentacle
Patrick Donnelly [Tue, 2 Jun 2026 14:34:43 +0000 (10:34 -0400)]
Merge PR #69226 into tentacle

* refs/pull/69226/head:
mgr/cephadm: serialize OSD class before returning for OSD rm status

Reviewed-by: Redouane Kachach <rkachach@redhat.com>
5 weeks agomgr/test_orchestrator: fixing daemon_action method signature 69231/head
Redouane Kachach [Wed, 25 Mar 2026 14:49:59 +0000 (15:49 +0100)]
mgr/test_orchestrator: fixing daemon_action method signature

Adding missing argument (force) to the method signature

Fixes: https://tracker.ceph.com/issues/75664 (original issue)
Fixes: https://tracker.ceph.com/issues/75742 (backport tracker)
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
(cherry picked from commit 394aaff8ffb6563fb2c63ad17a90d044823af3c1)

5 weeks agoMerge PR #69232 into tentacle
Patrick Donnelly [Tue, 2 Jun 2026 12:23:07 +0000 (08:23 -0400)]
Merge PR #69232 into tentacle

* refs/pull/69232/head:
qa/tasks: capture CommandCrashedError when running nvme list cmd

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
5 weeks agoqa/tasks: capture CommandCrashedError when running nvme list cmd 69232/head
Redouane Kachach [Fri, 29 May 2026 09:09:44 +0000 (11:09 +0200)]
qa/tasks: capture CommandCrashedError when running nvme list cmd

The safe_while retry loop does not catch exceptions, so a
CommandCrashedError from `nvme list` bypasses it entirely. Catch
CommandCrashedError and continue the retry loop instead.

Fixes: https://tracker.ceph.com/issues/77001 (Tentacle backport tracker)
Fixes: https://tracker.ceph.com/issues/76984 (original tracker)
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
(cherry picked from commit 0bf55d6a8bb38942a33220ee6ab2890fb557476e)

6 weeks agomgr/cephadm: serialize OSD class before returning for OSD rm status 69226/head
Adam King [Tue, 17 Mar 2026 18:30:51 +0000 (14:30 -0400)]
mgr/cephadm: serialize OSD class before returning for OSD rm status

Fixes: https://tracker.ceph.com/issues/74862
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 179e9bd3296a973f0889e611d8269d06fb7faf38)

6 weeks agoosd: Fix bug when calculating min_peer_features 69159/head
Bill Scales [Fri, 15 May 2026 14:39:25 +0000 (15:39 +0100)]
osd: Fix bug when calculating min_peer_features

PeeringState calculates the minimum set of features for the set
of OSDs within a PG. There is a bug when the peer info has
already been cached where these peers features are not included
in the calculation. This can lead to the min feature set
including features that not all OSDs have.

Previously this just made some asserts less aggressive than they
should have been. Pull request https://github.com/ceph/ceph/pull/57740
uses min_peer_features to decide how to encode messages to other OSDs.

Midway through an upgrade this bug can cause an OSD to send
the wrong version of a message to a downlevel OSD causing
it to abort.

Fixes: https://tracker.ceph.com/issues/76600
Signed-off-by: Bill Scales <bill_scales@uk.ibm.com>
(cherry picked from commit ce5882778db9b92b14a6bb5eca22e3cecf2be9dc)

7 weeks agoqa: ignore expected OSD_ROOT_DOWN 69036/head
Patrick Donnelly [Fri, 15 May 2026 17:20:50 +0000 (13:20 -0400)]
qa: ignore expected OSD_ROOT_DOWN

Fixes: https://tracker.ceph.com/issues/76620
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 86dd63ca5f349a228870b589fe8f29aabdf1e1ff)

Conflicts:
qa/overrides/upgrade_ignorelist_health.yaml
Resolution: missing ignorelist from main

7 weeks agoqa: ignore fs offline warning
Patrick Donnelly [Fri, 15 May 2026 17:12:59 +0000 (13:12 -0400)]
qa: ignore fs offline warning

Dup of FS_DOWN.

Fixes: https://tracker.ceph.com/issues/76619
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 14653b576a6cb8a7f243804fef7fd17201f45509)

7 weeks agoqa: add MDS_INSUFFICIENT_STANDBY to ignorelist
Patrick Donnelly [Wed, 13 May 2026 14:22:50 +0000 (10:22 -0400)]
qa: add MDS_INSUFFICIENT_STANDBY to ignorelist

This is expected when MDS are going up and down.

Fixes: https://tracker.ceph.com/issues/75419
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit fbe46ce71bec84eba181268b077f1836fbb31c48)

Conflicts:
qa/overrides/upgrade_ignorelist_health.yaml

Resolution: union merge

7 weeks agoqa/suites/upgrade: use common ignorelist
Patrick Donnelly [Wed, 13 May 2026 14:22:05 +0000 (10:22 -0400)]
qa/suites/upgrade: use common ignorelist

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit b2ac7f6561326f7020159e43737ef8e9fe9248aa)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Conflicts:
qa/suites/upgrade/reef-x/parallel/+
qa/suites/upgrade/reef-x/parallel/overrides/+
qa/suites/upgrade/reef-x/parallel/overrides/upgrade_ignorelist_health.yaml
qa/suites/upgrade/reef-x/parallel/upgrade_ignorelist_health.yaml
qa/suites/upgrade/squid-x/stress-split/overrides/ignorelist_health.yaml

Resolution: tentacle -> reef. Added tentacle-p2p

7 weeks agoMerge PR #68733 into tentacle
Patrick Donnelly [Wed, 20 May 2026 19:32:57 +0000 (15:32 -0400)]
Merge PR #68733 into tentacle

* refs/pull/68733/head:
tentacle: tentacle-p2p add centos9 to stress-split
tentacle: upgrade/tentacle-p2p install pytest for rbd-python tests
tentacle: suites/upgrade add centos to centos image upgrade

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
7 weeks agoMerge PR #68905 into tentacle
Patrick Donnelly [Wed, 20 May 2026 19:29:22 +0000 (15:29 -0400)]
Merge PR #68905 into tentacle

* refs/pull/68905/head:
mds: remove duplicate context completion calls
mds: add retry request to MDSRank wait queue rather via finisher
mds: adjust scan_stray_dir after fixing up MDSContext class
Revert "mds: move MDSContext completion handling to finish method"

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
7 weeks agoMerge PR #68820 into tentacle
Patrick Donnelly [Wed, 20 May 2026 19:13:44 +0000 (15:13 -0400)]
Merge PR #68820 into tentacle

* refs/pull/68820/head:
qa/cephfs: treat "implicit declaration of function" for blogbench workunit for newer gcc version

7 weeks agoMerge PR #68826 into tentacle
Patrick Donnelly [Wed, 20 May 2026 18:08:55 +0000 (14:08 -0400)]
Merge PR #68826 into tentacle

* refs/pull/68826/head:
rgw: fix lifecycle transition of encrypted multipart objects

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
7 weeks agotentacle: tentacle-p2p add centos9 to stress-split 68733/head
Nitzan Mordechai [Mon, 4 May 2026 08:49:52 +0000 (08:49 +0000)]
tentacle: tentacle-p2p add centos9 to stress-split

Adds CentOS 9 Stream as a supported host OS for the tentacle-p2p
stress-split suite.

Rocky10 is not added here. This suite tests a bare-metal p2p upgrade
between Tentacle point releases. Rocky10 package support was added during
that release cycle, meaning there is no valid "FROM" package baseline to
install on Rocky10, making a bare-metal point-to-point upgrade path on Rocky10
impossible to test.

Fixes: https://tracker.ceph.com/issues/76710
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
7 weeks agotentacle: upgrade/tentacle-p2p install pytest for rbd-python tests
Nitzan Mordechai [Tue, 5 May 2026 16:00:11 +0000 (16:00 +0000)]
tentacle: upgrade/tentacle-p2p install pytest for rbd-python tests

The rbd-python workload runs test_librbd_python.sh, which invokes
'python3 -m pytest' to run the librbd Python API tests.
On a bare-metal install, python3-pytest is not pulled in by the
Ceph packages and is not present and the workunit fails.
Add it via extra_system_packages so the tests can run.

Fixes: https://tracker.ceph.com/issues/76710
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
7 weeks agotentacle: suites/upgrade add centos to centos image upgrade
Nitzan Mordechai [Sun, 3 May 2026 08:58:34 +0000 (08:58 +0000)]
tentacle: suites/upgrade add centos to centos image upgrade

Previously, each suite had a single upgrade-sequence.yaml that targeted
only one image.
This commit splits each upgrade sequence into two variants teuthology
picks one per run

  upgrade-sequence$/centos-stream9.yaml  - targets $sha1
  upgrade-sequence$/rockylinux-10.yaml   - targets $sha1-rockylinux-10

This applies to:
 - reef-x/parallel
 - reef-x/stress-split
 - squid-x/parallel
 - squid-x/stress-split
 - telemetry/reef-x
 - telemetry/squid-x

For the stress-split suites, the upgrade logic is split into a
first-half-sequence run concurrently with thrashosds,
and a second-half-sequence run after.
Both sequences contain the hardcoded target image, so each variant
needs its own copy. They were previously inlined in 1-start.yaml.

This commit extracts them into the upgrade-sequence$/ files so
each variant can target the right image.

Fixes: https://tracker.ceph.com/issues/76710
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
7 weeks agoMerge PR #68803 into tentacle
Patrick Donnelly [Tue, 19 May 2026 23:15:29 +0000 (19:15 -0400)]
Merge PR #68803 into tentacle

* refs/pull/68803/head:
rgw/multisite: concurrency adjustment - consider the case caller provides 1
rgw/multisite: log concurrency state transitions in adj_concurrency
rgw/multisite: fix uninitialized LatencyMonitor average and use exponentially weighted moving average
rgw/multisite: expose lock latency as perf counter for data sync

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
7 weeks agoMerge PR #68877 into tentacle
Patrick Donnelly [Tue, 19 May 2026 22:56:08 +0000 (18:56 -0400)]
Merge PR #68877 into tentacle

* refs/pull/68877/head:
extblkdev: Fix FCM plugin asserting on multivolume devices

Reviewed-by: Jaya Prakash Madaka <jayaprakash@ibm.com>
7 weeks agoMerge PR #68617 into tentacle
Patrick Donnelly [Tue, 19 May 2026 19:23:40 +0000 (15:23 -0400)]
Merge PR #68617 into tentacle

* refs/pull/68617/head:
qa: fix setting rbd_sparse_read_threshold_bytes in test_migration_clone()

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
7 weeks agoMerge PR #68406 into tentacle
Patrick Donnelly [Tue, 19 May 2026 12:43:06 +0000 (08:43 -0400)]
Merge PR #68406 into tentacle

* refs/pull/68406/head:
tools/ceph-kvstore-tool: fix crash on db close.
tools/kvstore_tool: reduce BlueStore.h exposure.
tools/kvstore_tool: add missing `#ifdef WITH_BLUESTORE`
tools/kvstore_tool: make load_bluestore() `private`

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
8 weeks agoMerge PR #68710 into tentacle
Patrick Donnelly [Sat, 16 May 2026 15:54:35 +0000 (11:54 -0400)]
Merge PR #68710 into tentacle

* refs/pull/68710/head:
osd: FastEC: always update pwlc epoch when activating

Reviewed-by: bcAlex Ainscow <aainscow@uk.ibm.com>
8 weeks agoMerge PR #68776 into tentacle
Patrick Donnelly [Fri, 15 May 2026 17:27:08 +0000 (13:27 -0400)]
Merge PR #68776 into tentacle

* refs/pull/68776/head:
tentacle: test/neorados: Narrow Asio includes in `leak_watch_notify`
test/neorados: Don't leak watch handle
neorados: Avoid double cleanup in watch/notify
neorados: Actually enforce notification queue limit
neorados: Do not try to decode an empty response in notify
neorados: Go through linger_cancel on `io_context` shutdown
common/async: Fix removal from service list
osdc: remove implicit LingerOp reference between watch/unwatch
osdc: linger_register() returns intrusive_ptr<LingerOp>
neorados: NotifierHandler holds intrusive_ptr<LingerOp>
neorados: Notifier holds intrusive_ptr<LingerOp>
librados: aio_unwatch() delivers ENOTCONN to AioCompletion
osdc: Objecter::linger_by_cookie() for safe cast from uint64
librados: linger callbacks hold a reference to LingerOp

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
8 weeks agoMerge PR #68718 into tentacle
Patrick Donnelly [Fri, 15 May 2026 15:53:50 +0000 (11:53 -0400)]
Merge PR #68718 into tentacle

* refs/pull/68718/head:
osd: PGLog Attach correct version to missing list when ignoring log entries

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
8 weeks agoMerge PR #68717 into tentacle
Patrick Donnelly [Fri, 15 May 2026 15:52:28 +0000 (11:52 -0400)]
Merge PR #68717 into tentacle

* refs/pull/68717/head:
osd: Twiddle should create a full sized vector for optimized EC

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
8 weeks agoMerge PR #68716 into tentacle
Patrick Donnelly [Fri, 15 May 2026 15:51:56 +0000 (11:51 -0400)]
Merge PR #68716 into tentacle

* refs/pull/68716/head:
osd:  Add asserts to look for potential missing list corruption.
osd: Change rmissing map key from version_t to eversion_t

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
8 weeks agoMerge PR #68715 into tentacle
Patrick Donnelly [Fri, 15 May 2026 15:51:04 +0000 (11:51 -0400)]
Merge PR #68715 into tentacle

* refs/pull/68715/head:
osd: Fix incorrect rollback logic for partial write OI

Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
8 weeks agoMerge PR #68739 into tentacle
Patrick Donnelly [Fri, 15 May 2026 15:44:11 +0000 (11:44 -0400)]
Merge PR #68739 into tentacle

* refs/pull/68739/head:
tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder
qa/radosgw_admin_rest: replace boto2 with boto3
qa/radosgw_admin_rest: pass endpoint to rgwadmin_rest()
rgw/rest: RESTArgs::get_string() url-decodes query params
qa/radosgw_admin: replace boto2 with boto3
qa/radosgw_admin: remove requestlog
qa/radosgw_admin: remove acl test cases

Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
8 weeks agoMerge PR #68552 into tentacle
Patrick Donnelly [Fri, 15 May 2026 00:18:42 +0000 (20:18 -0400)]
Merge PR #68552 into tentacle

* refs/pull/68552/head:
ceph-volume: skip /dev/ram* devices in inventory

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
8 weeks agoMerge PR #67293 into tentacle
Patrick Donnelly [Fri, 15 May 2026 00:15:14 +0000 (20:15 -0400)]
Merge PR #67293 into tentacle

* refs/pull/67293/head:
qa/cephfs: lua to respect missing kernel in yaml

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
8 weeks agotentacle: test/neorados: Narrow Asio includes in `leak_watch_notify` 68776/head
Adam C. Emerson [Wed, 6 May 2026 21:16:07 +0000 (17:16 -0400)]
tentacle: test/neorados: Narrow Asio includes in `leak_watch_notify`

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agotentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder 68739/head
Adam C. Emerson [Tue, 12 May 2026 20:43:19 +0000 (16:43 -0400)]
tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder

This fixes the run-tox-qa failure in make check.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agotest/neorados: Don't leak watch handle
Adam C. Emerson [Wed, 26 Nov 2025 05:59:35 +0000 (00:59 -0500)]
test/neorados: Don't leak watch handle

Add missing unwatch call.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit ccc40eb69b4e8b66f7b9d32622bb22614b410166)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: Avoid double cleanup in watch/notify
Adam C. Emerson [Wed, 26 Nov 2025 05:59:13 +0000 (00:59 -0500)]
neorados: Avoid double cleanup in watch/notify

An error coming in after `maybe_cleanup()` is called could trigger it
again. Add a flag to prevent that.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit d4ee87e985a6f2234050fd85d31564b7776bf1e6)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: Actually enforce notification queue limit
Adam C. Emerson [Wed, 26 Nov 2025 05:54:21 +0000 (00:54 -0500)]
neorados: Actually enforce notification queue limit

We were adding an overflow marker on every message above capacity, not
just the first, vitiating the purpose of the bound. The shame, the
shame.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 4cc2dbe316be9d8ac63ee00a6aff5455ecb4cd86)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: Do not try to decode an empty response in notify
Adam C. Emerson [Wed, 26 Nov 2025 03:15:13 +0000 (22:15 -0500)]
neorados: Do not try to decode an empty response in notify

The response can be empty on some errors. Attempting to decode an
empty one loses the error value on valid errors. Also swallow any
decode errors.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 89134791c16a2332457cfea85321a07e9ff7ca87)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: Go through linger_cancel on `io_context` shutdown
Adam C. Emerson [Fri, 6 Mar 2026 00:53:17 +0000 (19:53 -0500)]
neorados: Go through linger_cancel on `io_context` shutdown

Rather than just dropping the reference, clean up the linger operation
properly within Objecter. Also, clear out handlers before
relinquishing reference to avoid use-after-free.

Fixes: https://tracker.ceph.com/issues/75164
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit f5affe06676bec2f32f856bce85b5d78932d807f)

Conflicts:
qa/workunits/rados/test.sh
 - Just drop the `watch_leak` test on teuthology since it's of
   marginal utility and not worth backporting all of
   <https://github.com/ceph/ceph/pull/64219>.

Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agocommon/async: Fix removal from service list
Adam C. Emerson [Mon, 9 Mar 2026 22:03:42 +0000 (18:03 -0400)]
common/async: Fix removal from service list

Thanks to Seena Fallah <seenafallah@gmail.com> for this fix, part of a
larger commit.

Fixes: https://tracker.ceph.com/issues/75164
Co-authored-by: Seena Fallah <seenafallah@gmail.com>
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit b6a54e67cbcf11b23dcd5a5cd59795aeb7ff948e)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoosdc: remove implicit LingerOp reference between watch/unwatch
Casey Bodley [Thu, 11 Dec 2025 19:19:01 +0000 (14:19 -0500)]
osdc: remove implicit LingerOp reference between watch/unwatch

before this change set, linger_register() returned a raw LingerOp
pointer with an implicit reference for the caller. for librados,
this implicit reference is only dropped when the corresponding
unwatch() calls linger_cancel()

after commit 94f42b648feea77bd09dc3fdb48e6db2b48c7717 introduced
linger_by_cookie(), unwatch() no longer has a safe way to drop this
implicit reference. to prevent LingerOp leaks when unwatch() returns
ENOTCONN, we can't hold this implicit reference count until unwatch()

linger_register() now returns an explicit reference to the caller as
intrusive_ptr<LingerOp>. this helps to guarantee that this reference
count gets dropped before the completion of watch()/aio_watch()

because linger_register() no longer acquires an implicit reference for
the caller, linger_cancel() no longer drops it with info->put()

Reported-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1b0f873162d4bc357b230a78452531fdf39a6b25)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoosdc: linger_register() returns intrusive_ptr<LingerOp>
Casey Bodley [Thu, 11 Dec 2025 19:17:53 +0000 (14:17 -0500)]
osdc: linger_register() returns intrusive_ptr<LingerOp>

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4064da7ce716b42ce4924787024fd7ce01182762)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: NotifierHandler holds intrusive_ptr<LingerOp>
Casey Bodley [Thu, 11 Dec 2025 19:16:45 +0000 (14:16 -0500)]
neorados: NotifierHandler holds intrusive_ptr<LingerOp>

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 72eb48e041820095d20a035627999ec3db781180)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoneorados: Notifier holds intrusive_ptr<LingerOp>
Casey Bodley [Thu, 11 Dec 2025 19:16:20 +0000 (14:16 -0500)]
neorados: Notifier holds intrusive_ptr<LingerOp>

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9456aa73689924a0ad85005e824444b48d3c7d99)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agolibrados: aio_unwatch() delivers ENOTCONN to AioCompletion
Casey Bodley [Thu, 11 Dec 2025 16:34:00 +0000 (11:34 -0500)]
librados: aio_unwatch() delivers ENOTCONN to AioCompletion

94f42b648feea77bd09dc3fdb48e6db2b48c7717 added a new error condition to
IoCtx::aio_unwatch() that callers aren't prepared to handle. instead of
returning that error directly, report it asynchronously to the
AioCompletion

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c0c146d37ae793fd1e1ab2a5118eac40149f2c6b)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agoosdc: Objecter::linger_by_cookie() for safe cast from uint64
Casey Bodley [Fri, 26 Sep 2025 21:25:53 +0000 (17:25 -0400)]
osdc: Objecter::linger_by_cookie() for safe cast from uint64

a `linger_ops_set` was added for `Objecter::handle_watch_notify()`
as a safety check before casting `uint64_t cookie` to `LingerOp*`
and deferencing it

neorados also made use of this set through `Objecter::is_valid_watch()`
checks. however, this approach was still susceptible to use-after-free,
because the callers didn't preserve a LingerOp reference between this
check and its use - and the Objecter lock is dropped in between. in
addition, `neorados::RADOS::unwatch_()` was missing its check for
`is_valid_watch()`

librados did not make use of this `is_valid_watch()` at all, so was
casting cookies directly to LingerOp* and dereferencing. this results
in use-after-free for any cookies invalidated by `linger_cancel()` -
for example when called by `CB_DoWatchError`

replace `is_valid_watch()` with a `linger_by_cookie()` function that
* performs the validity check with `linger_ops_set`,
* safely reinterpret_casts the cookie to LingerOp*, and
* returns a reference to the caller via intrusive_ptr<LingerOp>

`librados::IoCtxImpl::watch_check()`, `unwatch()` and `aio_unwatch()`
now call `linger_by_cookie()`, so have to handle the null case by
returning `-ENOTCONN` (this matches neorados' existing behavior)

Fixes: https://tracker.ceph.com/issues/72771
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 94f42b648feea77bd09dc3fdb48e6db2b48c7717)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agolibrados: linger callbacks hold a reference to LingerOp
Casey Bodley [Fri, 26 Sep 2025 21:23:29 +0000 (17:23 -0400)]
librados: linger callbacks hold a reference to LingerOp

preserve a reference to LingerOp in case their invocation races with
another linger_cancel()

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2455a713d44babf979b55832dc6f75363357d270)
Fixes: https://tracker.ceph.com/issues/76434
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
8 weeks agomds: remove duplicate context completion calls 68905/head
Venky Shankar [Thu, 30 Apr 2026 06:05:05 +0000 (11:35 +0530)]
mds: remove duplicate context completion calls

After reverting commit df404e0, the context completion in
MDSRank handling for `dump stray` command isn't required.

Also fixup the incorrect usage of std::unique_ptr with context
completion class (Context). Contexts delete themselves upon
completion.

Introduced-by: 801951e8c0d62dbbe724ce506fb44bc809bb7d4f
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit a77af14dd75bd4bda8b245ec7da0b85abccebc45)

8 weeks agomds: add retry request to MDSRank wait queue rather via finisher
Venky Shankar [Fri, 17 Apr 2026 13:12:16 +0000 (18:42 +0530)]
mds: add retry request to MDSRank wait queue rather via finisher

C_MDS_RetryRequest inherits from MDSInternalContext which does not
acquire mds_lock by itself. Adding to MDSRank wait queue will process
this via the progress thread which completes the context with mds_lock
acquired.

Fixes: http://tracker.ceph.com/issues/76031
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 02735a362c685bfdb975ab86c9b042a8792f75b0)

8 weeks agomds: adjust scan_stray_dir after fixing up MDSContext class
Venky Shankar [Fri, 17 Apr 2026 09:44:11 +0000 (15:14 +0530)]
mds: adjust scan_stray_dir after fixing up MDSContext class

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 66abd9a13f670d6ea87ad23daef497d7a26e69e9)

8 weeks agoRevert "mds: move MDSContext completion handling to finish method"
Venky Shankar [Fri, 17 Apr 2026 05:58:19 +0000 (11:28 +0530)]
Revert "mds: move MDSContext completion handling to finish method"

This reverts commit df404e03915765ef5c854a48556fd716161f3add.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 71c7be41b524dd0446f0a98fd8be09b950e6428b)

2 months agoextblkdev: Fix FCM plugin asserting on multivolume devices 68877/head
Adam Kupczyk [Wed, 13 May 2026 04:50:04 +0000 (06:50 +0200)]
extblkdev: Fix FCM plugin asserting on multivolume devices

The issue is that FCM does not work properly with BlueStore "block"
that spans over multiple devices, even FCM ones.
The current code detects it, and issues health warning.

But by coding mistake the check for it applies to all deployments,
and is an assert-grade error.

The original problem was introduced with:
https://github.com/ceph/ceph/pull/68024
(as backport of https://github.com/ceph/ceph/pull/66318)

It was supposed to be solved with:
https://github.com/ceph/ceph/pull/68663
(as backport of https://github.com/ceph/ceph/pull/68416)

But it was not, since the actual offending lines were removed
by this temporary solution: https://github.com/ceph/ceph/pull/68391

This commit now properly removes the lines were not removed.
Fixes: https://tracker.ceph.com/issues/76581
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
2 months agoMerge PR #68370 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:54:09 +0000 (08:54 -0400)]
Merge PR #68370 into tentacle

* refs/pull/68370/head:
mgr/dashboard/controllers/nvmeof: remove success_message_template
mgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command
mgr/dashboard: Add 'network_mask' to nvmeof cli

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 months agoMerge PR #68536 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:51:24 +0000 (08:51 -0400)]
Merge PR #68536 into tentacle

* refs/pull/68536/head:
mgr/dashboard: remove sync_from entry when sync_from_all is true

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 months agoMerge PR #68476 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:40:50 +0000 (08:40 -0400)]
Merge PR #68476 into tentacle

* refs/pull/68476/head:
mgr/dashboard: Update permissions for pool-manager role
mgr/dashboard : Select replicated rule by default in pools form
mgr/dashboard : Fix application names in pools form
mgr/dashboard : add stretch cluster validation for pools form

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
2 months agoMerge PR #68523 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:39:44 +0000 (08:39 -0400)]
Merge PR #68523 into tentacle

* refs/pull/68523/head:
mgr/dashboard : Add bottom padding for dashboard screens

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 months agoMerge PR #68554 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:37:22 +0000 (08:37 -0400)]
Merge PR #68554 into tentacle

* refs/pull/68554/head:
mgr/dashboard : Fix RGW restart/stop issue

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 months agoMerge PR #68818 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:20:01 +0000 (21:20 -0400)]
Merge PR #68818 into tentacle

* refs/pull/68818/head:
qa: Remove cephadm e2e tests from teuthology

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
2 months agoMerge PR #68382 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:18:11 +0000 (21:18 -0400)]
Merge PR #68382 into tentacle

* refs/pull/68382/head:
mgr/dashboard: Fix tags in subvolume list and subvolume groups list

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 months agoMerge PR #68704 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:11:12 +0000 (21:11 -0400)]
Merge PR #68704 into tentacle

* refs/pull/68704/head:
test/rgw/notification: fix the cloudevents package version

Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
2 months agoqa/cephfs: lua to respect missing kernel in yaml 67293/head
Kyr Shatskyy [Thu, 30 Oct 2025 11:58:05 +0000 (12:58 +0100)]
qa/cephfs: lua to respect missing kernel in yaml

When teuthology-suite is called with '-k none' option, which is valid,
there is no kernel record in job config created.

However at some test cases the lua premerge dies with exception:
  KeyError: 'kernel'
and when branch is not set for '-k none' and kernel client is
overridden:
  KeyError: 'branch'
so teuthology-suite quits unexpectedly without scheduling any jobs.

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

2 months agomgr/dashboard/controllers/nvmeof: remove success_message_template 68370/head
Vallari Agrawal [Fri, 8 May 2026 11:51:28 +0000 (17:21 +0530)]
mgr/dashboard/controllers/nvmeof: remove success_message_template

Remove 'success_message_template' from NvmeofCLICommand decorator of
NVMeoFSubsystem.add_network() and NVMeoFSubsystem.del_network().
This is because 'success_message_template' feature introduction PR
hasn't been backported to tentacle.
This commit can be reverted later in tentacle branch.

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
2 months agomgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command
Gil Bregman [Mon, 13 Apr 2026 21:41:25 +0000 (00:41 +0300)]
mgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command

Fixes: https://tracker.ceph.com/issues/75998
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 624adc09431dc2fdfa617940161f188c0831bf97)

Conflicts:
src/pybind/mgr/dashboard/controllers/nvmeof.py
Resolve conflict to use "traddr" instead of "server_address"
in NVMeoFSubsystem().create() parameters.
Main branch renamed the param ("traddr") to "server_address".
Tentacle

2 months agomgr/dashboard: Add 'network_mask' to nvmeof cli
Vallari Agrawal [Thu, 12 Mar 2026 13:50:00 +0000 (19:20 +0530)]
mgr/dashboard: Add 'network_mask' to nvmeof cli

This commit add the following to nvmeof cli:
0. Add new param `--network-mask` to 'subsystem add' cmd
   It's a list parameter so we can pass multiple netmask by
   `subsystem add --network-mask <subnet1> --network-mask <subnet2>`
1. Add new cli `subsystem add_network --network-mask <subnet>`
2. Add new cli `subsystem del_network --network-mask <subnet>`
3. Add column 'network_mask' to `subsystem list` output
4. Add column 'manual' to `listener list` output

Fixes: https://tracker.ceph.com/issues/75348
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 366702057e65857ca86702b278cd2fd836484a51)

Conflicts:
src/pybind/mgr/dashboard/controllers/nvmeof.py
        NVMeoFSubsystem controller uses param name "traddr"
        in tentacle branch and its renamed to "server_address"
        in main branch. Since its a breaking change, it would be
        changed to "server_address" in next major version.
        So in this backport commit, we use "traddr" in create(),
        add_network(), and del_network().

2 months agoMerge PR #68846 into tentacle
Patrick Donnelly [Mon, 11 May 2026 19:22:03 +0000 (15:22 -0400)]
Merge PR #68846 into tentacle

* refs/pull/68846/head:
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental_sync

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
2 months agotentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental... 68846/head
oozmen [Mon, 11 May 2026 14:45:37 +0000 (10:45 -0400)]
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental_sync

PR #67318 (boto3 migration) cherry-picked onto tentacle conflicted with
PR #66168 which had added test_suspended_delete_marker_incremental_sync
using the old boto API. The conflict resolution added the boto3-rewritten
version of the function but left the original old-API version in place,
resulting in dup definitions with the same name.

Remove the stale old-API duplicate; keep the boto3 version added by PR #67318.

Fixes: https://tracker.ceph.com/issues/76505
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
2 months agoMerge PR #68415 into tentacle
Patrick Donnelly [Mon, 11 May 2026 12:20:40 +0000 (08:20 -0400)]
Merge PR #68415 into tentacle

* refs/pull/68415/head:
nvmeof: Change the NVMEOF image version to 1.6

Reviewed-by: Aviv.Caro@ibm.com
2 months agoMerge PR #68505 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:36:50 +0000 (22:36 -0400)]
Merge PR #68505 into tentacle

* refs/pull/68505/head:
rgw: reenable 'bucket stats' on indexless buckets
rgw: 'bucket stats' omits usage for buckets on other zonegroups
rgw/rados: pass SiteConfig into bucket_stats()
rgw: bucket_stats() uses local variable 'index'

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 months agoMerge PR #67927 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:36:11 +0000 (22:36 -0400)]
Merge PR #67927 into tentacle

* refs/pull/67927/head:
rgw: handle plain-text object tags in RGWObjTags::decode()

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 months agoMerge PR #67440 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:34:40 +0000 (22:34 -0400)]
Merge PR #67440 into tentacle

* refs/pull/67440/head:
RGW: remove custom copy constructor for RGWObjectCtx and enforce no copy/move

2 months agoMerge PR #66769 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:33:32 +0000 (22:33 -0400)]
Merge PR #66769 into tentacle

* refs/pull/66769/head:
test/rgw/logging: run teuthology on erasure coded pool
rgw/bucket-logging: support for EC pools
rgw/logging: do not create empty temporary objects
rgw/logging: deleteting the object holding the temp object name on cleanup
rgw/logging: make sure source bucket is in the target's list
rgw/logging: removed unused APIs from header
rgw/logging: fix race condition when name update returns ECANCELED
rgw/logging: add error message when log_record fails
rgw/logging: rollover objects when conf changes
rgw/logging: allow committing empty objects
rgw/logging: verify http method exists
rgw/logging: fix/remove/add bucket logging op names
rgw/logging: refactor canonical_name()
rgw/logging: fix canonical names
rgw: RGWPostBucketLoggingOp uses yield context

Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
2 months agoMerge PR #66168 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:30:44 +0000 (22:30 -0400)]
Merge PR #66168 into tentacle

* refs/pull/66168/head:
rgw/multisite: check the local bucket's versioning status when replicating deletion from remote

Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
2 months agoMerge PR #66300 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:30:26 +0000 (22:30 -0400)]
Merge PR #66300 into tentacle

* refs/pull/66300/head:
rgw/zone: remove duplicated startup logic in RGWSI_Zone

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 months agoMerge PR #68594 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:24:14 +0000 (22:24 -0400)]
Merge PR #68594 into tentacle

* refs/pull/68594/head:
RGW: Change prerequest hook to run after authorization process

Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
2 months agoMerge PR #67923 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:23:37 +0000 (22:23 -0400)]
Merge PR #67923 into tentacle

* refs/pull/67923/head:
rgw/test [tentacle]: add missing ceph and call_ceph shell functions
RGW/test_multi/RGWBucketFullSyncCR: test bucket full sync while source bucket is deleted in the middle
RGW/multisite/RGWListRemoteBucketCR: clear reused bucket_list_result to avoid stale listings
RGW/multisite: bucket_list_result object provides a method to reset its entries
RGW/multisite: add some more debug logs to sync codepath
RGW/test_multi: remove unused import
RGW/test_multi: allow Cluster object to run ceph admin commands
RGW: add delay injection options for integration testing
RGW: make SSTR macro safe against variable name collisions

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 months agoMerge PR #65557 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:20:14 +0000 (22:20 -0400)]
Merge PR #65557 into tentacle

* refs/pull/65557/head:
rgw: discard olh_ attributes when copying object from a versioning-suspended bucket to a versioning-disabled bucket

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
2 months agoMerge PR #68709 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:19:02 +0000 (22:19 -0400)]
Merge PR #68709 into tentacle

* refs/pull/68709/head:
osd: Deleting PG should discard pwlc

Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
2 months agoMerge PR #68374 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:14:33 +0000 (22:14 -0400)]
Merge PR #68374 into tentacle

* refs/pull/68374/head:
qa: enforce centos9 for test
qa: rename distro
qa/suites/fs/bugs: use centos9 for squid upgrade test
qa: remove unused variables
qa: use centos9 for fs suites using k-testing
qa: update fs suite to rocky10
qa: skip dashboard install due to dependency noise
qa: only setup nat rules during bridge creation
qa: correct wording of comment
qa: use nft instead iptables
qa: use py3 builtin ipaddress module

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
2 months agoMerge PR #68569 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:14:14 +0000 (22:14 -0400)]
Merge PR #68569 into tentacle

* refs/pull/68569/head:
tentacle: only add package tasks if rocky is the final distro
qa/distros: add centos 9 stream back to supported distros
qa/distros: re-install nvme-cli package in rocky tests
qa: allowlist bpf podman denials on Rocky 10
qa/distros: bump rocky to 10.1
qa/distros: add rocky_10 as supported container host
qa/distros: bump rpm_latest.yaml to rocky_10.yaml
qa/distros: rename centos_latest.yaml to rpm_latest.yaml
qa/distros: add rocky_9 and rocky_10

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 months agoMerge PR #68660 into tentacle
Patrick Donnelly [Sat, 9 May 2026 00:03:14 +0000 (20:03 -0400)]
Merge PR #68660 into tentacle

* refs/pull/68660/head:
qa/suites/upgrade: allow upgrades to Rocky 10–based containers
qa/suites/upgrade: exclude rocky when Reef is involved
qa/suites/upgrade: update upgrade paths
qa/suites/upgrade: exclude rocky when Squid is involved

Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>