]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
6 days agomgr/dashboard: [Dashboard] Incorrect action button label "Edit User" instead of ... 68845/head
pujaoshahu [Mon, 11 May 2026 13:07:53 +0000 (18:37 +0530)]
mgr/dashboard: [Dashboard] Incorrect action button label "Edit User" instead of "Save" in Edit User page

Fixes: https://tracker.ceph.com/issues/76507
Signed-off-by: pujaoshahu <pshahu@redhat.com>
Summary: Updated submit button labels in edit forms to display "Save" instead of "Edit User", "Edit Pool", or "Edit Host" for better UX consistency, while keeping form titles unchanged.

Modified Files
role-form.component.ts: Added submitAction property to control submit button label by mode; edit mode uses Save changes, create mode uses Create Role.

role-form.component.html: Submit button now binds to submitAction instead of action/resource text.

role-form.component.spec.ts: Added tests for submitAction behavior in create and edit modes.

user-form.component.ts: Uses submitAction property; edit mode label updated to Save changes.

user-form.component.html: Submit button uses submitAction binding.

user-form.component.spec.ts: Added/updated tests covering submitAction behavior.

pool-form.component.ts: Uses submitAction property; edit mode label updated to Save changes.

pool-form.component.html: Submit button uses submitAction binding.

pool-form.component.spec.ts: Updated submit label test expectation for edit mode.

hosts.component.ts: Edit host modal submit button text changed to Save changes.

hosts.component.spec.ts: Updated test to match Save changes button text.

app.constants.ts: In the current workspace snapshot, there is no SAVE constant added under ActionLabelsI18n.

Signed-off-by: pujaoshahu <pshahu@redhat.com>
Signed-off-by: pujashahu <pshahu@redhat.com>
6 days agoMerge pull request #70391 from Jayaprakash-ibm/wip-bluefs-spillover-config-validation
Jaya Prakash [Wed, 22 Jul 2026 08:48:46 +0000 (14:18 +0530)]
Merge pull request #70391 from Jayaprakash-ibm/wip-bluefs-spillover-config-validation

common/options: restrict spillover configuration options to valid ranges

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
6 days agoMerge pull request #70035 from Hezko/fix-rbd-application
Hezko [Wed, 22 Jul 2026 08:42:13 +0000 (11:42 +0300)]
Merge pull request #70035 from Hezko/fix-rbd-application

mgr/nvmeof: change pool application to nvmeof-meta instead of rbd

6 days agoMerge pull request #68495 from rhcs-dashboard/76169-inconsistant-tooltip-timestamp...
Afreen Misbah [Wed, 22 Jul 2026 07:55:57 +0000 (13:25 +0530)]
Merge pull request #68495 from rhcs-dashboard/76169-inconsistant-tooltip-timestamp-format-performance-chart

Reviewed-by: Afreen Misbah <afreen@ibm.com>
6 days agoMerge pull request #69829 from rhcs-dashboard/77813-admin-user-permissions
Afreen Misbah [Wed, 22 Jul 2026 07:51:15 +0000 (13:21 +0530)]
Merge pull request #69829 from rhcs-dashboard/77813-admin-user-permissions

mgr/dashboard: restricting admin user to revoke its own admin permissions

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
6 days agoMerge pull request #66607 from rhcs-dashboard/carbonized-import-modal
Afreen Misbah [Wed, 22 Jul 2026 07:50:35 +0000 (13:20 +0530)]
Merge pull request #66607 from rhcs-dashboard/carbonized-import-modal

mgr/dashboard: carbonized-import-modal

Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Devika Babrekar <devika.babrekar@ibm.com>
6 days agoMerge pull request #70412 from rhcs-dashboard/disable-telemetry
Afreen Misbah [Wed, 22 Jul 2026 07:34:07 +0000 (13:04 +0530)]
Merge pull request #70412 from rhcs-dashboard/disable-telemetry

mgr/dashboard: disable ibm telemetry on CI env

Reviewed-by: Afreen Misbah <afreen@ibm.com>
6 days agoMerge pull request #70361 from rhcs-dashboard/login-username-issue
Nizamudeen A [Wed, 22 Jul 2026 06:45:42 +0000 (12:15 +0530)]
Merge pull request #70361 from rhcs-dashboard/login-username-issue

mgr/dashboard: New dashboard user creation is successful with long characters > 256 but login fails

Reviewed-by: Nizamudeen A <nia@redhat.com>
6 days agomgr/dashboard: disable ibm telemetry on CI env 70412/head
Nizamudeen A [Wed, 22 Jul 2026 03:43:52 +0000 (09:13 +0530)]
mgr/dashboard: disable ibm telemetry on CI env

looks like ibm telemetry is being run when you do `npm install` on CI
env. here's disabling that

Signed-off-by: Nizamudeen A <nia@redhat.com>
6 days agoMerge pull request #69964 from sunyuechi/fix-crimson-pg-recovery-exception-scope
Kefu Chai [Wed, 22 Jul 2026 01:04:46 +0000 (09:04 +0800)]
Merge pull request #69964 from sunyuechi/fix-crimson-pg-recovery-exception-scope

crimson/osd/pg_recovery: fix exception handler scope in recover_missing

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
Reviewed-by: Xuehan Xu <xuxuehan@qianxin.com>
6 days agoMerge pull request #70398 from yuriw/wip-yuriw-ptl-tool-auth-fail-fast
Yuri Weinstein [Tue, 21 Jul 2026 23:56:30 +0000 (16:56 -0700)]
Merge pull request #70398 from yuriw/wip-yuriw-ptl-tool-auth-fail-fast

script/ptl-tool: fail fast and cleanly on invalid Redmine/GitHub credentials

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
6 days agoMerge pull request #70397 from yuriw/wip-yuriw-ptl-tool-new-qa-links
Yuri Weinstein [Tue, 21 Jul 2026 23:39:59 +0000 (16:39 -0700)]
Merge pull request #70397 from yuriw/wip-yuriw-ptl-tool-new-qa-links

ptl-tool: add New QA Links to update-qa notification

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
6 days agoMerge pull request #70152 from sunyuechi/wip-osd-health-metrics-guard
SrinivasaBharathKanta [Tue, 21 Jul 2026 23:11:48 +0000 (04:41 +0530)]
Merge pull request #70152 from sunyuechi/wip-osd-health-metrics-guard

osd: guard max_element end() deref in get_health_metrics

6 days agoMerge pull request #70142 from sunyuechi/fix-ec-omap-iterator-invalidation
SrinivasaBharathKanta [Tue, 21 Jul 2026 23:11:04 +0000 (04:41 +0530)]
Merge pull request #70142 from sunyuechi/fix-ec-omap-iterator-invalidation

osd/ECBackend: fix iterator invalidation in omap_get

6 days agomgr/nvmeof: change pool application to nvmeof-meta instead of rbd 70035/head
Tomer Haskalovitch [Thu, 25 Jun 2026 08:48:41 +0000 (11:48 +0300)]
mgr/nvmeof: change pool application to nvmeof-meta instead of rbd

Signed-off-by: Tomer Haskalovitch <tomer.haska@ibm.com>
7 days agoscript/ptl-tool: add unit tests for the credential fail-fast fix 70398/head
Yuri Weinstein [Tue, 21 Jul 2026 16:58:00 +0000 (09:58 -0700)]
script/ptl-tool: add unit tests for the credential fail-fast fix

Extract the Redmine auth check added in the previous commit into a
standalone verify_redmine_auth(R) function so it can be unit tested
in isolation, and add src/script/test_ptl_tool.py covering:

- verify_redmine_auth(): invalid key (AuthError), a key that
  authenticates but lacks permission (ForbiddenError), a valid key,
  and confirming unrelated Redmine errors (ServerError) still
  propagate normally rather than being misreported as a credentials
  problem.
- AuditReport.post_consolidated_review(): logs success on 2xx, logs
  an error (rather than failing silently) on a non-2xx GitHub
  response, never calls out to GitHub under --dry-run, and is a
  no-op when the report has no issues to post.

No behavior change to verify_redmine_auth() itself -- this is a pure
extraction plus tests. ptl-tool.py has no existing test suite, so
these are self-contained (mocked Redmine/requests, no network access,
no real git checkout needed) and run with plain pytest; see the
module docstring for the exact invocation.

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
7 days agoptl-tool: use branch name as the QA link text, not a generic label 70397/head
Yuri Weinstein [Tue, 21 Jul 2026 16:55:11 +0000 (16:55 +0000)]
ptl-tool: use branch name as the QA link text, not a generic label

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
7 days agoscript/ptl-tool: fail fast and cleanly on invalid Redmine/GitHub credentials
Yuri Weinstein [Tue, 21 Jul 2026 16:50:21 +0000 (09:50 -0700)]
script/ptl-tool: fail fast and cleanly on invalid Redmine/GitHub credentials

Invalid credentials were handled inconsistently:

- A missing GitHub/Redmine token was caught with a clear error at
  startup, but an invalid or expired one was not: the Redmine
  client is constructed lazily by python-redmine, so a bad
  ~/.redmine_key was never actually exercised until
  manage_qa_tracker() called R.project.get() -- which runs *after*
  PRs have been merged and the integration branch/tag has already
  been pushed to ceph-ci. The result was an unhandled traceback
  well after real side effects had already happened, with no
  actionable message.

- post_consolidated_review() posted the consolidated audit review
  to GitHub without checking the response status at all, so a bad
  or under-scoped token would fail silently there while every other
  GitHub write call in the file already checks status_code.

Fix both:

- Immediately after constructing the Redmine client, make a cheap
  R.user.get('current') call and catch AuthError/ForbiddenError,
  exiting with a clear message before any merging or pushing
  happens.
- Check the response status in post_consolidated_review() and log
  an error on failure, matching the pattern already used by the
  other GitHub POST call sites in this file.

Verified with py_compile plus live --dry-run runs against
tracker.ceph.com: a deliberately invalid PTL_TOOL_REDMINE_API_KEY
now exits 1 immediately with a clear message and no git side
effects, while a valid key proceeds exactly as before.

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
7 days agoptl-tool: add New QA Links to update-qa notification
Yuri Weinstein [Tue, 21 Jul 2026 16:39:20 +0000 (16:39 +0000)]
ptl-tool: add New QA Links to update-qa notification

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
7 days agoMerge pull request #68075 from syedali237/tests-rbd
Afreen Misbah [Tue, 21 Jul 2026 16:34:39 +0000 (22:04 +0530)]
Merge pull request #68075 from syedali237/tests-rbd

mgr/dashboard (test) : RBD snapshot mirroring toggle test

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
7 days agoMerge PR #70205 into main
Patrick Donnelly [Tue, 21 Jul 2026 15:31:57 +0000 (11:31 -0400)]
Merge PR #70205 into main

* refs/pull/70205/head:
script: s/Backports/Backport/

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
7 days agoMerge pull request #59902 from trociny/wip-68169
Mykola Golub [Tue, 21 Jul 2026 15:23:36 +0000 (18:23 +0300)]
Merge pull request #59902 from trociny/wip-68169

rgw_gc: don't fail when processing entry with nonexisting pool

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Pritha Srivastava <prsrivas@redhat.com>
7 days agocommon/options: restrict spillover configuration options to valid ranges 70391/head
Jaya Prakash [Tue, 21 Jul 2026 15:21:35 +0000 (15:21 +0000)]
common/options: restrict spillover configuration options to valid ranges

Fixes: https://tracker.ceph.com/issues/78492
Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
7 days agoMerge pull request #68939 from aainscow/zero_sized_object
Alex Ainscow [Tue, 21 Jul 2026 15:13:58 +0000 (16:13 +0100)]
Merge pull request #68939 from aainscow/zero_sized_object

test/osd: Fix event loop context violations in test fixtures

Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
7 days agoMerge pull request #70350 from yuriw/wip-yuriw-ptl-tool-push-log
Yuri Weinstein [Tue, 21 Jul 2026 14:48:50 +0000 (07:48 -0700)]
Merge pull request #70350 from yuriw/wip-yuriw-ptl-tool-push-log

ptl-tool: log the ceph-ci push (and the equivalent git command)

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
7 days agoMerge pull request #70229 from Sodani/shsodani_exo_fix
John Mulligan [Tue, 21 Jul 2026 14:40:51 +0000 (10:40 -0400)]
Merge pull request #70229 from Sodani/shsodani_exo_fix

mgr/smb: add support for RGW shares with external Ceph clusters

Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Anoop C S <anoopcs@cryptolab.net>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
7 days agoMerge pull request #70357 from sseshasa/wip-fix-ok-to-upgrade-min-pg-errmsg
Sridhar Seshasayee [Tue, 21 Jul 2026 14:08:18 +0000 (19:38 +0530)]
Merge pull request #70357 from sseshasa/wip-fix-ok-to-upgrade-min-pg-errmsg

mgr/DaemonServer: Make an ok-to-upgrade error message more generic

Reviewed-by: Nitzan Mordechai <nmordech@ibm.com>
7 days agoMerge pull request #69924 from syedali237/dashboard/notif-dest
Afreen Misbah [Tue, 21 Jul 2026 13:43:29 +0000 (19:13 +0530)]
Merge pull request #69924 from syedali237/dashboard/notif-dest

mgr/dashboard : migrated notification destination tabs to resource pages

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Abhishek Desai <abhishek.desai1@ibm.com>
7 days agoMerge pull request #70244 from rhcs-dashboard/fix-e2e
Afreen Misbah [Tue, 21 Jul 2026 12:41:52 +0000 (18:11 +0530)]
Merge pull request #70244 from rhcs-dashboard/fix-e2e

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agomgr/dashboard: New dashboard user creation is successful with long characters > 256... 70361/head
Dnyaneshwari Talwekar [Tue, 21 Jul 2026 05:36:26 +0000 (11:06 +0530)]
mgr/dashboard: New dashboard user creation is successful with long characters > 256 but login fails

Signed-off-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
Fixes: https://tracker.ceph.com/issues/78439
7 days agoMerge pull request #70214 from rhcs-dashboard/fix-78232-main
Afreen Misbah [Tue, 21 Jul 2026 11:54:27 +0000 (17:24 +0530)]
Merge pull request #70214 from rhcs-dashboard/fix-78232-main

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agomgr/dashboard: carbonized-import-modal 66607/head
Sagar Gopale [Thu, 11 Dec 2025 12:34:26 +0000 (18:04 +0530)]
mgr/dashboard: carbonized-import-modal

Fixes: https://tracker.ceph.com/issues/74162
Signed-off-by: Sagar Gopale <sagar.gopale@ibm.com>
7 days agoMerge pull request #70344 from rhcs-dashboard/fix-78423-main
Afreen Misbah [Tue, 21 Jul 2026 11:32:45 +0000 (17:02 +0530)]
Merge pull request #70344 from rhcs-dashboard/fix-78423-main

mgr/dashboard: fix rgw service form realm/zg/zone selection

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agoMerge pull request #70216 from rhcs-dashboard/fix-78233-main
Aashish Sharma [Tue, 21 Jul 2026 09:33:15 +0000 (15:03 +0530)]
Merge pull request #70216 from rhcs-dashboard/fix-78233-main

mgr/dashboard: set MOTD fails on FIPS enabled systems

Reviewed-by: Afreen Misbah <afreen@ibm.com>
7 days agomgr/dashboard: fix nfs toggle test 68075/head
Syed Ali Ul Hasan [Tue, 14 Jul 2026 10:11:43 +0000 (15:41 +0530)]
mgr/dashboard: fix nfs toggle test

Fixes: https://tracker.ceph.com/issues/75986
Signed-off-by: Syed Ali Ul Hasan <syedaliulhasan19@gmail.com>
7 days agoMerge pull request #69830 from rhcs-dashboard/77815-smb-rate-limiting
Afreen Misbah [Tue, 21 Jul 2026 09:11:23 +0000 (14:41 +0530)]
Merge pull request #69830 from rhcs-dashboard/77815-smb-rate-limiting

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
7 days agoMerge pull request #69430 from rhcs-dashboard/77369-ec-profile-creation-form-simplifi...
Afreen Misbah [Tue, 21 Jul 2026 09:11:15 +0000 (14:41 +0530)]
Merge pull request #69430 from rhcs-dashboard/77369-ec-profile-creation-form-simplification

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
7 days agoMerge pull request #69639 from rhcs-dashboard/77570-disabling-multisite-actions-dropd...
Afreen Misbah [Tue, 21 Jul 2026 09:11:07 +0000 (14:41 +0530)]
Merge pull request #69639 from rhcs-dashboard/77570-disabling-multisite-actions-dropdown-for-readonly-user

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Sagar Gopale <sagar.gopale@ibm.com>
7 days agomgr/dashboard: migrated notif dest table tabs to resource pages 69924/head
Syed Ali Ul Hasan [Tue, 21 Jul 2026 09:09:59 +0000 (14:39 +0530)]
mgr/dashboard: migrated notif dest table tabs to resource pages

- Fixes: https://tracker.ceph.com/issues/77541

Signed-off-by: Syed Ali Ul Hasan <syedaliulhasan19@gmail.com>
7 days agorgw_gc: don't fail when processing entry with nonexisting pool 59902/head
Mykola Golub [Sun, 11 May 2025 17:42:21 +0000 (20:42 +0300)]
rgw_gc: don't fail when processing entry with nonexisting pool

Fixes: https://tracker.ceph.com/issues/68169
Signed-off-by: Mykola Golub <mykola.golub@clyso.com>
7 days agoMerge pull request #69650 from baum/nvmeof-host-maintenance
baum [Tue, 21 Jul 2026 07:09:24 +0000 (14:09 +0700)]
Merge pull request #69650 from baum/nvmeof-host-maintenance

cephadm: disable/enable NVMe-oF gateways during host maintenance

7 days agomgr/dashboard: fix dashboard cephadm e2e 70244/head
Naman Munet [Thu, 16 Jul 2026 05:56:25 +0000 (11:26 +0530)]
mgr/dashboard: fix dashboard cephadm e2e

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

Signed-off-by: Naman Munet <naman.munet@ibm.com>
7 days agomgr/dashboard: set MOTD fails on FIPS enabled systems 70216/head
Aashish Sharma [Wed, 15 Jul 2026 10:51:31 +0000 (16:21 +0530)]
mgr/dashboard: set MOTD fails on FIPS enabled systems

Root cause: On FIPS-compliant systems, the OpenSSL provider rejects hashlib.md5() calls that lack the usedforsecurity=False flag, because MD5 is not an approved algorithm for security-sensitive use. This causes the MOTD set command — and the /api/motd create endpoint — to raise a ValueError and crash whenever a new MOTD is saved.

Fix: Pass usedforsecurity=False to hashlib.md5(). This tells the FIPS provider that MD5 is being used only as a non-cryptographic checksum (to detect whether a user has already dismissed a specific MOTD message), which is a legitimate use-case that FIPS allows.

Fixes: https://tracker.ceph.com/issues/78233
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
7 days agomgr/dashboard: fix rgw service form realm/zg/zone selection 70344/head
Aashish Sharma [Mon, 20 Jul 2026 15:51:15 +0000 (21:21 +0530)]
mgr/dashboard: fix rgw service form realm/zg/zone selection

Fixes: https://tracker.ceph.com/issues/78423
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
7 days agomgr/DaemonServer: Make an ok-to-upgrade error message more generic 70357/head
Sridhar Seshasayee [Mon, 20 Jul 2026 14:01:37 +0000 (19:31 +0530)]
mgr/DaemonServer: Make an ok-to-upgrade error message more generic

When no OSDs within a CRUSH bucket can be found to upgrade, the earlier error
message indicated the minimum number of PGs affected if any OSD was removed
from the set. For e.g.,

"Error EBUSY: unsafe to upgrade osd(s) at this time (at least X PG(s) will
become offline if any OSD out of the Y in CRUSH bucket 'foo' is stopped)"

This was inaccurate in some cases because the number of PGs affected is
determined only from the last tested OSD in the CRUSH bucket based on the sort
order (i.e., OSD with least number of PGs per OSD). Based on the CRUSH rules
and placement, this doesn't mean that the least number of PGs are affected if
this OSD is stopped. There may be other OSDs in the set that affect a smaller
number of PGs if made offline.

But with the way ok-to-upgrade logic uses the convergence factor, not all OSDs
would be tested for the offline pg check. Therefore, it is not possible to
accurately determine the minimum number affected PGs.

In view of the above, the error message is modified as shown below to be
slightly more generic but still convey the reason:

"Error EBUSY: unsafe to upgrade osd(s) at this time (one or more PG(s) will
become offline if any OSD out of the Y in CRUSH bucket 'foo' is stopped)"

Fixes: https://tracker.ceph.com/issues/78425
Signed-off-by: Sridhar Seshasayee <sridhar.seshasayee@ibm.com>
7 days agopython-common/rgw: fix get_realm_tokens returning empty result for realms with a... 70214/head
Aashish Sharma [Wed, 15 Jul 2026 09:24:27 +0000 (14:54 +0530)]
python-common/rgw: fix get_realm_tokens returning empty result for realms with a secondary zone

Issue: The Export Multi-site Realm Token feature in the Dashboard showed no token and no realm details for any realm that had a secondary zone configured (i.e. the realm had been replicated to another cluster). The API endpoint GET /api/rgw/realm/get_realm_tokens returned an empty list or raised a 500 Internal Server Error.

Fixes: https://tracker.ceph.com/issues/78232
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
7 days agoptl-tool: log the ceph-ci push (and the equivalent git command) 70350/head
Yuri Weinstein [Mon, 20 Jul 2026 18:54:49 +0000 (11:54 -0700)]
ptl-tool: log the ceph-ci push (and the equivalent git command)

Previously, a real (non-dry-run) push of the integration branch/tag to
ceph-ci was silent -- only the "[DRY RUN] Would push ..." path logged
anything. Add matching log.info() calls on the real-push path, and
include the literal `git push <remote> <ref>` invocation in the message
so it can be copy-pasted and re-run manually if needed (e.g. after a
network blip, or to re-push without re-running the whole merge).

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
7 days agoMerge pull request #69030 from ifed01/wip-ifed-better-slow-ops-dump 70364/head
Igor Fedotov [Mon, 20 Jul 2026 22:25:16 +0000 (01:25 +0300)]
Merge pull request #69030 from ifed01/wip-ifed-better-slow-ops-dump

os/bluestore,kv/rocksdbstore: more information about slow KV ops

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
8 days agoMerge pull request #69971 from Jayaprakash-ibm/wip-fix-kerneldevice-aio-stop
Jaya Prakash [Mon, 20 Jul 2026 18:32:19 +0000 (00:02 +0530)]
Merge pull request #69971 from Jayaprakash-ibm/wip-fix-kerneldevice-aio-stop

blk/kernel : skip AIO thread for devices with size < block_size

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
8 days agoMerge pull request #69271 from aclamk/aclamk-bs-fix-unsharing-on-remove
Jaya Prakash [Mon, 20 Jul 2026 18:31:39 +0000 (00:01 +0530)]
Merge pull request #69271 from aclamk/aclamk-bs-fix-unsharing-on-remove

bluestore: Fix unsharing blobs on remove

Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
Reviewed-by: Jaya Prakash <jayaprakash@ibm.com>
8 days agoMerge pull request #69633 from Prachi-Lasurkar/wip-77331-both_fragmentation_and_score...
Jaya Prakash [Mon, 20 Jul 2026 18:30:20 +0000 (00:00 +0530)]
Merge pull request #69633 from Prachi-Lasurkar/wip-77331-both_fragmentation_and_score_have_the_same_label

os/bluestore: Rename allocator score output label

Reviewed-by: Jaya Prakash <jayaprakash@ibm.com>
8 days agoMerge pull request #70217 from Jayaprakash-ibm/wip-discard-during-file-migration
Jaya Prakash [Mon, 20 Jul 2026 18:29:43 +0000 (23:59 +0530)]
Merge pull request #70217 from Jayaprakash-ibm/wip-discard-during-file-migration

os/bluestore: use _release_pending_allocations() during file migration

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
8 days agoMerge pull request #70191 from rhcs-dashboard/feat-unread-notification
Afreen Misbah [Mon, 20 Jul 2026 16:39:56 +0000 (22:09 +0530)]
Merge pull request #70191 from rhcs-dashboard/feat-unread-notification

mgr/dashboard: redesign notifications page for unread notifications

Reviewed-by: Devika Babrekar <devika.babrekar@ibm.com>
8 days agoMerge pull request #70310 from benhanokh/dedup_handle_notify_bug_fix
Gabriel Benhanokh [Mon, 20 Jul 2026 14:06:38 +0000 (17:06 +0300)]
Merge pull request #70310 from benhanokh/dedup_handle_notify_bug_fix

rgw/dedup: protects handle_notify processing of URGENT_MSG_RESTART ag…

8 days agoMerge PR #70190 into main
Patrick Donnelly [Mon, 20 Jul 2026 13:46:19 +0000 (09:46 -0400)]
Merge PR #70190 into main

* refs/pull/70190/head:
script/ptl-tool: add automatic HTTP retry adapter to requests session

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
8 days agoMerge pull request #70330 from bluikko/wip-doc-sphinx-warnings-nfs
bluikko [Mon, 20 Jul 2026 13:45:04 +0000 (20:45 +0700)]
Merge pull request #70330 from bluikko/wip-doc-sphinx-warnings-nfs

doc/mgr: fix Sphinx warnings in nfs.rst

8 days agoMerge PR #70258 into main
Patrick Donnelly [Mon, 20 Jul 2026 13:31:04 +0000 (09:31 -0400)]
Merge PR #70258 into main

* refs/pull/70258/head:
.github/workflows/pr-checklist: run only on main

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
8 days agoMerge pull request #69011 from bluikko/wip-doc-man-ceph-monitor
Anthony D'Atri [Mon, 20 Jul 2026 11:48:06 +0000 (07:48 -0400)]
Merge pull request #69011 from bluikko/wip-doc-man-ceph-monitor

doc/man: use Monitor consistently in ceph.rst

8 days agoMerge PR #52147 into main
Venky Shankar [Mon, 20 Jul 2026 11:28:23 +0000 (16:58 +0530)]
Merge PR #52147 into main

* refs/pull/52147/head:
PendingReleaseNotes: add an note about dmclock based scheduler for MDS
doc/config-ref: mention about MDS dmclock configurations
qa: use dmclock with fs:workload
mds: add MDS dmClock scheduler for subvolume QoS support

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Robin H. Johnson <robbat2@orbis-terrarum.net>
8 days agodoc/mgr: fix Sphinx warnings in nfs.rst 70330/head
Ville Ojamo [Mon, 20 Jul 2026 09:58:17 +0000 (16:58 +0700)]
doc/mgr: fix Sphinx warnings in nfs.rst

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
8 days agodoc/mgr/smb: document manual RGW credentials for external cluster 70229/head
Shweta Sodani [Fri, 17 Jul 2026 06:28:23 +0000 (11:58 +0530)]
doc/mgr/smb: document manual RGW credentials for external cluster

Fixes: https://tracker.ceph.com/issues/77784
Signed-off-by: Shweta Sodani <ssodani@redhat.com>
8 days agomgr/smb: Add test coverage for RGW share with external clusters
Shweta Sodani [Fri, 17 Jul 2026 06:24:27 +0000 (11:54 +0530)]
mgr/smb: Add test coverage for RGW share with external clusters

test cases include:
- RGW-only and mixed CephFS/RGW configurations
- Multiple shares and credential isolation

Fixes: https://tracker.ceph.com/issues/77784
Signed-off-by: Shweta Sodani <ssodani@redhat.com>
8 days agomgr/smb: add support for RGW shares with external Ceph clusters
Shweta Sodani [Wed, 15 Jul 2026 14:45:43 +0000 (20:15 +0530)]
mgr/smb: add support for RGW shares with external Ceph clusters

Implement support for creating RGW-backed SMB shares on external Ceph
clusters with user configuration.

Fixes: https://tracker.ceph.com/issues/77784
Signed-off-by: Shweta Sodani <ssodani@redhat.com>
8 days agoMerge pull request #69833 from NitzanMordhai/wip-nitzan-ceph-daemon-adding-timeout
SrinivasaBharathKanta [Mon, 20 Jul 2026 08:24:10 +0000 (13:54 +0530)]
Merge pull request #69833 from NitzanMordhai/wip-nitzan-ceph-daemon-adding-timeout

pybind/ceph_daemon: add 10s timeout to admin socket client

8 days agoMerge pull request #69200 from sujay-d07/rgw-kafka-gssapi-implementation
Yuval Lifshitz [Mon, 20 Jul 2026 07:27:44 +0000 (10:27 +0300)]
Merge pull request #69200 from sujay-d07/rgw-kafka-gssapi-implementation

rgw/kafka: Adding missing support for GSSAPI bucket notification endpoint and relevant tests for it

8 days agomgr/dashboard: Inconsistent tooltip timestamp format on performance card 68495/head
Devika Babrekar [Tue, 21 Apr 2026 11:17:22 +0000 (16:47 +0530)]
mgr/dashboard: Inconsistent tooltip timestamp format on performance card
Fixes: https://tracker.ceph.com/issues/76169
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
Co-authored-by: Aashish Sharma <Aashish.Sharma1@ibm.com>
8 days agoMerge pull request #69169 from dparmar18/i61482
Venky Shankar [Mon, 20 Jul 2026 06:49:47 +0000 (12:19 +0530)]
Merge pull request #69169 from dparmar18/i61482

mgr/nfs: warn when deprecated export/cluster delete commands are run

Reviewed-by: Venky Shankar <vshankar@redhat.com>
8 days agoMerge pull request #70246 from Hezko/fix-force-param-err
Hezko [Sun, 19 Jul 2026 22:15:02 +0000 (01:15 +0300)]
Merge pull request #70246 from Hezko/fix-force-param-err

pybind: Fix CLI error message when using force parameter if it doesn't exist

9 days agoMerge pull request #67286 from leonidc/nvme-gw-show-all
leonidc [Sun, 19 Jul 2026 10:47:10 +0000 (13:47 +0300)]
Merge pull request #67286 from leonidc/nvme-gw-show-all

nvmeofgw: introduce nvme-gw show-all

9 days agorgw/dedup: protects handle_notify processing of URGENT_MSG_RESTART against bad messages 70310/head
benhanokh [Sun, 19 Jul 2026 07:26:47 +0000 (10:26 +0300)]
rgw/dedup: protects handle_notify processing of URGENT_MSG_RESTART against bad messages

Tracker: https://ibm-ceph.atlassian.net/browse/IBMCEPH-16929

Signed-off-by: benhanokh <gbenhano@redhat.com>
9 days agoMerge pull request #69616 from leonidc/beacon_timer_in_gw_created
leonidc [Sun, 19 Jul 2026 06:41:00 +0000 (09:41 +0300)]
Merge pull request #69616 from leonidc/beacon_timer_in_gw_created

nvmeofgw: arm beacon timeouts for GWs in Created state

9 days agoMerge pull request #69490 from leonidc/fix_relocation_stretched
leonidc [Sun, 19 Jul 2026 06:40:38 +0000 (09:40 +0300)]
Merge pull request #69490 from leonidc/fix_relocation_stretched

nvmeofgw: stretched cluster fix relocate

9 days agoMerge PR #70264 into main
Patrick Donnelly [Sun, 19 Jul 2026 01:35:14 +0000 (21:35 -0400)]
Merge PR #70264 into main

* refs/pull/70264/head:
debian/rules: Also exclude librgw and radosgw from dwz

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
10 days agoMerge PR #70268 into main
Patrick Donnelly [Sat, 18 Jul 2026 18:29:24 +0000 (14:29 -0400)]
Merge PR #70268 into main

* refs/pull/70268/head:
common/lockdep: explicitly export g_lockdep visibility

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
10 days agoMerge pull request #70068 from xxhdx1985126/wip-seastore-new-trans-cc
Xuehan Xu [Sat, 18 Jul 2026 09:31:47 +0000 (17:31 +0800)]
Merge pull request #70068 from xxhdx1985126/wip-seastore-new-trans-cc

crimson/os/seastore/transaction: new conflict/no_conflict trans synchronization

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
10 days agoMerge pull request #68911 from djgalloway/wip-63336
David Galloway [Fri, 17 Jul 2026 23:52:12 +0000 (19:52 -0400)]
Merge pull request #68911 from djgalloway/wip-63336

doc: sign-debs script for release process

10 days agomgr/dashboard: redesign notifications page with master-detail layout 70191/head
Afreen Misbah [Tue, 14 Jul 2026 12:09:50 +0000 (17:39 +0530)]
mgr/dashboard: redesign notifications page with master-detail layout

-  revamped UX
-  shows unread notifications
-  added back button
-  added clear all, and single notification delete

Fixes: https://tracker.ceph.com/issues/78209
Signed-off-by: Afreen Misbah <afreen@ibm.com>
10 days agoMerge pull request #70296 from djgalloway/wip-container-rocky10
David Galloway [Fri, 17 Jul 2026 19:57:48 +0000 (15:57 -0400)]
Merge pull request #70296 from djgalloway/wip-container-rocky10

container: default FROM_IMAGE to Rocky Linux 10

11 days agocontainer: default FROM_IMAGE to Rocky Linux 10 70296/head
David Galloway [Fri, 17 Jul 2026 18:34:44 +0000 (14:34 -0400)]
container: default FROM_IMAGE to Rocky Linux 10

Since tentacle, the preferred base image for ceph containers has been
Rocky Linux 10, and the CI tag-naming logic in build.sh already assumes
rockylinux-10 is the default fromtag for every branch except reef and
squid.  The actual build default was never flipped, though: anything
that ran build.sh without FROM_IMAGE set (e.g. the release container
job in ceph-build) still got a CentOS Stream 9 base.

Flip the Containerfile ARG and the build.sh fallback to
docker.io/rockylinux/rockylinux:10 so umbrella and later build from
Rocky 10 by default.  Builds that want a different base can still pass
FROM_IMAGE explicitly, as the CI pipeline does.

Signed-off-by: David Galloway <david.galloway@ibm.com>
11 days agoMerge pull request #69293 from smanjara/wip-datalog-ec
Shilpa Jagannath [Fri, 17 Jul 2026 17:13:17 +0000 (10:13 -0700)]
Merge pull request #69293 from smanjara/wip-datalog-ec

rgw: fix log_remove() -EIO on non-existent FIFO shards

11 days agocommon/lockdep: explicitly export g_lockdep visibility 70268/head
Patrick Donnelly [Fri, 17 Jul 2026 01:30:03 +0000 (21:30 -0400)]
common/lockdep: explicitly export g_lockdep visibility

Aggressive Link-Time Optimization (LTO) and stricter linker defaults
in newer toolchains (like GCC 13 on Ubuntu 24.04) can strip or
localize external global variables if their visibility is not
explicitly defined. Tagging g_lockdep with default visibility ensures
it remains accessible in the dynamic symbol table for external
binaries like monmaptool.

Assisted-by: Gemini
Fixes: https://tracker.ceph.com/issues/78321
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days agoMerge pull request #70054 from ceph/jfw-libfdb-reverse-select
Jesse Williamson [Fri, 17 Jul 2026 16:20:46 +0000 (09:20 -0700)]
Merge pull request #70054 from ceph/jfw-libfdb-reverse-select

libfdb: reverse-order selection

11 days agoMerge pull request #70232 from batrick/csc-membership-updates
Ilya Dryomov [Fri, 17 Jul 2026 16:03:50 +0000 (18:03 +0200)]
Merge pull request #70232 from batrick/csc-membership-updates

doc/governance: csc membership updates

Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Sage McTaggart <sagemct@ibm.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
11 days agoMerge pull request #69751 from rhcs-dashboard/fix-hardware-tab
Afreen Misbah [Fri, 17 Jul 2026 15:01:46 +0000 (20:31 +0530)]
Merge pull request #69751 from rhcs-dashboard/fix-hardware-tab

mgr/dashboard: Fix hardware tab in health card

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
11 days agoMerge pull request #70046 from rhcs-dashboard/fix-IBMCEPH-15229
Afreen Misbah [Fri, 17 Jul 2026 13:49:26 +0000 (19:19 +0530)]
Merge pull request #70046 from rhcs-dashboard/fix-IBMCEPH-15229

Reviewed-by: Afreen Misbah <afreen@ibm.com>
11 days agoMerge pull request #70153 from ronen-fr/wip-rf-78124ecN
Ronen Friedman [Fri, 17 Jul 2026 13:48:06 +0000 (16:48 +0300)]
Merge pull request #70153 from ronen-fr/wip-rf-78124ecN

mon: require EC optimizations for Crimson EC pools

Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
11 days ago.githubmap: correct Anthony's name 70232/head
Patrick Donnelly [Thu, 16 Jul 2026 01:10:32 +0000 (21:10 -0400)]
.githubmap: correct Anthony's name

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days agodoc/governance: add Sage McTaggart to CSC
Patrick Donnelly [Wed, 15 Jul 2026 15:13:23 +0000 (11:13 -0400)]
doc/governance: add Sage McTaggart to CSC

Fixes: https://tracker.ceph.com/issues/77238
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days ago.githubmap: add Sage McTaggart
Patrick Donnelly [Wed, 15 Jul 2026 15:12:55 +0000 (11:12 -0400)]
.githubmap: add Sage McTaggart

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days agodoc/governance: add Kyle Bader
Patrick Donnelly [Wed, 15 Jul 2026 15:09:23 +0000 (11:09 -0400)]
doc/governance: add Kyle Bader

Fixes: https://tracker.ceph.com/issues/77572
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days ago.githubmap: add Kyle Bader
Patrick Donnelly [Wed, 15 Jul 2026 15:09:00 +0000 (11:09 -0400)]
.githubmap: add Kyle Bader

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days ago.githubmap: sort alphabetically
Patrick Donnelly [Thu, 16 Jul 2026 16:22:04 +0000 (12:22 -0400)]
.githubmap: sort alphabetically

    awk '/^#/ {print; next} {print | "sort --stable -f"}' .githubmap > .githubmap_sorted

This commit also removes two duplicates for zmc and nmshelke.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
11 days agomgr/dashboard: updating SMB rate limiting form fields 69830/head
Devika Babrekar [Tue, 30 Jun 2026 10:03:13 +0000 (15:33 +0530)]
mgr/dashboard: updating SMB rate limiting form fields
Fixes: https://tracker.ceph.com/issues/77815
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
11 days agomgr/dashboard:EC Profile creation form simplification and improvement 69430/head
Devika Babrekar [Mon, 15 Jun 2026 11:17:16 +0000 (16:47 +0530)]
mgr/dashboard:EC Profile creation form simplification and improvement
Fixes: https://tracker.ceph.com/issues/77369
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/erasure-code-profile-form/erasure-code-profile-form-modal.component.html
-removed Directory field, as it is no longer needed in form

11 days agomgr/dashboard: Disable multisite Action dropdown for read-only user 69639/head
Devika Babrekar [Mon, 22 Jun 2026 14:53:17 +0000 (20:23 +0530)]
mgr/dashboard: Disable multisite Action dropdown for read-only user
Fixes: https://tracker.ceph.com/issues/77570
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.html
- added disabled property on table component to disable the table
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-actions/table-actions.component.html
- added disabled property on table component to disable the table

11 days agoMerge pull request #69807 from syedali237/dashboard/accounts
Afreen Misbah [Fri, 17 Jul 2026 11:06:23 +0000 (16:36 +0530)]
Merge pull request #69807 from syedali237/dashboard/accounts

mgr/dashboard : migrate accounts table tabs to resource pages

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
om>

11 days agoMerge pull request #69784 from sunyuechi/wip-osd-network-min-fix
SrinivasaBharathKanta [Fri, 17 Jul 2026 09:54:49 +0000 (15:24 +0530)]
Merge pull request #69784 from sunyuechi/wip-osd-network-min-fix

osd: dump_osd_network min section now reports min not max

11 days agocrimson/os/seastore/transaction: new conflict/no_conflict trans 70068/head
Xuehan Xu [Wed, 8 Jul 2026 08:05:20 +0000 (16:05 +0800)]
crimson/os/seastore/transaction: new conflict/no_conflict trans
synchronization

Use seastar::shared_mutex to synchronize transactions when committing
no_conflict ones.

Specifically, this commit achieves conflict/no_conflict trans
synchronization by:
1. The no_conflict trans acquires locks on all the stable extents which
   it modifies.
2. The conflicting trans acquires shared locks on all the stable extents
   which it modifies.
3. The no_conflict trans releases the locks after its committing.
4. The conflicting trans releases the shared locks once it enter the
   prepare pipeline phase.

This commits makes sure that:
1. only transactions accessing the extents that the no_conflict trans
   is committing will be blocked.
2. avoid persisting extents that a committing no_conflict trans is
   modified

Compared to the old approach, this commit's strategy is much more
straightforward and understandable.

This commit is more performant as the no_conflict trans only blocks
the trans the modified extent set of which intersects with it, while,
in the old approach, all other transactions will be blocked once a
conflicting trans is blocked because it's blocked after it enters the
prepare pipeline phase

Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
11 days agoMerge pull request #69870 from pablodelara/isal_update
SrinivasaBharathKanta [Fri, 17 Jul 2026 09:50:05 +0000 (15:20 +0530)]
Merge pull request #69870 from pablodelara/isal_update

isa-l: Update isa-l submodule from 2.32.0 to 2.32.1

11 days agoMerge pull request #69822 from sunyuechi/wip-pick_address-iface
SrinivasaBharathKanta [Fri, 17 Jul 2026 09:49:09 +0000 (15:19 +0530)]
Merge pull request #69822 from sunyuechi/wip-pick_address-iface

common/pick_address: match against the current iface in pick_iface