]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Kefu Chai [Tue, 25 Mar 2025 04:17:35 +0000 (12:17 +0800)]
common: remove spaces before literal operator
clang 20 complains when compiling a user-defined literal operator
with spaces before the underscore. so let's drop the space to be
compliant to
[CWG2521](https://cplusplus.github.io/CWG/issues/2521.html).
```
/home/kefu/dev/ceph/src/common/options.h:415:41: warning: identifier '_min' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
415 | constexpr unsigned long long operator"" _min (unsigned long long min) {
| ~~~~~~~~~~~^~~~
| operator""_min
```
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Ilya Dryomov [Mon, 24 Mar 2025 23:04:50 +0000 (00:04 +0100)]
Merge pull request #62464 from idryomov/wip-70632
librbd: respect rbd_default_snapshot_quiesce_mode in group_snap_create()
Reviewed-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Laura Flores [Mon, 24 Mar 2025 20:39:47 +0000 (15:39 -0500)]
Merge pull request #62422 from ljflores/wip-pg-upmap-prim-release-note
PendingReleaseNotes; doc/rados/operations: document "rm-pg-upmap-primary-{all}" commands
Ilya Dryomov [Mon, 24 Mar 2025 19:07:03 +0000 (20:07 +0100)]
Merge pull request #62269 from nbalacha/wip-nbalacha-rbd-mirrorpool-errmsg
rbd: print the return codes on error for mirror pool commands
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Casey Bodley [Mon, 24 Mar 2025 17:47:49 +0000 (13:47 -0400)]
Merge pull request #54957 from jzhu116-bloomberg/wip-63799
rgw: revert PR #41897 to allow multiple delete markers to be created
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Ilya Dryomov [Fri, 21 Mar 2025 13:49:44 +0000 (14:49 +0100)]
librbd: don't use public API flags in Group::snap_create()
Use internal flags obtained from snap_create_flags_api_to_internal()
instead -- internal_flags variable was assigned but not used.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov [Fri, 21 Mar 2025 13:43:50 +0000 (14:43 +0100)]
librbd: respect rbd_default_snapshot_quiesce_mode in group_snap_create()
Make group_snap_create() behave the same as snap_create() and
mirror_image_create_snapshot(): APIs that don't take RBD_SNAP_CREATE_
flags explicitly should respect rbd_default_snapshot_quiesce_mode
option.
Fixes: https://tracker.ceph.com/issues/70632
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Kotresh HR [Mon, 24 Mar 2025 12:36:36 +0000 (18:06 +0530)]
Merge pull request #60684 from salieri11/wip-igolikov-asok-56442
mds: add MDS asok command for dumping stray directories
Patrick Donnelly [Mon, 24 Mar 2025 12:31:39 +0000 (08:31 -0400)]
Merge PR #62439 into main
* refs/pull/62439/head:
.github/workflows,script: add test for missing .qa links
qa: add missing .qa links
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Nizamudeen A [Mon, 24 Mar 2025 07:16:17 +0000 (12:46 +0530)]
Merge pull request #62430 from ankitk18/fix/alignment-action-btn
mgr/dashboard:fixed alignment of create action button
N Balachandran [Thu, 13 Mar 2025 07:28:09 +0000 (12:58 +0530)]
rbd: print the return codes on error
The calls in the mirror pool cli do not always print the error code.
This is now done in order to make debugging easier.
Fixes: https://tracker.ceph.com/issues/70444
Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
Zac Dover [Sun, 23 Mar 2025 04:50:20 +0000 (14:50 +1000)]
Merge pull request #62366 from anthonyeleven/improve-radosgw-layout
doc/radosgw: Improve layout.rst
Reviewed-by: Zac Dover <zac.dover@proton.me>
Zac Dover [Sat, 22 Mar 2025 02:46:26 +0000 (12:46 +1000)]
Merge pull request #62442 from anthonyeleven/improve-cephadm-svc-osd
doc/cephadm/services: Add mention of --zap for OSD removal
Reviewed-by: Zac Dover <zac.dover@proton.me>
Anthony D'Atri [Fri, 21 Mar 2025 21:59:02 +0000 (17:59 -0400)]
doc/cephadm/services: Add mention of --zap for OSD removal
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
David Galloway [Fri, 21 Mar 2025 19:28:32 +0000 (15:28 -0400)]
Merge pull request #62413 from ceph/pin-actions
workflows: Pin specific SHAs
Laura Flores [Thu, 20 Mar 2025 21:19:30 +0000 (16:19 -0500)]
PendingReleaseNotes; doc/rados/operations: document "rm-pg-upmap-primary-{all}" commands
Added a release note for `ceph osd rm-pg-upmap-primary` and documentation to
complement #62190.
Signed-off-by: Laura Flores <lflores@ibm.com>
Patrick Donnelly [Fri, 21 Mar 2025 17:12:01 +0000 (13:12 -0400)]
.github/workflows,script: add test for missing .qa links
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Ankit [Fri, 21 Mar 2025 11:26:44 +0000 (16:56 +0530)]
mgr/dashboard:fixed alignment of create action button
Fixes:https://tracker.ceph.com/issues/70433
Signed-off-by: Ankit Kumar <51ankitkp@gmail.com>
Patrick Donnelly [Fri, 21 Mar 2025 16:52:49 +0000 (12:52 -0400)]
qa: add missing .qa links
find qa/suites/ -type d -execdir ln -sfT ../.qa/ {}/.qa \;
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Anthony D'Atri [Fri, 21 Mar 2025 16:02:22 +0000 (12:02 -0400)]
Merge pull request #62370 from laimis9133/main
doc/rados/troubleshooting/log-and-debug: add separate section for Monitors
Nizamudeen A [Fri, 21 Mar 2025 14:24:04 +0000 (19:54 +0530)]
Merge pull request #62101 from rhcs-dashboard/nfs-fix
mgr/dashboard: NFS - Fix Edit NFS export request
SrinivasaBharathKanta [Fri, 21 Mar 2025 14:09:21 +0000 (19:39 +0530)]
Merge pull request #60631 from kamoltat/wip-ksirivad-fix-3az-unset
[3AZ] src/mon : Allow user to specify crush_rule, size and min_size when unsetting a stretch pool
afreen23 [Fri, 21 Mar 2025 10:24:30 +0000 (15:54 +0530)]
Merge pull request #62100 from rhcs-dashboard/bucket-lifecycle-fixes
mgr/dashboard: bucket lifecycle fixes after using xmltodict package
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Dnyaneshwari [Tue, 4 Mar 2025 12:54:32 +0000 (18:24 +0530)]
mgr/dashboard: NFS - Fix Edit NFS export request
Fixes: https://tracker.ceph.com/issues/70284
Signed-off-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
Adam Kupczyk [Fri, 21 Mar 2025 06:44:48 +0000 (07:44 +0100)]
Merge pull request #61646 from aclamk/wip-aclamk-teuto-better-bluestore-testing
qa/rados: Augmented bluestore testing
Jiffin Tony Thottan [Fri, 21 Mar 2025 06:36:34 +0000 (12:06 +0530)]
Merge pull request #61745 from soumyakoduri/wip-skoduri-glacier-cli
rgw/cloud-restore [PART1] : Add Restore support from Glacier/Tape cloud endpoints
Zac Dover [Fri, 21 Mar 2025 05:31:18 +0000 (15:31 +1000)]
Merge pull request #62426 from anthonyeleven/fixup-db_slots
doc/cephadm/services: Correct indentation in osd.rst
Reviewed-by: Zac Dover <zac.dover@proton.me>
Anthony D'Atri [Fri, 21 Mar 2025 03:29:57 +0000 (23:29 -0400)]
doc/cephadm/services: Correct indentation in osd.rst
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Rishabh Dave [Fri, 21 Mar 2025 03:09:23 +0000 (08:39 +0530)]
Merge pull request #61732 from rishabh-d-dave/mgr-vol-pools
mgr/vol: allow passing pool names to "fs volume create" cmd
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Yuri Weinstein [Thu, 20 Mar 2025 22:40:53 +0000 (15:40 -0700)]
Merge pull request #61084 from adamemerson/wip-boost-1.87
Boost 1.87
Reviewed-by: Matan Breizman <Matan.Brz@gmail.com>
J. Eric Ivancich [Thu, 20 Mar 2025 19:25:20 +0000 (15:25 -0400)]
Merge pull request #62285 from cbodley/wip-rgw-iam-arnlike
rgw/iam: add policy evaluation for Arn-based Conditions
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
J. Eric Ivancich [Thu, 20 Mar 2025 19:23:42 +0000 (15:23 -0400)]
Merge pull request #62368 from ivancich/wip-radoslist-improvements
rgw: radoslist improvements primarily to better support gap list tool
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Adam King [Thu, 20 Mar 2025 14:41:51 +0000 (10:41 -0400)]
Merge pull request #62166 from rkachach/fix_issue_70352
mgr/cephadm: use ip_hash to enforce the same prometheues upstream
Reviewed-by: Adam King <adking@redhat.com>
David Galloway [Thu, 20 Mar 2025 13:21:27 +0000 (09:21 -0400)]
workflows: Pin specific SHAs
Fixes https://www.wiz.io/blog/new-github-action-supply-chain-attack-reviewdog-action-setup
Signed-off-by: David Galloway <david.galloway@ibm.com>
Nizamudeen A [Thu, 20 Mar 2025 11:59:46 +0000 (17:29 +0530)]
Merge pull request #61873 from rhcs-dashboard/nfs-create-cluster
mgr/dashboard: NFS Cluster and Export Listing
afreen23 [Thu, 20 Mar 2025 11:02:10 +0000 (16:32 +0530)]
Merge pull request #62387 from rhcs-dashboard/user-form-display-name-fix
mgr/dashboard: Not able to edit user display/full name in user form
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Alex Ainscow [Thu, 20 Mar 2025 08:55:15 +0000 (08:55 +0000)]
Merge pull request #62397 from aainscow/interval_set_qf
test/common: skip google tests which create core dumps in test_interval_set
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
Kotresh HR [Thu, 20 Mar 2025 08:42:16 +0000 (14:12 +0530)]
Merge pull request #61937 from vshankar/wip-file-block-diff
mds/client: file blockdiff support
Ronen Friedman [Thu, 20 Mar 2025 07:48:58 +0000 (09:48 +0200)]
Merge pull request #62244 from ronen-fr/wip-rf-cast-conf
common, osd: add cmd_getval_cast_or()
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
Rishabh Dave [Mon, 3 Mar 2025 16:41:25 +0000 (22:11 +0530)]
PendingReleaseNote: add note that "volume create" accepts pool names...
in args.
Add a release note that "ceph fs volume create" command allows users to
pass pool names to "ceph fs volume create" command.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave [Mon, 3 Mar 2025 16:36:10 +0000 (22:06 +0530)]
doc/cephfs: mention new options for "fs volume create" cmd
Command "ceph fs volume create" accepts 2 new options to allow users to
pass data and metadata pool name. Update docs to include mention of both
the options.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Achintk1491 [Tue, 18 Feb 2025 12:31:22 +0000 (18:01 +0530)]
mgr/nfs: NFS Cluster and Export Listing
Fixes: https://tracker.ceph.com/issues/70022
Signed-off-by: Achint Kaur <ackaur@redhat.com>
Nizamudeen A [Thu, 20 Mar 2025 05:29:44 +0000 (10:59 +0530)]
Merge pull request #61075 from rhcs-dashboard/topicmanagment
mgr/dashboard: Add RGW topics endpoint creation for create ,delete and list in dashboard
J. Eric Ivancich [Thu, 20 Mar 2025 04:40:12 +0000 (00:40 -0400)]
Merge pull request #62323 from clwluvw/bucket-replication-mismatch
rgw: reject PutBucketReplication policies with mismatched statuses, skip sync on update
Reviewed-by: Casey Bodley <cbodley@redhat.com>
afreen23 [Thu, 20 Mar 2025 02:35:50 +0000 (08:05 +0530)]
Merge pull request #62149 from rhcs-dashboard/fix-access-perm-ui
mgr/dashboard: fix access control permissions for roles
Reviewed-by: Afreen Misbah <afreen@ibm.com>
J. Eric Ivancich [Tue, 18 Mar 2025 19:10:35 +0000 (15:10 -0400)]
rgw: radolist clean up, calculate obj info slightly earlier
With recent changes, it's better to determine bucket and object names
earlier.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Tue, 18 Mar 2025 18:33:42 +0000 (14:33 -0400)]
rgw: modify radoslist to better support the rgw-gap-list tool
When the `radosgw-admin bucket radoslist ...` sub-command was
introduced, it was written specifically for finding orphans. It has
since been updated to work for finding gaps, that is indexed RGW
objects that are missing one or more supporting rados objects.
When a head object was not found, it was ignored. Now it does produce
output with the oid and related information for the missing head
object.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Tue, 18 Mar 2025 18:31:05 +0000 (14:31 -0400)]
rgw: fix regression in radoslist with SLO manifests
A regression was inadvertently introduced in commit
bcd7883d7212c96ebfb89c938c79fc7efbb80d2f that then prevented
`radosgw-admin bucket radoslist ...` from working properly with
buckets using SLO manifests. This corrects that regression.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Zac Dover [Thu, 20 Mar 2025 01:29:33 +0000 (11:29 +1000)]
Merge pull request #62394 from laimis9133/laims9133-notiffix
doc/radosgw/notifications: fix topic details
Reviewed-by: Zac Dover <zac.dover@proton.me>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Kefu Chai [Thu, 20 Mar 2025 01:26:40 +0000 (09:26 +0800)]
Merge pull request #62372 from tchaikov/libcephfs-proxy-compare-unsigned
libcephfs_proxy: remove redundant unsigned >= 0 comparison
Reviewed-by: Xavi Hernandez <xhernandez@gmail.com>
Reviewed-by: Sachin Punadikar <sachin.punadikar@ibm.com>
afreen23 [Wed, 19 Mar 2025 22:39:14 +0000 (04:09 +0530)]
Merge pull request #62206 from rhcs-dashboard/smb-overview
monitoring: add SMB overview grafana dashboard
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
afreen23 [Wed, 19 Mar 2025 22:21:53 +0000 (03:51 +0530)]
Merge pull request #62262 from ankitk18/fix/notification-icon-click
mgr/dashboard:fixed issue with notification icon
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Adam King [Wed, 19 Mar 2025 18:01:41 +0000 (14:01 -0400)]
Merge pull request #62169 from anoopcs9/mgr-smb-add-ceph-snapshots
mgr/smb: Add ceph_snapshots vfs module to share definition
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Nizamudeen A [Fri, 14 Mar 2025 07:10:45 +0000 (12:40 +0530)]
mgr/dashboard: add types for mgr-module list
also introducing a const for rgw
Fixes: https://tracker.ceph.com/issues/70331
Signed-off-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A [Wed, 5 Mar 2025 16:46:03 +0000 (22:16 +0530)]
mgr/dashboard: fix access control permissions for roles
Since prometheus is being used in the dashboard page we need to make
sure every role has prometheus read only access so that the dashboard
page can load the utilization metrics.
I also saw permission issue with the osd settings endpoint when its
trying to get the nearfull/full ratio. so instead of failing the entire
page i am proceeding with a chart that doesn't have those details when
the user doesn't have permission to access the config opt.
Multisite page was not accessible in the case of rgw-manager or
read-only user because its trying to show the status of rgw module. This
si also now gracefully handled to show the alert only when the user has
sufficient permission.
Fixes: https://tracker.ceph.com/issues/70331
Signed-off-by: Nizamudeen A <nia@redhat.com>
Alex Ainscow [Wed, 19 Mar 2025 13:59:35 +0000 (13:59 +0000)]
test/common: skip google tests which create core dumps in test_interval_set
CI Pipelines are being broken because this test is creating a number of core dumps. This
does not make the test fail, but it does create some core dumps. This appears to be
breaking something in the CI pipeline. This commit is a workaround and I will find a
better solution later.
Fixes: https://tracker.ceph.com/issues/70543
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
Naman Munet [Tue, 4 Mar 2025 10:26:21 +0000 (15:56 +0530)]
mgr/dashboard: bucket lifecycle fixes after using xmltodict package
Fixes: https://tracker.ceph.com/issues/70275
Signed-off-by: Naman Munet <naman.munet@ibm.com>
Naman Munet [Wed, 19 Mar 2025 09:20:25 +0000 (14:50 +0530)]
mgr/dashboard: Not able to edit user display/full name in user form
Fixes: https://tracker.ceph.com/issues/70554
Signed-off-by: Naman Munet <naman.munet@ibm.com>
Laimis Juzeliūnas [Wed, 19 Mar 2025 12:33:04 +0000 (14:33 +0200)]
doc/radosgw /notifications: fix topic details
This commit fixes documentation about many-to-many topic relationship for notifications. The current sentence states the same fact twice instead of clarifying.
Fixes: https://tracker.ceph.com/issues/64956
Signed-off-by: Laimis Juzeliunas <laimis.juzeliunas@oxylabs.io>
Rishabh Dave [Sat, 8 Feb 2025 14:42:08 +0000 (20:12 +0530)]
qa/cephfs: test passing pool names to "fs volume create" cmd
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave [Wed, 5 Mar 2025 11:10:11 +0000 (16:40 +0530)]
qa/cephfs: separate the tests for "ceph fs volume create" cmd
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave [Sat, 8 Feb 2025 14:30:37 +0000 (20:00 +0530)]
mgr/vol: allow passing pool names to "fs volume create" cmd
Fixes: https://tracker.ceph.com/issues/69878
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Ankit [Wed, 12 Mar 2025 17:45:55 +0000 (23:15 +0530)]
mgr/dashboard:fixed issue with notification icon
Fixes:https://tracker.ceph.com/issues/70253
Signed-off-by: Ankit Kumar <51ankitkp@gmail.com>
Aashish Sharma [Wed, 19 Mar 2025 09:10:19 +0000 (14:40 +0530)]
Merge pull request #62275 from rhcs-dashboard/fix-70450-main
mgr/dashboard: Fix rgw user key modal not shown
Reviewed-by: Nizamudeen A <nia@redhat.com>
Ronen Friedman [Wed, 19 Mar 2025 07:52:35 +0000 (02:52 -0500)]
test/unitest_bluestore_types: fix a compilation error
The test was failing to compile because of a missing
'include' directive.
Problem was introduced in commit
2e73c875640
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman [Wed, 12 Mar 2025 09:28:37 +0000 (04:28 -0500)]
osd: use cmd_getval_cast_or() to fetch shard-id
as that interface alleviates the need to cast shard_id_t::NO_SHARD
back and forth to/from int.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman [Wed, 12 Mar 2025 09:26:54 +0000 (04:26 -0500)]
common: add cmd_getval_cast_or()
This slight variation of cmd_getval_or() can be used where
the object type is different from the configuration item
type (as when the object is a wrapper around an integer).
It allows specifying the 'default' value in the object type.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Ronen Friedman [Wed, 19 Mar 2025 06:54:39 +0000 (08:54 +0200)]
Merge pull request #61766 from aainscow/shard_id_t
osd: Require explicit casting for shard_id_t
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Pedro Gonzalez Gomez [Mon, 10 Mar 2025 21:09:08 +0000 (22:09 +0100)]
monitoring: add SMB overview grafana dashboard
Fixes: https://tracker.ceph.com/issues/70423
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Zac Dover [Wed, 19 Mar 2025 06:01:29 +0000 (16:01 +1000)]
Merge pull request #62367 from anthonyeleven/pg-autoscale-upgrade
doc/cephadm: Add PG autoscaler advice to upgrade.rst
Reviewed-by: Zac Dover <zac.dover@proton.me>
Zac Dover [Wed, 19 Mar 2025 05:55:03 +0000 (15:55 +1000)]
Merge pull request #61055 from cybozu/osd_max_scrubs-take-effect-even-though-mclock-is-used
common/options: fix the description of osd_max_scrubs
Reviewed-by: Zac Dover <zac.dover@proton.me>
Kefu Chai [Wed, 19 Mar 2025 01:52:18 +0000 (09:52 +0800)]
libcephfs_proxy: remove redundant unsigned >= 0 comparison
Fix a clang warning in proxy_async.c where an unsigned value was being
unnecessarily compared against 0:
```
/home/kefu/dev/ceph/src/libcephfs_proxy/proxy_async.c:29:12: warning: result of comparison of unsigned expression >= 0 is always true [-Wtautological-unsigned-zero-compare]
29 | if ((size >= 0) && !info->write) {
| ~~~~ ^ ~
1 warning generated.
```
Since unsigned values are always >= 0 by definition, remove this
tautological check to resolve the "-Wtautological-unsigned-zero-compare"
warning.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Anthony D'Atri [Wed, 19 Mar 2025 00:56:57 +0000 (20:56 -0400)]
Merge pull request #62371 from laimis9133/laimis9133-mailinglists
doc/dev/developer_guide/essentials: update mailing lists
Anthony D'Atri [Tue, 18 Mar 2025 19:35:34 +0000 (15:35 -0400)]
doc/cephadm: Add PG autoscaler advice to upgrade.rst
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Laimis Juzeliūnas [Tue, 18 Mar 2025 22:24:50 +0000 (00:24 +0200)]
doc/dev/developer_guide/essentials: update mailing lists
Update information for subscribing to Ceph development mailing lists as current documentation is outdated.
Fixes: https://tracker.ceph.com/issues/64580
Signed-off-by: Laimis Juzeliunas <laimis.juzeliunas@oxylabs.io>
Casey Bodley [Tue, 18 Mar 2025 21:15:48 +0000 (17:15 -0400)]
Merge pull request #57629 from clwluvw/policy-remove-self-access
rgw: implement ConfirmRemoveSelfBucketAccess header for bucket policy
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Laimis Juzeliūnas [Tue, 18 Mar 2025 19:56:51 +0000 (21:56 +0200)]
doc/rados/troubleshooting/log-and-debug: add section for Monitors
Adding separate section for Monitors related logging configs.
Fixes: https://tracker.ceph.com/issues/63354
Signed-off-by: Laimis Juzeliunas <laimis.juzeliunas@oxylabs.io>
Co-authored-by: Patrick Donnelly <pdonnell@ibm.com>
Patrick Donnelly [Tue, 18 Mar 2025 19:24:13 +0000 (15:24 -0400)]
Merge PR #62359 into main
* refs/pull/62359/head:
doc: add clarification note on how charmap is applied
Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Reviewed-by: Zac Dover <zac.dover@gmail.com>
Anthony D'Atri [Tue, 18 Mar 2025 18:54:10 +0000 (14:54 -0400)]
doc/radosgw: Improve layout.rst
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Radoslaw Zarzynski [Tue, 18 Mar 2025 17:41:22 +0000 (18:41 +0100)]
Merge pull request #62140 from rzarzynski/wip-nitzan-pg_pool_t-encode-decode-versions-compability
osd_type: decouple is_stretch_pool() from versioning of pg_pool_t's schema
Reviewed-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Samuel Just [Tue, 18 Mar 2025 17:24:28 +0000 (10:24 -0700)]
Merge pull request #62165 from athanatos/sjust/wip-recovery-ops-leak-61594-with-history
osd: fix osd mclock queue item leak
Reviewed-by: Sridhar Seshasayee <sseshasa@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Casey Bodley [Tue, 18 Mar 2025 16:09:22 +0000 (12:09 -0400)]
Merge pull request #61821 from pritha-srivastava/wip-rgw-sts-oidc-user
rgw/sts: replacing load_stats with list_buckets
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Patrick Donnelly [Tue, 18 Mar 2025 16:06:46 +0000 (12:06 -0400)]
Merge PR #62335 into main
* refs/pull/62335/head:
crypto: remove unused include
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Patrick Donnelly [Tue, 18 Mar 2025 15:24:52 +0000 (11:24 -0400)]
doc: add clarification note on how charmap is applied
There was confusion about whether setting the charmap on a directory also
affects the name of the directory itself.
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Kamoltat Sirivadhna [Fri, 22 Nov 2024 20:33:17 +0000 (20:33 +0000)]
qa: Edit test files to incorporate unset arguments, crush_rule, size,
min_size
Fixes: https://tracker.ceph.com/issues/68842
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Patrick Donnelly [Tue, 18 Mar 2025 13:29:31 +0000 (09:29 -0400)]
Merge PR #62031 into main
* refs/pull/62031/head:
qa: test fio with multiple versions of NFS
Reviewed-by: Kotresh Hiremath Ravishankar <khiremat@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Casey Bodley [Tue, 18 Mar 2025 13:16:20 +0000 (09:16 -0400)]
Merge pull request #62253 from adamemerson/wip-rgw-shutdown-notify-crash
rgw: Try to handle unwatch errors sensibly
Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
Casey Bodley [Tue, 18 Mar 2025 13:16:00 +0000 (09:16 -0400)]
Merge pull request #62156 from cbodley/wip-70270
rgw: sync fairness watcher reconnects on any error
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Reviewed-By: Oguzhan Ozmen <oozmen@bloomberg.net>
Casey Bodley [Tue, 18 Mar 2025 13:15:11 +0000 (09:15 -0400)]
Merge pull request #61803 from clwluvw/duplicate-prio
rgw: check for duplicate rule priorities in replication configuration
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Aashish Sharma [Thu, 13 Mar 2025 12:03:54 +0000 (17:33 +0530)]
mgr/dashboard: Fix rgw user key modal not shown
Fixes: https://tracker.ceph.com/issues/70450
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Aashish Sharma [Tue, 18 Mar 2025 10:41:40 +0000 (16:11 +0530)]
Merge pull request #60843 from rhcs-dashboard/fix-69055-main
mgr/dashboard: When configuring the RGW Multisite endpoints from the UI allow FQDN(Not only IP)
Reviewed-by: Nizamudeen A <nia@redhat.com>
Ilya Dryomov [Tue, 18 Mar 2025 10:27:18 +0000 (11:27 +0100)]
Merge pull request #62336 from tchaikov/librbd-std-variant
librbd: migrate from boost::variant to std::variant
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ronen Friedman [Tue, 18 Mar 2025 09:22:30 +0000 (11:22 +0200)]
Merge pull request #62328 from ronen-fr/wip-rf-fin1-keys
common: md_config_obs_impl: remove deprecated get_tracked_conf_keys()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Vallari Agrawal [Tue, 18 Mar 2025 07:04:16 +0000 (12:34 +0530)]
Merge pull request #62343 from VallariAg/wip-nvmeof-prometheus-singlegateway-rename
monitoring: rename NVMeoFSingleGatewayGroup alert
Rishabh Dave [Tue, 18 Mar 2025 06:16:39 +0000 (11:46 +0530)]
Merge pull request #61004 from rishabh-d-dave/mgr-vol-EINVAL
mgr/vol: use error number instead of error message
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rishabh Dave [Tue, 18 Mar 2025 06:16:22 +0000 (11:46 +0530)]
Merge pull request #62301 from rishabh-d-dave/mgr-vol-fix-flake8-err
mgr/volumes: fix issues pointed by flake8
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rishabh Dave [Tue, 18 Mar 2025 06:16:09 +0000 (11:46 +0530)]
Merge pull request #62203 from rishabh-d-dave/mgr-vol-fix-logger-name
mgr/vol: correct logger names
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai [Tue, 18 Mar 2025 05:20:04 +0000 (13:20 +0800)]
Merge pull request #62334 from tchaikov/cmake-mark-cap-required
cmake: make libcap REQUIRED
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Jane Zhu [Tue, 18 Mar 2025 03:49:42 +0000 (03:49 +0000)]
rgw: fix stacked delete marker test in test_rgw_versioning
Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
Kefu Chai [Mon, 17 Mar 2025 10:06:17 +0000 (18:06 +0800)]
librbd: migrate from boost::variant to std::variant
This change is part of a broader effort to reduce dependencies on
third-party libraries by leveraging C++ standard library alternatives.
Migrating from boost::variant to std::variant improves code readability
and maintainability while reducing external dependencies.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>