]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
5 days agomgr/dashboard: fix all ts eslint errors 70069/head
Nizamudeen A [Thu, 9 Jul 2026 10:01:27 +0000 (15:31 +0530)]
mgr/dashboard: fix all ts eslint errors

as per the newer eslint rules. i limited it to only prettifying the code
instead of changing anything functional. running `npm run fix` did the
magic

Fixes: https://tracker.ceph.com/issues/77112
Signed-off-by: Nizamudeen A <nia@redhat.com>
5 days agomgr/dashboard: fix all prettier warnings
Nizamudeen A [Thu, 9 Jul 2026 08:14:05 +0000 (13:44 +0530)]
mgr/dashboard: fix all prettier warnings

basically ran `npm run fix:html` and commited everything

Fixes: https://tracker.ceph.com/issues/77112
Signed-off-by: Nizamudeen A <nia@redhat.com>
5 days agomgr/dashboard: fix html lint errors according to new rules
Nizamudeen A [Thu, 9 Jul 2026 07:52:58 +0000 (13:22 +0530)]
mgr/dashboard: fix html lint errors according to new rules

mostly accessibility issues like

 - A label component must be associated with a form element
   Fixed by adding `for` to labels and sometimes replacing label with
legend

 - Elements with interaction handlers must be focusable
 - click must be accompanied by either keyup, keydown or keypress event for accessibility
 - <button> should have content

Fixes: https://tracker.ceph.com/issues/77112
Signed-off-by: Nizamudeen A <nia@redhat.com>
5 days agomgr/dashboard: add more html lint rules and fixer
Nizamudeen A [Thu, 9 Jul 2026 07:49:59 +0000 (13:19 +0530)]
mgr/dashboard: add more html lint rules and fixer

deprecate the older eslint packages and install the unified official
packages for eslint and migrate .eslintrc to eslint.config.js.

also bump prettier

Fixes: https://tracker.ceph.com/issues/77112
Signed-off-by: Nizamudeen A <nia@redhat.com>
5 days agoMerge pull request #69302 from rhcs-dashboard/77132-Crete-osds-conversion-full-to...
Afreen Misbah [Fri, 10 Jul 2026 09:09:28 +0000 (14:39 +0530)]
Merge pull request #69302 from rhcs-dashboard/77132-Crete-osds-conversion-full-to-wide-tearsheet

mgr/dashboard: Converting Create OSDs tearsheet type from Full to Wide

Reviewed-by: Afreen Misbah <afreen@ibm.com>
5 days agoMerge pull request #69827 from mohit84/mclock_perf_counter
mohit84 [Fri, 10 Jul 2026 06:57:16 +0000 (12:27 +0530)]
Merge pull request #69827 from mohit84/mclock_perf_counter

crimson/osd: add per-class mClock scheduler perf counters

5 days agoMerge pull request #69692 from rhcs-dashboard/feature/new-create-role-design
Afreen Misbah [Fri, 10 Jul 2026 06:09:59 +0000 (11:39 +0530)]
Merge pull request #69692 from rhcs-dashboard/feature/new-create-role-design

mgr/dashboard: Align RGW Account Role forms with updated UX design

Reviewed-by: Afreen Misbah <afreen@ibm.com>
5 days agoMerge pull request #69938 from ronen-fr/wip-rf-nodp-crimson
Ronen Friedman [Fri, 10 Jul 2026 04:46:14 +0000 (07:46 +0300)]
Merge pull request #69938 from ronen-fr/wip-rf-nodp-crimson

qa/crimson: ignore PG_NOT_DEEP_SCRUBBED in all crimson tests

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
5 days agoMerge pull request #70094 from phlogistonjohn/jjm-fix-issue78117
Kefu Chai [Fri, 10 Jul 2026 02:37:38 +0000 (10:37 +0800)]
Merge pull request #70094 from phlogistonjohn/jjm-fix-issue78117

pybind/mgr: disable type checking in diskprediction_local

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
5 days agoMerge pull request #69930 from ceph/Add-more-mac-configs
John Mulligan [Thu, 9 Jul 2026 23:47:33 +0000 (19:47 -0400)]
Merge pull request #69930 from ceph/Add-more-mac-configs

mgr/smb: add fruit:nfs_aces=no for macOS compatibility mode

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Anoop C S <anoopcs@cryptolab.net>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
5 days agoMerge PR #69465 into main
Patrick Donnelly [Thu, 9 Jul 2026 23:46:32 +0000 (19:46 -0400)]
Merge PR #69465 into main

* refs/pull/69465/head:
script/ptl-tool: source githubmap only when producing credits

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
5 days agoMerge pull request #70083 from phlogistonjohn/jjm-smb-teuth-workunit-pin
John Mulligan [Thu, 9 Jul 2026 23:46:25 +0000 (19:46 -0400)]
Merge pull request #70083 from phlogistonjohn/jjm-smb-teuth-workunit-pin

qa/workunits/smb: work around test failures by pinning smbprotocol version

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Anoop C S <anoopcs@cryptolab.net>
5 days agoMerge pull request #68920 from adamemerson/wip-76094
Adam Emerson [Thu, 9 Jul 2026 20:45:54 +0000 (16:45 -0400)]
Merge pull request #68920 from adamemerson/wip-76094

rgw: Fix crashes on realm reload

Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Matthew N. Heler <matthew.heler@hotmail.com>
Reviewed-by: Oguzhan Ozmen <oozmen@bloomberg.net>
5 days agopybind/mgr: disable type checking in diskprediction_local 70094/head
John Mulligan [Thu, 9 Jul 2026 20:12:11 +0000 (16:12 -0400)]
pybind/mgr: disable type checking in diskprediction_local

Disable type checking in the __preprocess function of
diskprediction_local. This function is already collecting a lot of
`type: ignore` comments and adding more is getting difficult due to
the structure of this function. This time we were hitting errors
like:

diskprediction_local/predictor.py:160: error: Value of type "NDArray?[Any]" is not indexable  [index]
diskprediction_local/predictor.py:161: error: "NDArray?[Any]" has no attribute "shape"  [attr-defined]

on python 3.12.

Fixes: https://tracker.ceph.com/issues/78117
Signed-off-by: John Mulligan <jmulligan@redhat.com>
5 days agoMerge pull request #70048 from yima77/cls-update-cmpomap-for-cas-use
yima77 [Thu, 9 Jul 2026 18:57:52 +0000 (14:57 -0400)]
Merge pull request #70048 from yima77/cls-update-cmpomap-for-cas-use

rgw/cls: Make cmpomap workable for atomic updates with different values

5 days agoMerge pull request #69841 from cbodley/wip-qa-rgw-crypt-kmip-re-renable
Casey Bodley [Thu, 9 Jul 2026 17:21:04 +0000 (13:21 -0400)]
Merge pull request #69841 from cbodley/wip-qa-rgw-crypt-kmip-re-renable

Revert "Reapply "qa/rgw/crypt: disable failing kmip testing""

Reviewed-by: Adam Emerson <aemerson@redhat.com>
6 days agoMerge pull request #70057 from bluikko/wip-doc-radosgw-adminops-ref
bluikko [Thu, 9 Jul 2026 16:03:06 +0000 (23:03 +0700)]
Merge pull request #70057 from bluikko/wip-doc-radosgw-adminops-ref

doc/radosgw: use ref instead of external link definition

6 days agorgw/cls: Make cmpomap workable for atomic updates with different values 70048/head
Yixin Jin [Wed, 8 Jul 2026 13:46:12 +0000 (09:46 -0400)]
rgw/cls: Make cmpomap workable for atomic updates with different values

1. Make cmp_vals() to take in ObjectOperation to allow
it work with ObjectWriteOperation.

2. Add comments for cmp_set_vals() regarding how different
omap values may be set.

3. Add unit tests to verify the transactional nature of
ObjectWriteOperation used when setting different omap values.

Fixes: https://tracker.ceph.com/issues/76622
Signed-off-by: Yixin Jin <yjin77@yahoo.ca>
6 days agoqa/workunits/smb: work around test failures by pinning smbprotocol version 70083/head
John Mulligan [Thu, 9 Jul 2026 14:28:13 +0000 (10:28 -0400)]
qa/workunits/smb: work around test failures by pinning smbprotocol version

Work around new tests failures (in the TestHostsAccessToggle1 tests)
where the error/exception handling has apparently changed by just
pinning the version (by excluding the new v1.17.0 and newer versions).

Signed-off-by: John Mulligan <jmulligan@redhat.com>
6 days agoMerge pull request #69520 from sunyuechi/warnings-crimson-cmake
Kefu Chai [Thu, 9 Jul 2026 13:59:06 +0000 (21:59 +0800)]
Merge pull request #69520 from sunyuechi/warnings-crimson-cmake

crimson/cmake: restrict -Wno-non-virtual-dtor to C++ sources

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
6 days agoMerge pull request #69998 from rkachach/fix_issue_77991
Redouane Kachach [Thu, 9 Jul 2026 13:44:02 +0000 (15:44 +0200)]
Merge pull request #69998 from rkachach/fix_issue_77991

qa/cephadm: fix hardcoded 'sshd' unit name in setup_ca_signed_keys

Reviewed-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
6 days agoMerge pull request #68290 from lumir-sliva/cephadm/fix-unknown-state-health-warning
Redouane Kachach [Thu, 9 Jul 2026 13:42:10 +0000 (15:42 +0200)]
Merge pull request #68290 from lumir-sliva/cephadm/fix-unknown-state-health-warning

mgr/cephadm: don't treat unknown daemon state as error

Reviewed-by: Redouane Kachach <rkachach@ibm.com>
6 days agoMerge pull request #69882 from guits/node-proxy-spec-fix
Redouane Kachach [Thu, 9 Jul 2026 13:38:47 +0000 (15:38 +0200)]
Merge pull request #69882 from guits/node-proxy-spec-fix

node-proxy: fix NodeProxySpec deserialization from JSON

Reviewed-by: Adam King <adking@redhat.com>
6 days agoMerge pull request #69984 from rkachach/fix_issue_77980
Redouane Kachach [Thu, 9 Jul 2026 13:34:15 +0000 (15:34 +0200)]
Merge pull request #69984 from rkachach/fix_issue_77980

mgr/cephadm: pass RGW zonegroup hostnames as custom SANs

Reviewed-by: Ashwin M. Joshi <ashjosh1@in.ibm.com>
6 days agoMerge pull request #69668 from knrt10/fix-buffer-pos
Kautilya Tripathi [Thu, 9 Jul 2026 13:03:32 +0000 (18:33 +0530)]
Merge pull request #69668 from knrt10/fix-buffer-pos

crimson/osd: guard recovery clone overlap with try_lock_for_read

6 days agocrimson/osd: add per-class mClock scheduler perf counters 69827/head
Mohit Agrawal [Tue, 30 Jun 2026 08:53:46 +0000 (14:23 +0530)]
crimson/osd: add per-class mClock scheduler perf counters

Fixes: https://tracker.ceph.com/issues/77806
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
6 days agoqa/crimson: ignore PG_NOT_DEEP_SCRUBBED in all crimson tests 69938/head
Ronen Friedman [Sat, 4 Jul 2026 11:29:53 +0000 (11:29 +0000)]
qa/crimson: ignore PG_NOT_DEEP_SCRUBBED in all crimson tests

As we do not yet scrub scheduling in Crimson, the
OSDs do not perform deep scrubs. last_deep_scrub_stamp thus
stays at epoch 0 for all PGs. The monitor flags these as overdue
immediately, causing spurious test failures — particularly in tests
that restart OSDs (e.g. crimson_fio_restart), where PGs reaching
active+clean state trigger the health check.

Fixes: https://tracker.ceph.com/issues/77929
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
6 days agoMerge pull request #70042 from abitdrag/wip-doc-add-resync-note
Ilya Dryomov [Thu, 9 Jul 2026 08:16:03 +0000 (10:16 +0200)]
Merge pull request #70042 from abitdrag/wip-doc-add-resync-note

doc/rbd: clarify mirror resync snapshot behavior

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
6 days agodoc/rbd: clarify mirror resync snapshot behavior 70042/head
Super User [Wed, 8 Jul 2026 12:05:16 +0000 (17:35 +0530)]
doc/rbd: clarify mirror resync snapshot behavior

Add documentation explaining that rbd mirror resync only copies
image state and data up to the last mirror-snapshot for
snapshot-based mirroring. Document the requirement to create
a new mirror-snapshot on current primary so that new changes
(including resize operation) gets reflected on secondary after
resync.

Fixes: https://tracker.ceph.com/issues/78050
Signed-off-by: Miki Patel <miki.patel132@gmail.com>
6 days agoMerge pull request #69942 from ronen-fr/wip-rf-339463backfl
Ronen Friedman [Thu, 9 Jul 2026 06:45:35 +0000 (09:45 +0300)]
Merge pull request #69942 from ronen-fr/wip-rf-339463backfl

crimson/osd: fix backfill deadlock when only delete operations remain

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Reviewed-by: Mohit Agrawal <moagrawa@redhat.com>
6 days agomgr/dashboard: Align RGW Account Role forms with updated UX design 69692/head
Sagar Gopale [Thu, 25 Jun 2026 07:07:25 +0000 (12:37 +0530)]
mgr/dashboard: Align RGW Account Role forms with updated UX design

Signed-off-by: Sagar Gopale <sagar.gopale@ibm.com>
6 days agoMerge pull request #69614 from dkelson/fix-rdma-fd-eventfd-abort
Kefu Chai [Thu, 9 Jul 2026 06:31:51 +0000 (14:31 +0800)]
Merge pull request #69614 from dkelson/fix-rdma-fd-eventfd-abort

msg/async/rdma: don't abort on an invalid per-connection eventfd

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
6 days agoMerge pull request #69766 from rhcs-dashboard/angular-19.2.x
Nizamudeen A [Thu, 9 Jul 2026 06:12:21 +0000 (11:42 +0530)]
Merge pull request #69766 from rhcs-dashboard/angular-19.2.x

mgr/dashboard: bump angular to 19.2.25

Reviewed-by: Naman Munet <nmunet@redhat.com>
Reviewed-by: Afreen Misbah <afreen@ibm.com>
6 days agoMerge pull request #69913 from shraddhaag/wip-shraddhaag-enable-fastec-tests
Shraddha Agrawal [Thu, 9 Jul 2026 05:26:16 +0000 (10:56 +0530)]
Merge pull request #69913 from shraddhaag/wip-shraddhaag-enable-fastec-tests

src/test/librados: enable FastEC tests with crimson

6 days agodoc/radosgw: use ref instead of external link definition 70057/head
Ville Ojamo [Thu, 9 Jul 2026 05:06:33 +0000 (12:06 +0700)]
doc/radosgw: use ref instead of external link definition

Use a validated intra-docs link using the ref role instead of abusing
external link definitions.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
6 days agoMerge pull request #69893 from tchaikov/wip-rgw-web-cache
Kefu Chai [Thu, 9 Jul 2026 04:55:30 +0000 (12:55 +0800)]
Merge pull request #69893 from tchaikov/wip-rgw-web-cache

common/web_cache: switch from std::shared_mutex to ceph::shared_mutex

Reviewed-by: Marcel Lauhoff <marcel.lauhoff@clyso.com>
6 days agoMerge pull request #69712 from rhcs-dashboard/table-selection
Nizamudeen A [Thu, 9 Jul 2026 04:48:31 +0000 (10:18 +0530)]
Merge pull request #69712 from rhcs-dashboard/table-selection

mgr/dashboard: persist table selection across server side page changes

Reviewed-by: Nizamudeen A <nia@redhat.com>
6 days agocrimson/osd: guard recovery clone overlap with try_lock_for_read 69668/head
Kautilya Tripathi [Mon, 22 Jun 2026 03:28:43 +0000 (08:58 +0530)]
crimson/osd: guard recovery clone overlap with try_lock_for_read

Crimson recovery could use a neighbor clone as a clone_subset source
during osd_recover_clone_overlap without checking whether that clone
was safe to read. Classic OSD takes a read lock on the neighbor clone
via try_lock_for_read() before using it.

Under snap trim + recovery stress, recovery could clone_range from a
clone that snap trim was modifying, producing wrong object content
(ceph_test_rados: incorrect buffer at pos 1462272).

calc_clone_subsets() and calc_head_subsets() now return clone overlap
candidates in preference order only. ReplicatedRecoveryBackend locks
the first usable neighbor clone from each list and holds those read
locks until push/pull recovery completes. RecoveryCloneLockManager
releases locks in its destructor so move-assign cannot leak a held
lock and block snap trim.

Fixes: https://tracker.ceph.com/issues/76499
Signed-off-by: Kautilya Tripathi <kautilya.tripathi@ibm.com>
6 days agoMerge pull request #70036 from bluikko/wip-doc-remove-rtd-sphinx-search
Kefu Chai [Thu, 9 Jul 2026 00:16:31 +0000 (08:16 +0800)]
Merge pull request #70036 from bluikko/wip-doc-remove-rtd-sphinx-search

doc: remove unsupported readthedocs-sphinx-search

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Dan Mick <dan.mick@redhat.com>
Reviewed-by: Kefu Chai <k.chai@proxmox.com>
6 days agorgw/beast: dispatch connection close on strand during pause 68920/head
Lumir Sliva [Fri, 24 Apr 2026 11:01:23 +0000 (13:01 +0200)]
rgw/beast: dispatch connection close on strand during pause

AsioFrontend::pause() (and stop()) call ConnectionList::close() from
the realm reloader thread. That invokes socket.close() on every live
connection from a thread that isn't the connection's asio strand, so
the reactor deregisters each socket's descriptor_state racing against
the coroutine that handles the connection. If a keep-alive connection
is starting its next async_read_some() on its strand at the same time,
epoll_reactor::start_op() dereferences the descriptor_state that close
has already freed and radosgw segfaults in an io_context_pool thread.

This matches the race pattern fixed for timeout_timer in 86ad0b891b0:
any caller that touches socket state from outside the strand needs to
be serialized with the coroutine.

Store the coroutine's strand executor on Connection and dispatch the
close onto that strand in ConnectionList::close(). The lambda captures
an intrusive_ptr to Connection so the object lives until the close
actually runs, since connections.clear() unlinks the list entry right
after dispatch.

Tracker: https://tracker.ceph.com/issues/76094
Signed-off-by: Lumir Sliva <61183145+lumir-sliva@users.noreply.github.com>
Update `unittest_rgw_asio_frontend` to run the `io_context` and
execute in a coroutine to match the environment in RGW.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
6 days agocommon/async: `io_context_pool` no longer moves from init function
Adam C. Emerson [Thu, 30 Apr 2026 00:57:35 +0000 (20:57 -0400)]
common/async: `io_context_pool` no longer moves from init function

Previously if we received an rvalue function object we would call a
moved-from object on all but the first thread. In practice this didn't
cause an issue, but only because of the functions we were passing.

Fixes: https://tracker.ceph.com/issues/76094
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
6 days agorgw: Fix name and add operators for io_context holder
Adam C. Emerson [Tue, 7 Apr 2026 07:06:53 +0000 (03:06 -0400)]
rgw: Fix name and add operators for io_context holder

This is essentially a special case of an optional and it should act
like one.

I asked the original author to updated it but they didn't want to, so
I did it myself.

Fixes: https://tracker.ceph.com/issues/76094
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
6 days agorgw/rados: Initialize things before starting threads that use them
Adam C. Emerson [Wed, 1 Apr 2026 19:40:12 +0000 (15:40 -0400)]
rgw/rados: Initialize things before starting threads that use them

To prevent a race condition/crash on realm reload where sync was
trying to put objects through quota before quota was initialized.

Fixes: https://tracker.ceph.com/issues/76094
Fixes: https://tracker.ceph.com/issues/77883
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
6 days agorgw: Check `going_down` in other-than-`interval_set` loop
Adam C. Emerson [Wed, 1 Apr 2026 18:30:18 +0000 (14:30 -0400)]
rgw: Check `going_down` in other-than-`interval_set` loop

Without this we can end up in an infinite loop where we just fill the
log with -ECANCELED from `get_next()`. Duplicates a check in the
`blocked_operations` loop.

Fixes: https://tracker.ceph.com/issues/76094
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
6 days agoMerge pull request #70040 from rhcs-dashboard/fix-78051-main
Afreen Misbah [Wed, 8 Jul 2026 17:12:56 +0000 (22:42 +0530)]
Merge pull request #70040 from rhcs-dashboard/fix-78051-main

mgr/dashboard: fix RGW - Export realm token form

Reviewed-by: Afreen Misbah <afreen@ibm.com>
6 days agoMerge pull request #70024 from bluikko/wip-doc-sphinx-warnings-202607
bluikko [Wed, 8 Jul 2026 17:03:59 +0000 (00:03 +0700)]
Merge pull request #70024 from bluikko/wip-doc-sphinx-warnings-202607

doc: fix Sphinx complaints and some rendering errors

7 days agomgr/dashboard: fixing manual deployment option for osd creation flow 69302/head
Devika Babrekar [Wed, 8 Jul 2026 13:10:12 +0000 (18:40 +0530)]
mgr/dashboard: fixing manual deployment option for osd creation flow

Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
7 days agosrc/test/librados: enable FastEC tests with crimson 69913/head
Shraddha Agrawal [Thu, 2 Jul 2026 12:35:16 +0000 (18:05 +0530)]
src/test/librados: enable FastEC tests with crimson

This commit enables fast EC tests such that they are run for crimson
OSDs. This is done towards an effort to establish reliable fast EC
support in crimson.

These tests where previously enabled as part of another PR but
ultimately were not merged due to insufficient confidence.

Fixes: https://tracker.ceph.com/issues/77910
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
7 days agomgr/cephadm: don't treat unknown daemon state as error 68290/head
Lumir Sliva [Thu, 9 Apr 2026 16:14:21 +0000 (18:14 +0200)]
mgr/cephadm: don't treat unknown daemon state as error

cephadm ls may transiently report state='unknown' for daemons that are
still starting up. The state mapping in _refresh_host_daemons mapped
'unknown' to DaemonDescriptionStatus.error, which caused
update_failed_daemon_health_check to fire CEPHADM_FAILED_DAEMON for
daemons that were simply mid-startup. The warning clears on the next
refresh once the daemon reaches a real state, but it causes spurious
QA failures across many test suites.

Map 'unknown' to DaemonDescriptionStatus.unknown instead — the enum
value already exists and is handled by to_str() and the dashboard.
get_error_daemons() only checks for .error, so unknown daemons no
longer trigger the health warning.

Signed-off-by: Lumir Sliva <61183145+lumir-sliva@users.noreply.github.com>
7 days agodoc: remove unused readthedocs-sphinx-search 70036/head
Ville Ojamo [Wed, 8 Jul 2026 09:59:30 +0000 (16:59 +0700)]
doc: remove unused readthedocs-sphinx-search

Remove readthedocs-sphinx-search from the RTD build environment because
it seems to be unused and unsupported.

RTD has archived the readthedocs-sphinx-search repo since Apr 2025.
The docs website does not seem to show such function, the search box
in the top-left corner requires a search to be submitted and is not
live.

Fixes: https://tracker.ceph.com/issues/72918
Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
7 days agomgr/smb: add fruit:nfs_aces=no for macOS compatibility mode 69930/head
Shwetha Acharya [Fri, 3 Jul 2026 06:56:34 +0000 (12:26 +0530)]
mgr/smb: add fruit:nfs_aces=no for macOS compatibility mode

When macOS client compatibility is enabled, add the global Samba
configuration option 'fruit:nfs_aces = no' to disable NFS ACE
handling in the fruit VFS module. This improves compatibility
with macOS SMB clients by preventing conflicts between NFS-style
ACLs and macOS extended attributes.

The configuration is automatically applied when:
- Creating a new cluster with --client-compat=macos
- Updating an existing cluster to macOS mode

Signed-off-by: Shwetha K Acharya <Shwetha.K.Acharya@ibm.com>
7 days agoMerge pull request #69670 from Matan-B/wip-matanb-seastore-onode-metrics
Matan Breizman [Wed, 8 Jul 2026 11:53:59 +0000 (14:53 +0300)]
Merge pull request #69670 from Matan-B/wip-matanb-seastore-onode-metrics

crimson/os/seastore/onode: measure onode-tree lookup cost

Reviewed-by: Xuehan Xu <xuxuehan@qianxin.com>
7 days agomgr/dashboard: fix RGW - Export realm token form 70040/head
Aashish Sharma [Wed, 8 Jul 2026 11:49:31 +0000 (17:19 +0530)]
mgr/dashboard: fix RGW - Export realm token form

When there are multiple realms in rgw multi-site, the realm name/token fields overflow the modal content area

Fixes: https://tracker.ceph.com/issues/78051
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
7 days agoMerge pull request #69839 from rhcs-dashboard/fix-duplicate-acc-name
Afreen Misbah [Wed, 8 Jul 2026 10:55:03 +0000 (16:25 +0530)]
Merge pull request #69839 from rhcs-dashboard/fix-duplicate-acc-name

mgr/dashboard: add account name duplicate check

Reviewed-by: Nizamudeen A <nia@redhat.com>
7 days agoMerge pull request #69540 from Jayaprakash-ibm/wip-bluestore-allocator-perf
Adam Kupczyk [Wed, 8 Jul 2026 09:37:30 +0000 (11:37 +0200)]
Merge pull request #69540 from Jayaprakash-ibm/wip-bluestore-allocator-perf

os/bluestore: add new allocator perf counters for  allocator lock wait and processing latency

7 days agoMerge pull request #69470 from rhcs-dashboard/fix-77400-main
Aashish Sharma [Wed, 8 Jul 2026 08:40:10 +0000 (14:10 +0530)]
Merge pull request #69470 from rhcs-dashboard/fix-77400-main

mgr/dashboard: fix version string overlap, incomplete version on upgrades page

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agoMerge pull request #69331 from Matan-B/wip-matanb-cyanstore-fix
Matan Breizman [Wed, 8 Jul 2026 07:19:34 +0000 (10:19 +0300)]
Merge pull request #69331 from Matan-B/wip-matanb-cyanstore-fix

crimson/osd: fix CyanStore boot with crimson OSD

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
7 days agodoc: fix Sphinx complaints and some rendering errors 70024/head
Ville Ojamo [Wed, 8 Jul 2026 05:27:06 +0000 (12:27 +0700)]
doc: fix Sphinx complaints and some rendering errors

Fix 25 criticals, errors, and warnings from Sphinx.
Some of the changes did not change rendering but most fixed unintended
rendering, broken link etc.
Change Mon to Monitor in ceph-secrets.rst.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
7 days agoMerge pull request #69783 from sunyuechi/openruyi-spec
Kefu Chai [Wed, 8 Jul 2026 05:45:08 +0000 (13:45 +0800)]
Merge pull request #69783 from sunyuechi/openruyi-spec

ceph.spec.in: add support for openRuyi

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
7 days agomgr/dashboard: teardown http requests for feature-toggle 69766/head
Nizamudeen A [Wed, 8 Jul 2026 05:21:50 +0000 (10:51 +0530)]
mgr/dashboard: teardown http requests for feature-toggle

angular 19.2.latest is aggressively tearing down the test env which
forces the active rxjs timer to emit one execution as it collapses which
produces a ghost http in the case of request wrapped in the timer
service. so for now flushing all the requests manually to prevent it

Fixes: https://tracker.ceph.com/issues/77729
Signed-off-by: Nizamudeen A <nia@redhat.com>
7 days agoMerge pull request #69917 from rhcs-dashboard/edit-host-access
Afreen Misbah [Wed, 8 Jul 2026 04:47:38 +0000 (10:17 +0530)]
Merge pull request #69917 from rhcs-dashboard/edit-host-access

mgr/dashboard: NVMe-oF – Enable editing host access from the Subsystem Overview page

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agomgr/dashboard: bump angular to 19.2.25
Nizamudeen A [Fri, 26 Jun 2026 09:32:08 +0000 (15:02 +0530)]
mgr/dashboard: bump angular to 19.2.25

Fixes: https://tracker.ceph.com/issues/77729
Signed-off-by: Nizamudeen A <nia@redhat.com>
7 days agoMerge pull request #68325 from ljflores/wip-tracker-75414
Laura Flores [Tue, 7 Jul 2026 19:57:02 +0000 (14:57 -0500)]
Merge pull request #68325 from ljflores/wip-tracker-75414

qa/suites/upgrade: add POOL_FULL variations to ignorelist

Reviewed-by: Radosław Zarzyński <Radoslaw.Adam.Zarzynski@ibm.com>
7 days agoMerge pull request #69988 from idryomov/wip-77982
Ilya Dryomov [Tue, 7 Jul 2026 19:16:04 +0000 (21:16 +0200)]
Merge pull request #69988 from idryomov/wip-77982

qa/suites/rbd/valgrind: pin to centos_9.stream instead of rpm_latest

Reviewed-by: Ramana Raja <rraja@redhat.com>
8 days agoMerge pull request #69949 from sunyuechi/fix-subshellkilled-typo
Kefu Chai [Tue, 7 Jul 2026 13:51:52 +0000 (21:51 +0800)]
Merge pull request #69949 from sunyuechi/fix-subshellkilled-typo

test/subprocess: add missing space in SubshellKilled subcommand

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
8 days agoqa/cephadm: fix hardcoded 'sshd' unit name in setup_ca_signed_keys 69998/head
Redouane Kachach [Tue, 7 Jul 2026 13:47:11 +0000 (15:47 +0200)]
qa/cephadm: fix hardcoded 'sshd' unit name in setup_ca_signed_keys

setup_ca_signed_keys() hardcoded `systemctl restart sshd`, which fails
on Debian/Ubuntu where the SSH server unit is named `ssh.service`
rather than `sshd.service`. Try `ssh` first, fall back to `sshd` if
that fails, grouped so the fallback only fires on restart failure and
doesn't mask a failed config write.

Fixes: https://tracker.ceph.com/issues/77991
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
8 days agoMerge pull request #69889 from samarahu/standalone-lifecycle-sqlite
Samarah Uriarte [Tue, 7 Jul 2026 13:30:31 +0000 (08:30 -0500)]
Merge pull request #69889 from samarahu/standalone-lifecycle-sqlite

rgw/posix: Implement SQLite lifecycle in POSIXUserDB

Reviewed-by: Daniel Gryniewicz <dang1@ibm.com>
8 days agomgr/dashboard: fix cancel button
Afreen Misbah [Tue, 7 Jul 2026 12:58:32 +0000 (18:28 +0530)]
mgr/dashboard: fix cancel button

Signed-off-by: Afreen Misbah <afreen@ibm.com>
8 days agoqa/suites/rbd/valgrind: pin to centos_9.stream instead of rpm_latest 69988/head
Ilya Dryomov [Tue, 7 Jul 2026 09:29:44 +0000 (11:29 +0200)]
qa/suites/rbd/valgrind: pin to centos_9.stream instead of rpm_latest

This used to be the case before commit d4b977afdc59 ("qa/distros:
rename centos_latest.yaml to rpm_latest.yaml") and subsequent changes
to enable Rocky 10.  When paired with valgrind, python_api_tests* jobs
fail persistently on Ubuntu and Rocky, see [1].  Switch back until that
is resolved (or for as long as centos_9.stream remains in the mix).

[1] https://tracker.ceph.com/issues/74864

Fixes: https://tracker.ceph.com/issues/77982
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
8 days agoMerge pull request #69693 from rhcs-dashboard/fix-77596-create
Afreen Misbah [Tue, 7 Jul 2026 11:33:22 +0000 (17:03 +0530)]
Merge pull request #69693 from rhcs-dashboard/fix-77596-create

mgr/dashboard: Implement backword support for Create existing nvme-oF gateway groups through UI

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
8 days agocrimson/osd: fix CyanStore boot with crimson OSD 69331/head
Matan Breizman [Mon, 8 Jun 2026 12:45:20 +0000 (15:45 +0300)]
crimson/osd: fix CyanStore boot with crimson OSD

- Remove dead cyan_store.h includes from pg.cc and shard_services.cc.
- Fix CyanStore::mkfs to write type="cyanstore" instead of "memstore"
- Handle missing device class in OSD::start: stores that return an empty
  device class (e.g CyanStore) now fall back to is_rotational=false with
  a warning instead of throwing

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
8 days agocrimson/os/seastore/onode: measure onode-tree lookup cost 69670/head
Matan Breizman [Tue, 23 Jun 2026 10:31:55 +0000 (10:31 +0000)]
crimson/os/seastore/onode: measure onode-tree lookup cost

Before optimizing the onode lookup paths we should measure the existing
cost if each possible optimization.

The per-node search is already binary search(see search_result_bs_t
binary_search). Possible costs are:
- per-level node traversal
- STAGE_STRING ns/oid memcmp (rbd has long shared oid prefixes)

Adding the following stats to be exposed as seastar-metrics (not logs).

Keep the new sampling per-comparison overhead out unless needed for
measurment runs.

Candidate optimization leads from the numbers:
* cross-node string/prefix dedup (marked as TODOs in stage.h) this could
  result in cheaper compares for shared (rbd) prefixes.
* shrink onode_layout_t - marked as onode.h TODO.
  stop inlining oi and ss to get more objects per leaf.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
8 days agomgr/cephadm: pass RGW zonegroup hostnames as custom SANs 69984/head
Redouane Kachach [Tue, 7 Jul 2026 10:37:53 +0000 (12:37 +0200)]
mgr/cephadm: pass RGW zonegroup hostnames as custom SANs

Fix RGW certificate generation so `zonegroup_hostnames` and wildcard
SANs are passed to `get_certificates()` using the correct keyword
argument. Previously, RGW built the expected SAN list from
`zonegroup_hostnames` and `wildcard_enabled`, but passed it
positionally so it was interpreted as ips list.

Also add a unit test to cover the RGW `zonegroup_hostnames` +
`wildcard_enabled` path and ensure SANs are passed as `custom_sans`.

Fixed other calls to enforce the usage of keywords for arguments just
to avoid similar issues in the future.

Fixes: https://tracker.ceph.com/issues/77980
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
8 days agomgr/dashboard: fix version string overlap, incomplete version on upgrades page 69470/head
Aashish Sharma [Mon, 15 Jun 2026 08:27:44 +0000 (13:57 +0530)]
mgr/dashboard: fix version string overlap, incomplete version on upgrades page

Fixes: https://tracker.ceph.com/issues/77400
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
8 days agoMerge pull request #69865 from sunyuechi/wip-osd-asok-route-einval
Kefu Chai [Tue, 7 Jul 2026 08:27:25 +0000 (16:27 +0800)]
Merge pull request #69865 from sunyuechi/wip-osd-asok-route-einval

osd: report -EINVAL to on_finish in asok_route_to_pg catch

Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Reviewed-by: Kefu Chai <k.chai@proxmox.com>
8 days agoMerge pull request #69117 from linuxbox2/wip-tracker-76924
anrao19 [Tue, 7 Jul 2026 05:39:05 +0000 (11:09 +0530)]
Merge pull request #69117 from linuxbox2/wip-tracker-76924

rgwlc:  faithfully store lifecycle filters

8 days agoMerge pull request #69086 from harsimran-05/AddingHeadObjectMetricstoProm
anrao19 [Tue, 7 Jul 2026 05:38:48 +0000 (11:08 +0530)]
Merge pull request #69086 from harsimran-05/AddingHeadObjectMetricstoProm

rgw: add HEAD Object op metrics to perf counters and Prometheus export

8 days agoMerge pull request #68635 from chrisphoffman/wip-74110
Venky Shankar [Tue, 7 Jul 2026 03:11:40 +0000 (08:41 +0530)]
Merge pull request #68635 from chrisphoffman/wip-74110

qa: Use mount class in test_fscrypt to read/write and to compare trees

Reviewed-by: Venky Shankar <vshankar@redhat.com>
9 days agomgr/dashboard: Implement backword support for Create existing nvme-oF gateway groups... 69693/head
pujashahu [Wed, 24 Jun 2026 08:08:54 +0000 (13:38 +0530)]
mgr/dashboard: Implement backword support for Create existing nvme-oF gateway groups through UI

Fixes : https://tracker.ceph.com/issues/77632

Signed-off-by: pujaoshahu <pshahu@redhat.com>
9 days agomgr/dashboard : Enable cephadm-signed TLS for NVMeOf
Abhishek Desai [Mon, 15 Jun 2026 11:12:15 +0000 (16:42 +0530)]
mgr/dashboard : Enable cephadm-signed TLS for NVMeOf
fixes: https://tracker.ceph.com/issues/77406
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 14162473bb6a6993ec729056b35dc514cad2228e)
Signed-off-by: pujashahu <pshahu@redhat.com>
9 days agoMerge pull request #69578 from sseshasa/wip-osd-perf-counter-pg-rebuild-stats
Sridhar Seshasayee [Mon, 6 Jul 2026 13:03:52 +0000 (18:33 +0530)]
Merge pull request #69578 from sseshasa/wip-osd-perf-counter-pg-rebuild-stats

osd/PeeringState: add perf counters for PG rebuild times

Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
9 days agoMerge pull request #69217 from rhcs-dashboard/wip-fix-user-creation-validation
Afreen Misbah [Mon, 6 Jul 2026 12:29:32 +0000 (17:59 +0530)]
Merge pull request #69217 from rhcs-dashboard/wip-fix-user-creation-validation

mgr/dashboard: fix-user-creation-validation

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
9 days agoMerge pull request #66037 from ShwetaBhosale1/fix_issue_73442_nfs_getting_restarted_t...
Redouane Kachach [Mon, 6 Jul 2026 10:31:08 +0000 (12:31 +0200)]
Merge pull request #66037 from ShwetaBhosale1/fix_issue_73442_nfs_getting_restarted_twice_in_case_of_reboot

mgr/cephadm: Stop NFS service/daemon from starting automatically after reboot, cephadm to manage startup

Reviewed-by: Adam King <adking@redhat.com>
9 days agoMerge pull request #67025 from ShwetaBhosale1/fix_issue_74492_set_nfs_default_protoco...
Redouane Kachach [Mon, 6 Jul 2026 10:30:37 +0000 (12:30 +0200)]
Merge pull request #67025 from ShwetaBhosale1/fix_issue_74492_set_nfs_default_protocol_as_4

mgr/cephadm: Updated NFS default protocol to v4 and v3 is enabled only when enable_nfsv3 is set in the spec

Reviewed-by: Redouane Kachach <rkachach@ibm.com>
Reviewed-by: Adam King <adking@redhat.com>
9 days agoMerge pull request #68890 from ShwetaBhosale1/fix_76579_nfs_precheck_for_placement_co...
Redouane Kachach [Mon, 6 Jul 2026 10:29:35 +0000 (12:29 +0200)]
Merge pull request #68890 from ShwetaBhosale1/fix_76579_nfs_precheck_for_placement_count_per_host

python-common: Adding precheck for placement count_per_host in NFSServiceSpec

Reviewed-by: Adam King <adking@redhat.com>
9 days agoMerge pull request #69551 from VallariAg/fix-nvmeofclient-daemon_name
Redouane Kachach [Mon, 6 Jul 2026 10:28:27 +0000 (12:28 +0200)]
Merge pull request #69551 from VallariAg/fix-nvmeofclient-daemon_name

mgr/dashboard: Fix daemon_name for NVMeoFClient

Reviewed-by: Redouane Kachach <rkachach@ibm.com>
Reviewed-by: Kushal Deb <Kushal.Deb@ibm.com>
9 days agoMerge pull request #69541 from ShwetaBhosale1/fix_issue_77463_fix_nfs_export_remove
Redouane Kachach [Mon, 6 Jul 2026 10:27:28 +0000 (12:27 +0200)]
Merge pull request #69541 from ShwetaBhosale1/fix_issue_77463_fix_nfs_export_remove

mgr/nfs: read full conf object when removing export URL

Reviewed-by: Adam King <adking@redhat.com>
9 days agoMerge pull request #69849 from adk3798/cephadm-delete-config-deps
Redouane Kachach [Mon, 6 Jul 2026 10:26:49 +0000 (12:26 +0200)]
Merge pull request #69849 from adk3798/cephadm-delete-config-deps

mgr/cephadm: clear daemon_config_deps entry for removed daemons

Reviewed-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
9 days agoMerge pull request #69899 from ShwetaBhosale1/fix_issue_77891_delete_config_keys_set_...
Redouane Kachach [Mon, 6 Jul 2026 10:26:12 +0000 (12:26 +0200)]
Merge pull request #69899 from ShwetaBhosale1/fix_issue_77891_delete_config_keys_set_by_service_spec_config_field

mgr/cephadm: remove spec.config options when a service is removed

Reviewed-by: Adam King <adking@redhat.com>
9 days agomgr/dashboard: NVMe-oF – Enable editing host access from the Subsystem Overview page 69917/head
pujashahu [Thu, 2 Jul 2026 13:35:52 +0000 (19:05 +0530)]
mgr/dashboard: NVMe-oF – Enable editing host access from the Subsystem Overview page

Fixes: https://tracker.ceph.com/issues/77912
Signed-off-by: pujaoshahu <pshahu@redhat.com>
9 days agotest/subprocess: add missing space in SubshellKilled subcommand 69949/head
Sun Yuechi [Mon, 6 Jul 2026 08:06:09 +0000 (01:06 -0700)]
test/subprocess: add missing space in SubshellKilled subcommand

9abf2388f24 rewrote "sh -c cat" as SHELL "-c cat", which concatenates
to "/bin/sh-c cat", so the subshell tries to execute a non-existent
"/bin/sh-c". The test still passed because the SIGTERM sent by kill()
usually wins the race against the shell startup; under CI load the
shell occasionally prints

  /bin/sh: line 1: /bin/sh-c: No such file or directory

into the stderr pipe first, ASSERT_TRUE(buf.empty()) fails, and the
skipped join() turns this into a SIGABRT in ~SubProcess().

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
9 days agoMerge pull request #69282 from rhcs-dashboard/fix-77115-main
Aashish Sharma [Mon, 6 Jul 2026 06:21:57 +0000 (11:51 +0530)]
Merge pull request #69282 from rhcs-dashboard/fix-77115-main

mgr/dashboard: rbd-mirroring - hide create/import token buttons for read-only users

Reviewed-by: Afreen Misbah <afreen@ibm.com>
9 days agomgr/dashboard: add account name duplicate check 69839/head
Naman Munet [Tue, 30 Jun 2026 13:03:25 +0000 (18:33 +0530)]
mgr/dashboard: add account name duplicate check

fixes: https://tracker.ceph.com/issues/77828

Signed-off-by: Naman Munet <naman.munet@ibm.com>
9 days agoceph.spec.in: add support for openRuyi 69783/head
Sun Yuechi [Sun, 5 Jul 2026 15:24:15 +0000 (08:24 -0700)]
ceph.spec.in: add support for openRuyi

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
9 days agoceph.spec.in: switch more build deps to pkgconfig() and python3dist()
Sun Yuechi [Sun, 5 Jul 2026 15:24:15 +0000 (08:24 -0700)]
ceph.spec.in: switch more build deps to pkgconfig() and python3dist()

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
10 days agoMerge pull request #69637 from xxhdx1985126/fix-balancer-upmap-underfull-scan
Kefu Chai [Sun, 5 Jul 2026 13:31:38 +0000 (21:31 +0800)]
Merge pull request #69637 from xxhdx1985126/fix-balancer-upmap-underfull-scan

osd: speed up upmap underfull fallback

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
10 days agocrimson/osd: fix backfill deadlock when only drop operations remain 69942/head
Ronen Friedman [Sun, 5 Jul 2026 12:11:01 +0000 (12:11 +0000)]
crimson/osd: fix backfill deadlock when only drop operations remain

BackfillState::Waiting requires an ObjectPushed event to transition
back to Enqueuing, but drop (remove) operations are fire-and-forget
and never generate ObjectPushed. When a backfill round enqueues only
drops and no pushes, the FSM permanently stalls in the Waiting state,
holding the backfill reservation and blocking all other PGs from
backfilling to that OSD.

Fix by adding a pending-pushes counter to ProgressTracker to
distinguish "only drops remain" from "pushes still in-flight". When
all pushes are complete and the namespace is exhausted, drain remaining
drop entries and advance last_backfill to MAX so that
OP_BACKFILL_FINISH triggers the normal completion path via
RequestDone.

The classic OSD avoids this by design: drops are never tracked as
in-flight operations in recover_backfill() and are drained inline.

Fixes: https://tracker.ceph.com/issues/77936
Assisted-by: Claude <claude.ai>
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
10 days agoMerge pull request #69905 from ronen-fr/wip-rf-328786-emptyflush
Ronen Friedman [Sun, 5 Jul 2026 12:28:41 +0000 (15:28 +0300)]
Merge pull request #69905 from ronen-fr/wip-rf-328786-emptyflush

crimson/osd: skip store flush for empty peering transactions

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
Reviewed-by: Jose J Palacios-Perez <perezjos@uk.ibm.com>
10 days agoMerge pull request #69638 from AliMasarweh/wip-nbalacha-posix-versioned
Ali Masarwa [Sun, 5 Jul 2026 11:54:26 +0000 (14:54 +0300)]
Merge pull request #69638 from AliMasarweh/wip-nbalacha-posix-versioned

rgw/posix: fix delete markers

reviewed-by: Daniel Gryniewicz <dang@redhat.com>

10 days agoMerge pull request #69349 from NitzanMordhai/wip-nitzan-mgr-dispatch-throttle-increase
NitzanMordhai [Sun, 5 Jul 2026 10:14:25 +0000 (13:14 +0300)]
Merge pull request #69349 from NitzanMordhai/wip-nitzan-mgr-dispatch-throttle-increase

mgr: fix dispatch throttle bottleneck causing OSD connection timeouts