]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
12 days agosquash! test/rgw/multisite: add test_versioned_lifecycle_deletes 67661/head
Jane Zhu [Tue, 7 Apr 2026 15:01:20 +0000 (11:01 -0400)]
squash! test/rgw/multisite: add test_versioned_lifecycle_deletes

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
12 days agofixup! rgw: break the coupling of olh epoch and epochs of olh ops, and make the epoch...
Jane Zhu [Tue, 7 Apr 2026 17:34:32 +0000 (17:34 +0000)]
fixup! rgw: break the coupling of olh epoch and epochs of olh ops, and make the epochs of olh ops ever-increasing

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
2 weeks agofixup! test/rgw/multisite: add test_versioned_lifecycle_deletes
Jane Zhu [Sat, 4 Apr 2026 17:01:02 +0000 (17:01 +0000)]
fixup! test/rgw/multisite: add test_versioned_lifecycle_deletes

do one bucket metadata update at a time to avoid a concurrent op failure

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
2 weeks agofixup! rgw: break the coupling of olh epoch and epochs of olh ops, and make the epoch...
Jane Zhu [Sat, 4 Apr 2026 16:55:07 +0000 (16:55 +0000)]
fixup! rgw: break the coupling of olh epoch and epochs of olh ops, and make the epochs of olh ops ever-increasing

add an olh op log for a missed success scenario in olh handling

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
2 weeks agotest/rgw/multisite: add test_versioned_lifecycle_deletes
Casey Bodley [Tue, 27 Jan 2026 19:15:32 +0000 (14:15 -0500)]
test/rgw/multisite: add test_versioned_lifecycle_deletes

use the 'bucket check olh/unlinked' commands to test that all index
entries are cleaned up after all versions are deleted by lifecycle

Fixes: https://tracker.ceph.com/issues/74594
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2 weeks agorgw: ensure backward compatibility on handling CLS_RGW_OLH_OP_STALE during upgrade
Jane Zhu [Thu, 19 Mar 2026 21:09:18 +0000 (21:09 +0000)]
rgw: ensure backward compatibility on handling CLS_RGW_OLH_OP_STALE during upgrade

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
2 weeks agorgw: break the coupling of olh epoch and epochs of olh ops, and make the epochs of...
Jane Zhu [Wed, 4 Mar 2026 23:39:06 +0000 (23:39 +0000)]
rgw: break the coupling of olh epoch and epochs of olh ops, and make the epochs of olh ops ever-increasing

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
2 weeks agoMerge pull request #67096 from kshtsk/wip-misc-cleanup
Kefu Chai [Sat, 4 Apr 2026 12:12:35 +0000 (20:12 +0800)]
Merge pull request #67096 from kshtsk/wip-misc-cleanup

qa/standalone/misc: make less noise for asok calculation

Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
Reviewed-by: Kefu Chai <k.chai@proxmox.com>
2 weeks agoqa/standalone/misc: make less noise for asok calculation 67096/head
Kyr Shatskyy [Tue, 27 Jan 2026 18:17:04 +0000 (19:17 +0100)]
qa/standalone/misc: make less noise for asok calculation

The $() notation not only calls the function, it also creates subshell,
which is a separate process. Additionally in debug mode all the content
of the function get_asok_path is printed out in the logs each time
whenever it is called, for example:

    ...stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:552: run_mgr:  get_asok_path
    ...stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:107: get_asok_path:  local name=
    ...stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:108: get_asok_path:  '[' -n '' ']'
    ...stderr:///home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:111: get_asok_path:  get_asok_dir
    ...stderr:///home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:99: get_asok_dir:  '[' -n '' ']'
    ...stderr:///home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:102: get_asok_dir:  echo /tmp/ceph-asok.48301
    ...stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:111: get_asok_path:  echo '/tmp/ceph-asok.48301/$cluster-$name.asok'

Instead of calling get_asok_path each time we need to define osd.0,
etc. asok file path, we just predefine corresponding variables.
It not only avoids extra resource usage, but also removes a lot of
noise from the logs.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
2 weeks agoMerge pull request #67852 from bluikko/wip-doc-start-improve
bluikko [Fri, 3 Apr 2026 04:00:31 +0000 (11:00 +0700)]
Merge pull request #67852 from bluikko/wip-doc-start-improve

doc: Improve docs in start

2 weeks agoMerge pull request #67824 from bluikko/wip-doc-rados-spelling2
bluikko [Fri, 3 Apr 2026 03:58:41 +0000 (10:58 +0700)]
Merge pull request #67824 from bluikko/wip-doc-rados-spelling2

doc/rados: Fix spelling errors (2 of 3)

2 weeks agoMerge pull request #67813 from bluikko/wip-doc-rados-spelling
bluikko [Fri, 3 Apr 2026 03:58:31 +0000 (10:58 +0700)]
Merge pull request #67813 from bluikko/wip-doc-rados-spelling

doc/rados: Fix spelling errors (1 of 3)

2 weeks agoMerge pull request #67843 from rhcs-dashboard/fix-sc-duplicate-name-issue
Afreen Misbah [Thu, 2 Apr 2026 21:01:56 +0000 (02:31 +0530)]
Merge pull request #67843 from rhcs-dashboard/fix-sc-duplicate-name-issue

mgr/dashboard : Restrict create storage class with existing name

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
2 weeks agoMerge pull request #68072 from syedali237/unit-tests
Afreen Misbah [Thu, 2 Apr 2026 20:38:23 +0000 (02:08 +0530)]
Merge pull request #68072 from syedali237/unit-tests

mgr/dashboard (test) : refactored tests and resolved TODOs

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge pull request #68146 from vumrao/vikhyat-governance-update-email-id
Vikhyat Umrao [Thu, 2 Apr 2026 17:11:08 +0000 (10:11 -0700)]
Merge pull request #68146 from vumrao/vikhyat-governance-update-email-id

doc/governance: Update governance.rst to change the email id

2 weeks agoMerge pull request #67679 from SHASHI9705/fix-notification-icon-alignment
Afreen Misbah [Thu, 2 Apr 2026 16:19:59 +0000 (21:49 +0530)]
Merge pull request #67679 from SHASHI9705/fix-notification-icon-alignment

dashboard: fix notification icon alignment with timestamp in notification panel

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge pull request #67934 from rhcs-dashboard/preserve-id-fix
Afreen Misbah [Thu, 2 Apr 2026 15:29:05 +0000 (20:59 +0530)]
Merge pull request #67934 from rhcs-dashboard/preserve-id-fix

mgr/dashboard: fix the missing injectors for child formgroup tpl

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
2 weeks agoMerge pull request #68129 from Aryan-coder06/dashboard-75762-notification-relative
Afreen Misbah [Thu, 2 Apr 2026 15:16:48 +0000 (20:46 +0530)]
Merge pull request #68129 from Aryan-coder06/dashboard-75762-notification-relative

mgr/dashboard: keep notification tests in the past

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge pull request #68173 from Annmool/wip-vstart-extblkdev-fix
Igor Fedotov [Thu, 2 Apr 2026 12:15:37 +0000 (15:15 +0300)]
Merge pull request #68173 from Annmool/wip-vstart-extblkdev-fix

vstart: disable extblkdev plugins for file-backed OSDs

Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
2 weeks agoMerge pull request #68053 from rhcs-dashboard/dashboard-freeze-issue
naman munet [Thu, 2 Apr 2026 11:16:27 +0000 (16:46 +0530)]
Merge pull request #68053 from rhcs-dashboard/dashboard-freeze-issue

mgr/dashboard: telemetry banner causes UI freeze on initial load

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Puja Shahu <pshahu@redhat.com>
2 weeks agoMerge pull request #68168 from batrick/pr67961-followup
Ilya Dryomov [Thu, 2 Apr 2026 07:17:09 +0000 (09:17 +0200)]
Merge pull request #68168 from batrick/pr67961-followup

qa: undo supported-random-distros mishap

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
2 weeks agovstart: disable extblkdev plugins for file-backed OSDs 68173/head
Annmool [Thu, 2 Apr 2026 05:58:05 +0000 (11:28 +0530)]
vstart: disable extblkdev plugins for file-backed OSDs

Signed-off-by: Annmool <aydv.267@gmail.com>
2 weeks agoMerge pull request #66678 from bugwz/support_docker_build
Dan Mick [Thu, 2 Apr 2026 02:26:48 +0000 (19:26 -0700)]
Merge pull request #66678 from bugwz/support_docker_build

Support build image with docker

2 weeks agoChange format 66678/head
bugwz [Thu, 18 Dec 2025 10:22:33 +0000 (18:22 +0800)]
Change format

Signed-off-by: bugwz <xbugwz@gmail.com>
2 weeks agoSupport build image with docker
bugwz [Thu, 18 Dec 2025 07:45:09 +0000 (15:45 +0800)]
Support build image with docker

Signed-off-by: bugwz <xbugwz@gmail.com>
2 weeks agoqa: add back centos9.stream 68168/head
Patrick Donnelly [Wed, 1 Apr 2026 23:42:44 +0000 (19:42 -0400)]
qa: add back centos9.stream

When graph walks is complete, it will actually be possible link to
supported without repeating the links. The matrix implementation doesn't
support this.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
2 weeks agoRevert "qa/distros: link random distro to supported"
Patrick Donnelly [Wed, 1 Apr 2026 23:41:43 +0000 (19:41 -0400)]
Revert "qa/distros: link random distro to supported"

This reverts commit e00e327d5fa08e38b833e6b4fc32483b3ca2340d.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
2 weeks agoqa: remove file from silent conflict
Patrick Donnelly [Wed, 1 Apr 2026 23:38:58 +0000 (19:38 -0400)]
qa: remove file from silent conflict

Added back by 2755bec58f6b659fa46c8d717c895ee4fa4270d0.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
2 weeks agoMerge PR #67961 into main
Patrick Donnelly [Wed, 1 Apr 2026 20:00:24 +0000 (16:00 -0400)]
Merge PR #67961 into main

* refs/pull/67961/head:
qa/distros: link random distro to supported
qa/distros: add .qa links
qa: remove special chars from supported-random-distro
qa: remove redundant single-container-host
qa/distros/container-hosts: remove centos8
qa: remove distros/podman
qa: switch from distros/podman to supported-container-hosts

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2 weeks agoMerge PR #67957 into main
Patrick Donnelly [Wed, 1 Apr 2026 17:52:58 +0000 (13:52 -0400)]
Merge PR #67957 into main

* refs/pull/67957/head:
qa/distros: add centos 9 stream back to supported distros

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 weeks agoMerge pull request #68153 from gbregman/main
Gil Bregman [Wed, 1 Apr 2026 10:09:29 +0000 (13:09 +0300)]
Merge pull request #68153 from gbregman/main

mgr/cephadm: don't try to map /etc/kmip if it doesn't exist

2 weeks agoMerge pull request #68002 from ronen-fr/wip-rf-pgscrubber-cln26
Ronen Friedman [Wed, 1 Apr 2026 09:09:13 +0000 (12:09 +0300)]
Merge pull request #68002 from ronen-fr/wip-rf-pgscrubber-cln26

osd/scrub: minor cleanups

Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2 weeks agoMerge pull request #68013 from badone/wip-tracker-75391-kernel_untar_build-rocky...
Ilya Dryomov [Wed, 1 Apr 2026 08:23:45 +0000 (10:23 +0200)]
Merge pull request #68013 from badone/wip-tracker-75391-kernel_untar_build-rocky-failure

qa/workunits: Add updated kernel archive URL

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
2 weeks agomgr/cephadm: don't try to map /etc/kmip if it doesn't exist 68153/head
Gil Bregman [Wed, 1 Apr 2026 06:50:48 +0000 (09:50 +0300)]
mgr/cephadm: don't try to map /etc/kmip if it doesn't exist

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
2 weeks agomgr/dashboard : Restrict create storage class with existing name 67843/head
Abhishek Desai [Tue, 17 Mar 2026 10:18:46 +0000 (15:48 +0530)]
mgr/dashboard : Restrict create storage class with existing name
fixes :
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
2 weeks agoMerge pull request #68115 from bluikko/wip-doc-ceph-volume-spelling
bluikko [Wed, 1 Apr 2026 01:43:53 +0000 (08:43 +0700)]
Merge pull request #68115 from bluikko/wip-doc-ceph-volume-spelling

doc/ceph-volume: Fix spelling etc errors

2 weeks agoMerge pull request #68130 from tchaikov/wip-crimson-main-includes
Kefu Chai [Wed, 1 Apr 2026 00:51:49 +0000 (08:51 +0800)]
Merge pull request #68130 from tchaikov/wip-crimson-main-includes

crimson: clean ups in main_config_bootstrap_helpers.cc

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
2 weeks agocrimson/osd: remove unnecessary named string for --smp value 68130/head
Kefu Chai [Sun, 29 Mar 2026 11:41:48 +0000 (19:41 +0800)]
crimson/osd: remove unnecessary named string for --smp value

The local variable `smp` is used only in the two immediately following
statements. Inline the fmt::format() call into emplace_back() and pass
reactor_num directly to the logger.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
2 weeks agocrimson/osd: make early_config_t::to_ptr_vector private
Kefu Chai [Sun, 29 Mar 2026 11:39:40 +0000 (19:39 +0800)]
crimson/osd: make early_config_t::to_ptr_vector private

The helper is an implementation detail of get_early_args() and
get_ceph_args(). Making it private prevents callers from inadvertently
holding the returned const char* pointers past the lifetime of the
input vector. Also fix the truncated doc-comment ("must not outlive in").

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
2 weeks agocrimson/osd: remove duplicate include of main_config_bootstrap_helpers.h
Kefu Chai [Sun, 29 Mar 2026 11:40:05 +0000 (19:40 +0800)]
crimson/osd: remove duplicate include of main_config_bootstrap_helpers.h

The header was included twice in main_config_bootstrap_helpers.cc.
The second inclusion is redundant due to #pragma once.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
2 weeks agodoc/governance: Update governance.rst to change the email id 68143/head 68146/head
Vikhyat Umrao [Tue, 31 Mar 2026 14:48:23 +0000 (07:48 -0700)]
doc/governance: Update governance.rst to change the email id

Updating my redhat.com email id to ibm.com email id.

Signed-off-by: Vikhyat Umrao <vikhyat@ibm.com>
2 weeks agoMerge pull request #67553 from JonBailey1993/subobject-linkage-fix
Radoslaw Zarzynski [Tue, 31 Mar 2026 19:16:31 +0000 (21:16 +0200)]
Merge pull request #67553 from JonBailey1993/subobject-linkage-fix

test: Fix gcc warnings about subobject-linkage in ceph_test_rados_io_sequence

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
2 weeks agoMerge pull request #67498 from jamiepryde/73246-jerasure-cauchy-init-mutex
Laura Flores [Tue, 31 Mar 2026 19:14:28 +0000 (14:14 -0500)]
Merge pull request #67498 from jamiepryde/73246-jerasure-cauchy-init-mutex

erasure-code/jerasure: Fix thread safety in plugin init

Reviewed-by: Radosław Zarzyński <rzarzyns@redhat.com>
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
2 weeks agoMerge pull request #67737 from phlogistonjohn/jjm-cephadm-choose-action
Adam King [Tue, 31 Mar 2026 14:46:44 +0000 (10:46 -0400)]
Merge pull request #67737 from phlogistonjohn/jjm-cephadm-choose-action

cephadm: Refactor _check_daemons to allow service subclasses to choose the next action

Reviewed-by: Adam King <adking@redhat.com>
2 weeks agoMerge pull request #68120 from bluikko/wip-doc-hardware-monitoring-improvements
Anthony D'Atri [Tue, 31 Mar 2026 13:49:12 +0000 (09:49 -0400)]
Merge pull request #68120 from bluikko/wip-doc-hardware-monitoring-improvements

doc/hardware-monitoring: improve index.rst

2 weeks agoMerge pull request #68124 from rhcs-dashboard/fix-subsystem-loading-page
Afreen Misbah [Tue, 31 Mar 2026 13:38:26 +0000 (19:08 +0530)]
Merge pull request #68124 from rhcs-dashboard/fix-subsystem-loading-page

mgr/dashboard: fix-subsystem-loading-page-issue

2 weeks agoMerge pull request #67925 from shraddhaag/wip-shraddhaag-use-pgrecoverydelete
Matan Breizman [Tue, 31 Mar 2026 13:14:09 +0000 (16:14 +0300)]
Merge pull request #67925 from shraddhaag/wip-shraddhaag-use-pgrecoverydelete

crimson/osd/pg_recovery: call MOSDPGRecoveryDelete instead of MOSDPGBackfillRemove

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2 weeks agomgr/dashboard: keep notification tests in the past 68129/head
Aryan-coder06 [Tue, 31 Mar 2026 12:23:08 +0000 (17:53 +0530)]
mgr/dashboard: keep notification tests in the past

Signed-off-by: Aryan-coder06 <aryaniiitian06@gmail.com>
2 weeks agomgr/dashboard: fix-subsystem-loading-page-issue 68124/head
Sagar Gopale [Tue, 31 Mar 2026 10:34:34 +0000 (16:04 +0530)]
mgr/dashboard: fix-subsystem-loading-page-issue

Fixes: https://tracker.ceph.com/issues/75813
Signed-off-by: Sagar Gopale <sagar.gopale@ibm.com>
2 weeks agoMerge pull request #64894 from ibm-s390-cloud/main-s390x-smcd
Ilya Dryomov [Tue, 31 Mar 2026 10:33:00 +0000 (12:33 +0200)]
Merge pull request #64894 from ibm-s390-cloud/main-s390x-smcd

msg/async: SMC on s390x

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
2 weeks agoMerge pull request #68093 from tchaikov/wip-crimson-comments
Kefu Chai [Tue, 31 Mar 2026 10:25:45 +0000 (18:25 +0800)]
Merge pull request #68093 from tchaikov/wip-crimson-comments

crimson: remove redundant comments and improve comment so it's more accurate

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
2 weeks agocrimson/osd/pg_recovery: call MOSDPGRecoveryDelete instead of MOSDPGBackfillRemove 67925/head
Shraddha Agrawal [Thu, 19 Mar 2026 08:01:28 +0000 (13:31 +0530)]
crimson/osd/pg_recovery: call MOSDPGRecoveryDelete instead of MOSDPGBackfillRemove

This commit fixes the abort in Recovered::Recovered.

There is a race to acquire the OBC lock between backfill and
client delete for the same object.

When the lock is acquired first by the backfill, the object is
recovered first, and then deleted by the client delete request.
When recovering the object, the corresponding peer_missing entry
is cleared and we are able to transition to Recovered state
successfully.

When the lock is acquired first by client delete request, the
object is deleted. Then backfill tries to recover the object,
finds it deleted and exists early. The stale peer_missing
entry is not cleared. In Recovered::Recovered, needs_recovery()
sees this stale peer_missing entry and calls abort.

The issue is fixed by sending MOSDPGRecoveryDelete from the client
path to peers and waiting for MOSDPGRecoveryDeleteReply in
recover_object.

Fixes: https://tracker.ceph.com/issues/70501
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
2 weeks agodoc/hardware-monitoring: improve index.rst 68120/head
Ville Ojamo [Tue, 31 Mar 2026 08:43:37 +0000 (15:43 +0700)]
doc/hardware-monitoring: improve index.rst

Try to improve language. Fix a typo.
Fix CLI example commands rendered as comments.
Fix capitalization and hyphenation.
Try to follow the usual style.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
2 weeks agoMerge pull request #67955 from guits/issue-12737
Guillaume Abrioux [Tue, 31 Mar 2026 09:18:09 +0000 (11:18 +0200)]
Merge pull request #67955 from guits/issue-12737

orch/cephadm: fix osd.default creation

2 weeks agomgr/dashboard: telemetry banner causes UI freeze on initial load 68053/head
Naman Munet [Fri, 27 Mar 2026 14:26:42 +0000 (19:56 +0530)]
mgr/dashboard: telemetry banner causes UI freeze on initial load

Fixes: https://tracker.ceph.com/issues/75761
Signed-off-by: Naman Munet <naman.munet@ibm.com>
2 weeks agoMerge pull request #67654 from bst2002git/bst2002cephfsdashboard-git-patch-1
Aashish Sharma [Tue, 31 Mar 2026 09:00:48 +0000 (14:30 +0530)]
Merge pull request #67654 from bst2002git/bst2002cephfsdashboard-git-patch-1

mgr/dashboard: Grafana dashboard/Filesystem Overview: "matching labels must be unique on one side"

Reviewed-by: Aashish Sharma <aasharma@redhat.com>
2 weeks agoMerge pull request #66776 from rhcs-dashboard/carbonize-osd-flags-modal
Afreen Misbah [Tue, 31 Mar 2026 08:09:38 +0000 (13:39 +0530)]
Merge pull request #66776 from rhcs-dashboard/carbonize-osd-flags-modal

mgr/dashboard: carbonize-osd-flags-modal

Reviewed-by: pujaoshahu <pshahu@redhat.com>
2 weeks agodoc/ceph-volume: Fix spelling etc errors 68115/head
Ville Ojamo [Tue, 31 Mar 2026 06:51:15 +0000 (13:51 +0700)]
doc/ceph-volume: Fix spelling etc errors

Low-hanging spelling, punctuation, and capitalization errors.
Ignore style and other more complex issues.
Use angle brackets consistently for value placeholders.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
2 weeks agoMerge pull request #67929 from myoungwon/wip-fix74982
Matan Breizman [Tue, 31 Mar 2026 07:36:11 +0000 (10:36 +0300)]
Merge pull request #67929 from myoungwon/wip-fix74982

crimson/osd: add warning log for stray pgmeta-like objects

Reviewed-by: Aishwarya Mathuria <amathuri@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2 weeks agoMerge pull request #67740 from xxhdx1985126/wip-75333
Matan Breizman [Tue, 31 Mar 2026 07:35:38 +0000 (10:35 +0300)]
Merge pull request #67740 from xxhdx1985126/wip-75333

crimson/common/interruptible_future: fix interruption leakage in green_get/get/yield/maybe_yield

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
2 weeks agoMerge pull request #67866 from xxhdx1985126/wip-75574
Matan Breizman [Tue, 31 Mar 2026 07:35:03 +0000 (10:35 +0300)]
Merge pull request #67866 from xxhdx1985126/wip-75574

crimson/osd/pg_recovery: call on_global_recover on the "recover deleted" object when it's not missing on the primary too

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
2 weeks agoMerge pull request #68049 from rhcs-dashboard/fix-padding
Afreen Misbah [Tue, 31 Mar 2026 07:18:28 +0000 (12:48 +0530)]
Merge pull request #68049 from rhcs-dashboard/fix-padding

mgr/dashboard: Fix padding of overview page

Reviewed-by: Nizamudeen A <nia@redhat.com>
2 weeks agoThis change introduces the shared memory communication (SMC-D) for the cluster network. 64894/head
Aliaksei Makarau [Tue, 31 Mar 2026 06:40:04 +0000 (08:40 +0200)]
This change introduces the shared memory communication (SMC-D) for the cluster network.
SMC-D is faster than ethernet in IBM Z LPARs and/or VMs (zVM or KVM).

Fixes: https://tracker.ceph.com/issues/66702
Signed-off-by: Aliaksei Makarau <aliaksei.makarau@ibm.com>
2 weeks agoMerge pull request #67991 from rhcs-dashboard/nvmeof-gw
Afreen Misbah [Tue, 31 Mar 2026 06:37:22 +0000 (12:07 +0530)]
Merge pull request #67991 from rhcs-dashboard/nvmeof-gw

mgr/dashboard: Allow creating nvmeof gateway group via new flow

Reviewed-by: pujaoshahu <pshahu@redhat.com>
2 weeks agofound duplicate series for the match group {fs_id="-1"} 67654/head
bst2002git [Wed, 4 Mar 2026 15:48:20 +0000 (16:48 +0100)]
found duplicate series for the match group {fs_id="-1"}

when 1 MDS active and 2 MDS standby (on 3Node-Cluster)
found duplicate series for the match group {fs_id="-1"} on the right hand-side of the operation
many-to-many matching not allowed: matching labels must be unique on one side

Fixes: https://tracker.ceph.com/issues/75754
Signed-off-by: bst2002git <bst2002@ios.dhs.org>
2 weeks agoMerge pull request #68100 from bluikko/wip-doc-sphix-warnings-202604
bluikko [Tue, 31 Mar 2026 04:50:27 +0000 (11:50 +0700)]
Merge pull request #68100 from bluikko/wip-doc-sphix-warnings-202604

doc: Fix Sphinx warnings

2 weeks agoMerge pull request #68110 from aainscow/tentacle-exclude
Alex Ainscow [Mon, 30 Mar 2026 20:49:48 +0000 (21:49 +0100)]
Merge pull request #68110 from aainscow/tentacle-exclude

qa: Exclude missing ceph-osd-classic and ceph-osd-crimson from tentacle installs.

Reviewed-by: Shraddha Agrawal <shraagra@in.ibm.com>
2 weeks agoMerge pull request #67766 from VallariAg/wip-nvmeof-auto-listener-cli
Vallari Agrawal [Mon, 30 Mar 2026 18:26:30 +0000 (23:56 +0530)]
Merge pull request #67766 from VallariAg/wip-nvmeof-auto-listener-cli

mgr/dashboard: Add 'network_mask' to nvmeof cli

2 weeks agoqa: Exclude missing ceph-osd-classic and ceph-osd-crimson from tentacle installs. 68110/head
Alex Ainscow [Thu, 26 Mar 2026 14:21:41 +0000 (14:21 +0000)]
qa: Exclude missing ceph-osd-classic and ceph-osd-crimson from tentacle installs.

The upgrade from tentacle builds were failing because the system was attempting
to install packages whose names were changed in Umbrella.

We use the same workaround previously used for squid.

Fixes: https://tracker.ceph.com/issues/75730
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
2 weeks agoMerge pull request #68104 from shraddhaag/wip-shraddhaag-fix-upgrades
Shraddha Agrawal [Mon, 30 Mar 2026 14:39:09 +0000 (20:09 +0530)]
Merge pull request #68104 from shraddhaag/wip-shraddhaag-fix-upgrades

qa/tasks/cephadm.py: only pass --objectstore when not bluestore

2 weeks agomgr/dashboard: Add 'network_mask' to nvmeof cli 67766/head
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>
2 weeks agoMerge pull request #67996 from guits/fix-cv-nvme-vendor
Guillaume Abrioux [Mon, 30 Mar 2026 13:50:34 +0000 (15:50 +0200)]
Merge pull request #67996 from guits/fix-cv-nvme-vendor

ceph-volume: fix vendor detection for nvme devices

2 weeks agoMerge pull request #67624 from ujjawal-ibm/filter-devices
Guillaume Abrioux [Mon, 30 Mar 2026 13:48:59 +0000 (15:48 +0200)]
Merge pull request #67624 from ujjawal-ibm/filter-devices

ceph-volume: skip cdrom devices in inverntory

2 weeks agoMerge pull request #67891 from guits/tracker_75615
Guillaume Abrioux [Mon, 30 Mar 2026 13:45:34 +0000 (15:45 +0200)]
Merge pull request #67891 from guits/tracker_75615

ceph-volume: fix inventory without /dev/vg/lv (slashed paths)

2 weeks agoqa/tasks/cephadm.py: only pass --objectstore when not bluestore 68104/head
Shraddha Agrawal [Mon, 30 Mar 2026 10:12:08 +0000 (15:42 +0530)]
qa/tasks/cephadm.py: only pass --objectstore when not bluestore

This commit ensure that we only pass --objectstore argument to
cephadm's add/apply OSD command only when the value is not the
default value, bluestore.

This is done to ensure older ceph releases, like Squid and Tentacle
do not fail, as --objectstore argument was only added in Umbrella.

Fixes: https://tracker.ceph.com/issues/75731
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
2 weeks agodoc: Fix Sphinx warnings 68100/head
Ville Ojamo [Mon, 30 Mar 2026 05:21:38 +0000 (12:21 +0700)]
doc: Fix Sphinx warnings

Fix indentation and section title underline.
Fixes six Sphinx warnings.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
2 weeks agoMerge pull request #68066 from rhcs-dashboard/ui-empty-subvol-info-fix
Pedro Gonzalez Gomez [Mon, 30 Mar 2026 08:11:46 +0000 (10:11 +0200)]
Merge pull request #68066 from rhcs-dashboard/ui-empty-subvol-info-fix

mgr/dashboard: fix subvolume group corruption from smb share form

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
2 weeks agoMerge pull request #66920 from kamoltat/wip-ksirivad-osd-df
SrinivasaBharathKanta [Mon, 30 Mar 2026 07:00:10 +0000 (12:30 +0530)]
Merge pull request #66920 from kamoltat/wip-ksirivad-osd-df

src/osd/OSDMap.cc: Display SUM of PGs in ceph osd df

2 weeks agoMerge pull request #66824 from NitzanMordhai/wip-nitzan-activepymodules-perf-schema...
SrinivasaBharathKanta [Mon, 30 Mar 2026 06:59:57 +0000 (12:29 +0530)]
Merge pull request #66824 from NitzanMordhai/wip-nitzan-activepymodules-perf-schema-labels-pyformatter

mgr/ActivePyModules: fix dangling string_view in get_perf_schema_python

2 weeks agoMerge pull request #65987 from MattyWilliams22/wip-compiler-independent-rng
SrinivasaBharathKanta [Mon, 30 Mar 2026 06:28:03 +0000 (11:58 +0530)]
Merge pull request #65987 from MattyWilliams22/wip-compiler-independent-rng

IO Generator: Change random number generator to be compiler independent

2 weeks agoMerge pull request #65939 from MattyWilliams22/wip-error-message-detail
SrinivasaBharathKanta [Mon, 30 Mar 2026 06:27:38 +0000 (11:57 +0530)]
Merge pull request #65939 from MattyWilliams22/wip-error-message-detail

IO Generator: Add debug to DataGeneration validation failure output

2 weeks agoMerge pull request #65875 from MattyWilliams22/wip-plugin-ec-optimisations
SrinivasaBharathKanta [Mon, 30 Mar 2026 06:27:20 +0000 (11:57 +0530)]
Merge pull request #65875 from MattyWilliams22/wip-plugin-ec-optimisations

test: Exit with relevant error message when enabling EC optimisations fails

2 weeks agoMerge pull request #68099 from sunyuechi/remove-dead-arch
Kefu Chai [Mon, 30 Mar 2026 06:23:13 +0000 (14:23 +0800)]
Merge pull request #68099 from sunyuechi/remove-dead-arch

common: remove unused arch.h

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge pull request #68020 from nbalacha/wip-nbalacha-rgw-typos
nbalacha [Mon, 30 Mar 2026 05:34:45 +0000 (11:04 +0530)]
Merge pull request #68020 from nbalacha/wip-nbalacha-rgw-typos

rgw/radosgw-admin: minor typo fixes

3 weeks agoMerge pull request #68090 from tchaikov/wip-crimson-args
Kefu Chai [Mon, 30 Mar 2026 02:12:26 +0000 (10:12 +0800)]
Merge pull request #68090 from tchaikov/wip-crimson-args

crimson/osd: fix wrong log arguments in get_option_value and _get_early_config

Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
3 weeks agocommon: remove unused arch.h 68099/head
Sun Yuechi [Sun, 29 Mar 2026 12:22:14 +0000 (20:22 +0800)]
common: remove unused arch.h

This header has been dead code since 964a0a6e132

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
3 weeks agocrimson/osd: fix inaccurate comment about child early-exit in get_early_config 68093/head
Kefu Chai [Sun, 29 Mar 2026 11:41:24 +0000 (19:41 +0800)]
crimson/osd: fix inaccurate comment about child early-exit in get_early_config

The comment contained a typo ("taged") and vaguely referred to "one of
the parameters" without explaining what actually happens: the child
calls exit(0) for early-exit paths such as --help and --version, and
the parent detects this by checking for a clean exit with no pipe data.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agocrimson/osd: remove redundant comments
Kefu Chai [Sun, 29 Mar 2026 11:40:46 +0000 (19:40 +0800)]
crimson/osd: remove redundant comments

Remove comments that merely restate what the code already says clearly:
- SeastarOption field comments (option_name, config_key, value_type)
- "Define a list of Seastar options" above seastar_options
- "Function to get the option value as a string" above get_option_value
- "stop()s registered using defer() are called here" in main()

Also fix the trailing space before the semicolon in the value_type
field declaration.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agocrimson/osd: fix wrong log arguments in get_option_value and _get_early_config 68090/head
Kefu Chai [Sun, 29 Mar 2026 11:41:08 +0000 (19:41 +0800)]
crimson/osd: fix wrong log arguments in get_option_value and _get_early_config

Both log calls referenced option.config_key (the ceph config key name)
where option.option_name (the CLI flag) was intended:

  logger().warn("get_option_value --option_name {} ...", option.config_key);
  logger().info("Configure option_name {} with value : {}", option.config_key, ...);

Fix both to log option.option_name. Also remove the trailing space
before the colon in the info format string.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge pull request #67192 from indirasawant/wip-isawant-rfe-osd-health-warn 68089/head
Igor Fedotov [Sun, 29 Mar 2026 08:52:19 +0000 (11:52 +0300)]
Merge pull request #67192 from indirasawant/wip-isawant-rfe-osd-health-warn

os/bluestore: add health warn for shared DB/WAL ratio

Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
3 weeks agoMerge pull request #67992 from VallariAg/wip-nvmeof-submodule-172
Gil Bregman [Sun, 29 Mar 2026 07:39:05 +0000 (10:39 +0300)]
Merge pull request #67992 from VallariAg/wip-nvmeof-submodule-172

mgr/dashboard: bump nvmeof submodule to 1.7.2

3 weeks agoMerge pull request #68083 from lumir-sliva/fix-received-typos
Kefu Chai [Sun, 29 Mar 2026 06:32:32 +0000 (14:32 +0800)]
Merge pull request #68083 from lumir-sliva/fix-received-typos

src: fix 'recieved' typo across codebase

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge pull request #68047 from leiwen2025/rv64-crc32c
Kefu Chai [Sun, 29 Mar 2026 06:08:54 +0000 (14:08 +0800)]
Merge pull request #68047 from leiwen2025/rv64-crc32c

src/arch: fix hwprobe include path and ZBC/ZVBC offsets for riscv64

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge pull request #68081 from lumir-sliva/fix-running-tests-locally-typos
Anthony D'Atri [Sun, 29 Mar 2026 01:45:23 +0000 (21:45 -0400)]
Merge pull request #68081 from lumir-sliva/fix-running-tests-locally-typos

doc/dev: fix typos in running-tests-locally.rst

3 weeks agodoc/dev: fix typos in running-tests-locally.rst 68081/head
Lumir Sliva [Sat, 28 Mar 2026 23:27:10 +0000 (00:27 +0100)]
doc/dev: fix typos in running-tests-locally.rst

Fix grammar error ('is be tested' -> 'can be tested'), misspellings
of 'bootstrap', 'teuthology', and 'environment', a repeated word
('manually manually'), and a missing article ('maybe bootstrap' ->
'maybe the bootstrap').

Signed-off-by: Lumir Sliva <lumir.sliva@firma.seznam.cz>
3 weeks agosrc: fix 'recieved' typo across codebase 68083/head
Lumir Sliva [Sun, 29 Mar 2026 00:13:11 +0000 (01:13 +0100)]
src: fix 'recieved' typo across codebase

Fix misspelling of 'received' in comments, log messages, and perf
counter descriptions across mon, osd, erasure-code, and common.

Signed-off-by: Lumir Sliva <lumir.sliva@firma.seznam.cz>
3 weeks agoMerge pull request #68082 from lumir-sliva/fix-dev-guide-docs
Anthony D'Atri [Sat, 28 Mar 2026 23:54:43 +0000 (19:54 -0400)]
Merge pull request #68082 from lumir-sliva/fix-dev-guide-docs

doc: fix typos and outdated refs across developer guide

3 weeks agodoc: fix typos and outdated refs across developer guide 68082/head
Lumir Sliva [Sat, 28 Mar 2026 23:43:27 +0000 (00:43 +0100)]
doc: fix typos and outdated refs across developer guide

Fix 'elipsis' to 'ellipsis' in SubmittingPatches.rst, update
outdated 'master' branch references to 'main' in essentials.rst
and running-tests-locally.rst, fix 'sometime' to 'sometimes' in
merging.rst, and remove duplicated word in teuthology-intro.rst.

Signed-off-by: Lumir Sliva <lumir.sliva@firma.seznam.cz>
3 weeks agoMerge pull request #68080 from lumir-sliva/fix-basic-workflow-typo
Anthony D'Atri [Sat, 28 Mar 2026 23:03:23 +0000 (19:03 -0400)]
Merge pull request #68080 from lumir-sliva/fix-basic-workflow-typo

doc/dev: fix typo in basic-workflow.rst

3 weeks agodoc/dev: fix typo in basic-workflow.rst 68080/head
Lumir Sliva [Sat, 28 Mar 2026 22:31:52 +0000 (23:31 +0100)]
doc/dev: fix typo in basic-workflow.rst

Fix 'sometimeseven' to 'sometimes even' in the Code Review
section of the developer guide.

Signed-off-by: Lumir Sliva <lumir.sliva@firma.seznam.cz>