]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Cybertinus [Sat, 5 Apr 2025 10:54:26 +0000 (12:54 +0200)]
documentation: Update get-packages.rst
The usage of apt-key is deprecated, thus updated the documentation to reference the new way of installing a repo key.
Signed-off-by: Cybertinus <github@cybertinus.nl>
Shilpa Jagannath [Fri, 4 Apr 2025 19:51:07 +0000 (12:51 -0700)]
Merge pull request #53799 from smanjara/wip-shilpa-cleanup-bi
rgw/multisite: bucket instance cleanup after deletion
Shilpa Jagannath [Fri, 10 Jan 2025 07:39:47 +0000 (02:39 -0500)]
rgw/multisite: account for zones opted out of sync and object filters
during bucket deletion
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Thu, 9 Jan 2025 15:18:28 +0000 (10:18 -0500)]
rgw: remove unused objv tracker
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 8 Jan 2025 17:08:02 +0000 (12:08 -0500)]
rgw/multisite: check for both zonegroup and bucket level sync policies
when returning enotempty during bucket deletion
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Thu, 2 Jan 2025 19:43:53 +0000 (14:43 -0500)]
qa/tests: test for bucket enotempty check during delete
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 18 Dec 2024 19:59:07 +0000 (14:59 -0500)]
rgw/trim: restore update_mapping_update in RGWBucketInstanceMetadataHandler::remove
- fix testcase
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Mon, 16 Dec 2024 20:28:36 +0000 (15:28 -0500)]
rgw/trim: fix ENOENT return response from bucket sync status query.
only handle them when the bucket metadata is deleted. there is a case
when we get enoent when status objects have not been created yet,
for example when bucket metadata is created and synced but no data
exists yet and bucket sync status won't be initialized. these don't
need special handling.
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Sat, 7 Dec 2024 00:38:20 +0000 (19:38 -0500)]
qa/multisite: test trimming bilog on all zonegroups
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 4 Dec 2024 05:29:54 +0000 (00:29 -0500)]
qa/multisite: test with checkpoint delays
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Mon, 30 Sep 2024 22:35:47 +0000 (18:35 -0400)]
rgw/multisite: don't sync metadata entry for bucket instance removal.
removal should happen locally
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Mon, 30 Sep 2024 22:23:45 +0000 (18:23 -0400)]
rgw/multisite: thread svc_datalog through RGWBucketCtl and BucketInstanceMetadataHandler
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 28 Aug 2024 00:41:25 +0000 (20:41 -0400)]
rgw/multiiste: fix bucket enotempty check
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 7 Aug 2024 19:33:57 +0000 (15:33 -0400)]
rgw/multisite: move the remote bucket listing logic into a separate
function.
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 26 Jun 2024 07:04:08 +0000 (03:04 -0400)]
rgw/multisite: in a multisite env with bucket sync policies configured,
we may end up orphaning objects on remote zones when a delete bucket
is issued on metadata master. to avoid this, list the buckets on remote
zones and delete bucket only when empty. if a zone is unreachable we
drop that zone and continue with bucket deletion. such zones might have
orphaned objects that will have to be cleaned up using radosgw-admin tool
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Thu, 22 Feb 2024 20:43:09 +0000 (15:43 -0500)]
qa/multisite: update test for bucket instance deletion
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Mon, 29 Jan 2024 16:41:27 +0000 (11:41 -0500)]
rgw/multisite: - add deleted layout on master zone
- handle the case when StatusShards returns -ENOENT
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Thu, 18 Jan 2024 17:00:14 +0000 (12:00 -0500)]
qa/multisite: add a bilog trim testcase with bucket deletion
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Fri, 12 Jan 2024 17:59:57 +0000 (12:59 -0500)]
rgw/multisite: add datalog entry when transitioning to 'DELETED' log layout
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Tue, 28 Nov 2023 21:39:45 +0000 (16:39 -0500)]
rgw/multisite: helper function to store bucket info flag
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Thu, 23 Nov 2023 05:30:03 +0000 (00:30 -0500)]
rgw/multisite: retry on detecting bucket instance metadata racing writes
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 22 Nov 2023 22:21:29 +0000 (17:21 -0500)]
rgw/multisite: - don't overwrite bucket attrs while storing bucket instance info.
- get rid of the helper function that adds the 'deleted' log layout.
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Tue, 21 Nov 2023 03:20:46 +0000 (22:20 -0500)]
rgw/multisite: add 'deleted' as a RGWBucketInfo flag
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Tue, 7 Nov 2023 04:06:27 +0000 (23:06 -0500)]
rgw/multisite: handle the 'deleted' index log addition in RGWBucketInstanceMetadataHandler.
create an async cr for removing bucket instance info in bilog trimming logic
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 20 Sep 2023 20:02:20 +0000 (16:02 -0400)]
rgw/multisite: draft of bucket index cleanup after deletion
tracker: https://tracker.ceph.com/issues/20802
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Casey Bodley [Fri, 4 Apr 2025 16:17:45 +0000 (12:17 -0400)]
Merge pull request #62637 from smanjara/wip-rgw-revert-62323
rgw/multisite: revert pr 62323
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai [Fri, 4 Apr 2025 13:52:27 +0000 (21:52 +0800)]
Merge pull request #62680 from tchaikov/cmake-deprecated-warning
cmake: Fix googletest deprecated warnings by using target_compile_options()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai [Fri, 4 Apr 2025 11:54:51 +0000 (19:54 +0800)]
Merge pull request #62511 from tchaikov/test-remove-unused-var
test/ObjectMap: Remove unused CONTROL_PREFIX variable
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Kefu Chai [Fri, 4 Apr 2025 07:37:20 +0000 (15:37 +0800)]
cmake: Fix googletest deprecated warnings by using target_compile_options()
Previously, we attempted to disable deprecated declarations warnings when
building gtest by adding `-Wno-deprecated-declarations` to the COMPILE_OPTIONS
property of the googletest directory. However, this approach failed to apply
the option when actually building gtest.
This change applies the compile option directly to the `gtest` target using
target_compile_options() instead. Verified by forcing the condition to TRUE
and confirming the option is included when building `gtest-all.cc` through
`cmake --build ~/dev/ceph/build --target gtest --verbose`.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Vallari Agrawal [Fri, 4 Apr 2025 02:46:46 +0000 (08:16 +0530)]
Merge pull request #61751 from VallariAg/wip-nvmeof-grafana-config
monitoring: add grafana nvmeof dashboard
Anthony D'Atri [Thu, 3 Apr 2025 19:32:47 +0000 (15:32 -0400)]
Merge pull request #62661 from anthonyeleven/improve-62597
doc/radosgw: Improve cloud-restore and cloud-transition
Anthony D'Atri [Thu, 3 Apr 2025 17:58:49 +0000 (13:58 -0400)]
doc/radosgw: Improve cloud-restore and cloud-transition
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Shilpa Jagannath [Wed, 2 Apr 2025 18:14:35 +0000 (14:14 -0400)]
Revert "rgw: reject PutBucketReplication on mismatched versioning and lock"
This reverts commit
7e47deede0ba672dab8d2a26c807d8a32d46a73a .
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 2 Apr 2025 18:14:26 +0000 (14:14 -0400)]
Revert "rgw: skip versioned entries to non-versioned buckets and vice-versa"
This reverts commit
2c4b718162198e6db679113ce3196b391d8571e5 .
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Shilpa Jagannath [Wed, 2 Apr 2025 18:14:16 +0000 (14:14 -0400)]
Revert "rgw: skip replication from lock enabled buckets to lock disbaled buckets"
This reverts commit
826d49368961677f05bc53fd1e4b6cc999057cdd .
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
Anthony D'Atri [Thu, 3 Apr 2025 15:56:17 +0000 (11:56 -0400)]
Merge pull request #62597 from soumyakoduri/wip-skoduri-restore-doc
rgw: Updating doc for cloud-restore feature
J. Eric Ivancich [Thu, 3 Apr 2025 14:46:57 +0000 (10:46 -0400)]
Merge pull request #62524 from ivancich/wip-fix-gap-list-tool
rgw: fix bug with rgw-gap-list
Reviewed-by: Jesse Williamson <jfw@ibm.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Thu, 3 Apr 2025 14:44:53 +0000 (10:44 -0400)]
Merge pull request #56499 from adamemerson/wip-rgw-close-datalog-write-hole
rgw: Close datalog write hole
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Adam King [Thu, 3 Apr 2025 14:41:36 +0000 (10:41 -0400)]
Merge pull request #62583 from phlogistonjohn/jjm-refix-setsebool
qa/cephadm/smb: run setsebool with sudo
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Thu, 3 Apr 2025 14:40:27 +0000 (10:40 -0400)]
Merge pull request #62639 from phlogistonjohn/jjm-doc-note-clustering-opt
doc/mgr: add a warning about the smb clustering option & placement
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Sachin Prabhu <sp@spui.uk>
Casey Bodley [Thu, 3 Apr 2025 13:21:47 +0000 (09:21 -0400)]
Merge pull request #62604 from jzhu116-bloomberg/wip-70746
rgw: keep the tails when copying object to itself
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Matan Breizman [Thu, 3 Apr 2025 12:29:16 +0000 (15:29 +0300)]
Merge pull request #62325 from Matan-B/wip-matanb-with-crimson
src: sed -i 's/WITH_SEASTAR/WITH_CRIMSON/'
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Vallari Agrawal [Fri, 21 Mar 2025 07:59:34 +0000 (13:29 +0530)]
monitoring: Add nvmeof performance grafana dashboard
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Vallari Agrawal [Fri, 21 Mar 2025 07:36:00 +0000 (13:06 +0530)]
monitoring: Add nvmeof overview grafana dashboard
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Vallari Agrawal [Tue, 1 Apr 2025 14:14:52 +0000 (19:44 +0530)]
monitoring: make timeSeriesPanel default fillOpacity=8
Change default value of fillOpacity from 0 to 8 for
timeseries graphs.
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Vallari Agrawal [Mon, 24 Mar 2025 17:17:15 +0000 (22:47 +0530)]
monitoring: add 'description' to timeSeriesPanel
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Vallari Agrawal [Fri, 21 Mar 2025 08:09:31 +0000 (13:39 +0530)]
monitoring: add 'noValue' config to garfana panels
Add noValue param to garfana panel functions:
- timeSeriesPanel
- addStatPanel
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
Alex Ainscow [Thu, 3 Apr 2025 10:14:08 +0000 (11:14 +0100)]
Merge pull request #61804 from aainscow/erasure_code_chunks
osd: Modify erasure code plugins ready for new EC
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
SrinivasaBharathKanta [Thu, 3 Apr 2025 10:07:27 +0000 (15:37 +0530)]
Merge pull request #62233 from kamoltat/wip-ksirivad-ceph-s-leader-mon
mon: Add leader indicator && stretch mode to ceph -s output
SrinivasaBharathKanta [Thu, 3 Apr 2025 10:04:48 +0000 (15:34 +0530)]
Merge pull request #57806 from dongbula/wip-speed-oc-flush2
osdc/ObjectCacher: avoid io blocking for bufferheads exceed limit
SrinivasaBharathKanta [Thu, 3 Apr 2025 10:03:37 +0000 (15:33 +0530)]
Merge pull request #56612 from Matan-B/wip-matanb-remove-snapset-snaps
osd: cleanup Snapset::snaps
SrinivasaBharathKanta [Thu, 3 Apr 2025 10:01:18 +0000 (15:31 +0530)]
Merge pull request #62205 from leonidc/wip-leonidc-redeploy-fix
nvmeofgw* :do not allow failover for gws during redeploy (fast-reboot)
Alex Ainscow [Thu, 3 Apr 2025 09:21:55 +0000 (10:21 +0100)]
Merge pull request #62223 from aainscow/enable-switch-flag
osd: Add ability to switch EC optimizations on
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>|
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
Ilya Dryomov [Thu, 3 Apr 2025 08:43:10 +0000 (10:43 +0200)]
Merge pull request #62641 from tchaikov/cmake-set_property
cmake: Fix warning suppression for googletest build
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Aashish Sharma [Thu, 3 Apr 2025 08:03:07 +0000 (13:33 +0530)]
Merge pull request #62629 from rhcs-dashboard/cluster-mgr-role-fix
mgr/dashboard: add prometheus read permission to cluster_mgr role
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Matan Breizman [Wed, 12 Feb 2025 13:07:09 +0000 (13:07 +0000)]
ceph.spec.in, install-deps: sed -i 's/seastar/crimson/'
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Matan Breizman [Thu, 3 Apr 2025 07:53:15 +0000 (07:53 +0000)]
src: sed -i 's/WITH_SEASTAR/WITH_CRIMSON/'
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Zac Dover [Thu, 3 Apr 2025 03:47:23 +0000 (13:47 +1000)]
Merge pull request #62643 from zdover23/wip-doc-2025-04-03-cephadm-upgrade
doc/cephadm: s/confg/config/
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Thu, 3 Apr 2025 03:23:30 +0000 (13:23 +1000)]
doc/cephadm: s/confg/config/
Correct a misspelled command.
Re: https://github.com/ceph/ceph/pull/62367#discussion_r2025832937
Signed-off-by: Zac Dover <zac.dover@proton.me>
Kefu Chai [Thu, 3 Apr 2025 02:03:08 +0000 (10:03 +0800)]
cmake: Fix warning suppression for googletest build
In commit
27e9d563 , we attempted to disable deprecated warnings when building
googletest, but the implementation contained two errors:
1. The `set_property()` call occurred before adding the target directory,
making it impossible to set properties on non-existent objects.
2. The `-Wno-deprecated-declarations` flag was incorrectly passed as an
`APPEND` argument instead of a `PROPERTY` argument.
This caused build failures with libstdc++-12 and newer Clang versions:
```
CMake Error at src/CMakeLists.txt:772 (set_property):
set_property given invalid argument "-Wno-deprecated-declarations".
```
This commit fixes both issues by:
- Moving the `set_property()` call after `add_subdirectory()`
- Correctly passing the warning flag as a `PROPERTY` argument
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Adam King [Wed, 2 Apr 2025 22:56:51 +0000 (18:56 -0400)]
Merge pull request #62592 from adk3798/cephadm-rgw-only-bind-on-networks
mgr/cephadm: add only_bind_port_on_networks support for rgw
Reviewed-by: Kushal Deb <Kushal.Deb@ibm.com>
Reviewed-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
Adam King [Wed, 2 Apr 2025 22:54:06 +0000 (18:54 -0400)]
Merge pull request #62362 from phlogistonjohn/jjm-mgr-smb-tweaks
mgr/smb: additional input and output controls
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Sachin Prabhu <sp@spui.uk>
SrinivasaBharathKanta [Wed, 2 Apr 2025 22:42:52 +0000 (04:12 +0530)]
Merge pull request #61461 from NitzanMordhai/wip-nitzan-ec-clay-profile-config-wrong-d
erasure-code: clay wrong d calculation
Alex Ainscow [Tue, 11 Mar 2025 11:03:06 +0000 (11:03 +0000)]
test: IO sequence exerciser enable ec optimisations
The io sequencer has been written to primarily test the new EC code. This commit
turns that flag on by default. It also provides a flag to disable the new
optimizations, which we expect to drop in the future.
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
Alex Ainscow [Tue, 11 Mar 2025 11:00:59 +0000 (11:00 +0000)]
osd: EC Switcher actually switches between two (identical) EC implementations
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
Alex Ainscow [Tue, 11 Mar 2025 11:00:01 +0000 (11:00 +0000)]
osd: Create a new interval when the optimization flag gets switch on.
This allows for the old EC code to cleanly shutdown using the on_change
notification. The new code can then start up cleanly.
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
Alex Ainscow [Tue, 11 Mar 2025 10:59:13 +0000 (10:59 +0000)]
osd: Add EC_OPTIMIZATIONS flag and add ability to switch it on.
This is the basic command. On its own, this does nothing functional, except set
a flag which can be queried.
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
John Mulligan [Wed, 2 Apr 2025 20:36:29 +0000 (16:36 -0400)]
doc/mgr: add a warning about the smb clustering option & placement
Add a warning to the docs highlighting that `clustering` is an advanced
option and setting it without out also setting a compatible placement
value may lead to unexpected behavior.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Jamie Pryde [Wed, 2 Apr 2025 20:03:57 +0000 (21:03 +0100)]
Merge pull request #61638 from jamiepryde/58052-release-note
PendingReleaseNotes: add note about changing default EC plugin from Jerasure to ISA-L
Pedro Gonzalez Gomez [Wed, 2 Apr 2025 18:59:51 +0000 (20:59 +0200)]
Merge pull request #62543 from rhcs-dashboard/smb-carbonize-tabs
mgr/dashboard: carbonize smb tabs
Reviewed-by: Nizamudeen A <nia@redhat.com>
Pedro Gonzalez Gomez [Wed, 2 Apr 2025 18:58:09 +0000 (20:58 +0200)]
Merge pull request #62614 from rhcs-dashboard/fix-smb-placement
mgr/dashboard: fix smb cluster placement
Reviewed-by: Nizamudeen A <nia@redhat.com>
Radoslaw Zarzynski [Wed, 2 Apr 2025 18:27:35 +0000 (20:27 +0200)]
Merge pull request #62294 from rzarzynski/wip-bypassable-ceph-assert
common, *: make the abort() in ceph_assert() bypassable
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Radoslaw Zarzynski [Wed, 2 Apr 2025 18:16:18 +0000 (20:16 +0200)]
Merge pull request #55696 from bill-scales/main
common/mempool.cc: Improve performance of sharding
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Jose Juan Palacios-Perez <perezjos@uk.ibm.com>
Reviewed-by: John Agombar <agombar@uk.ibm.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Adam King [Wed, 2 Apr 2025 17:43:04 +0000 (13:43 -0400)]
Merge pull request #58652 from adk3798/mgr-rgw-create-ec-data-pool
mgr/rgw: add ability for rgw realm bootstrap to create pools
Reviewed-by: Kushal Deb <Kushal.Deb@ibm.com>
Pedro Gonzalez Gomez [Wed, 2 Apr 2025 17:40:34 +0000 (19:40 +0200)]
Merge pull request #62611 from rhcs-dashboard/ec-fixes
mgr/dashboard: add enhancements for pool rulest
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Adam King [Wed, 2 Apr 2025 17:39:01 +0000 (13:39 -0400)]
Merge pull request #60614 from adk3798/host-maintenance-exit-refresh-daemons
mgr/cephadm: trigger host metadata refresh when taking host out of maintenance
Reviewed-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
Jane Zhu [Wed, 2 Apr 2025 15:53:47 +0000 (15:53 +0000)]
rgw: remove keep_tail from RGWObjState
Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
Pedro Gonzalez Gomez [Thu, 27 Mar 2025 10:46:04 +0000 (11:46 +0100)]
mgr/dashboard: carbonize smb tabs
also removes share tab as was the only one in favour of title and description
Fixes: https://tracker.ceph.com/issues/70695
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Kefu Chai [Wed, 2 Apr 2025 14:04:00 +0000 (22:04 +0800)]
Merge pull request #62622 from tchaikov/cmake-disable-deprecated-warning
cmake: disable deprecated warning when building googletest
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Nizamudeen A [Wed, 2 Apr 2025 12:48:57 +0000 (18:18 +0530)]
mgr/dashboard: add prometheus read permission to cluster_mgr role
Fixes: https://tracker.ceph.com/issues/70768
Signed-off-by: Nizamudeen A <nia@redhat.com>
Pedro Gonzalez Gomez [Tue, 1 Apr 2025 20:43:12 +0000 (22:43 +0200)]
mgr/dashboard: fix smb cluster placement
Fixes: https://tracker.ceph.com/issues/70757
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Pedro Gonzalez Gomez [Tue, 1 Apr 2025 20:04:16 +0000 (22:04 +0200)]
mgr/dashboard: add enhancements for pool rulest
On EC pool:
- Use host count instead of device count for host crush-failure-domain
- Host warning for k+m+1
On replicated:
- Set 'All devices' as default
Fixes: https://tracker.ceph.com/issues/70764
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Adam Kupczyk [Wed, 2 Apr 2025 11:29:59 +0000 (13:29 +0200)]
Merge pull request #62246 from aclamk/wip-aclamk-write-v2-tune-down-unused
os/bluestore/write-v2: Tune down usage of 'unused'
Nizamudeen A [Wed, 2 Apr 2025 10:54:28 +0000 (16:24 +0530)]
Merge pull request #62457 from rhcs-dashboard/nvmeof-upgrade-bug
mgr/dashboard: upgrading nvmeof doesn't update configuration
Alex Ainscow [Wed, 2 Apr 2025 10:25:02 +0000 (11:25 +0100)]
Merge pull request #62609 from aainscow/io_exerciser_restrict
test/common: EC Optimizations: rados io sequencer exerciser extensions
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
Reviewed-by: Jonathan Bailey <jonathan.bailey1@ibm.com>
Kefu Chai [Wed, 2 Apr 2025 10:14:40 +0000 (18:14 +0800)]
Merge pull request #61696 from MaxKellermann/osd_includes
osd: include cleanup
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Pedro Gonzalez Gomez [Wed, 2 Apr 2025 10:10:08 +0000 (12:10 +0200)]
Merge pull request #62542 from rhcs-dashboard/smb-service-section
mgr/dashboard: add separation for service section in smb cluster form
Reviewed-by: Nizamudeen A <nia@redhat.com>
Pedro Gonzalez Gomez [Wed, 2 Apr 2025 10:06:44 +0000 (12:06 +0200)]
Merge pull request #62541 from rhcs-dashboard/fix-scroll
mgr/dashboard: fix domain settings modal scrollable
Reviewed-by: Nizamudeen A <nia@redhat.com>
Jamie Pryde [Tue, 4 Feb 2025 10:22:18 +0000 (10:22 +0000)]
PendingReleaseNotes: add note to change default EC plugin from Jerasure to ISA-L
Signed-off-by: Jamie Pryde <jamiepry@uk.ibm.com>
Aashish Sharma [Wed, 2 Apr 2025 06:25:41 +0000 (11:55 +0530)]
Merge pull request #62047 from rhcs-dashboard/fix-70226-main
monitoring: Fix OSDs panel in host-details grafana dashboard
Reviewed-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A [Wed, 2 Apr 2025 05:38:07 +0000 (11:08 +0530)]
Merge pull request #62598 from rhcs-dashboard/nvmf-subsys-ha-default
mgr/dashboard: enable ha by default on subsystem POST API
Kefu Chai [Wed, 2 Apr 2025 03:24:40 +0000 (11:24 +0800)]
cmake: disable deprecated warning when building googletest
In commit
986f6918 , we updated the googletest submodule to silence a
CMake warning. However, this change broke the build due to a Clang issue
where it warns about deprecated declarations even from system headers
(see https://github.com/llvm/llvm-project/issues/76515). Since we use
`-Werror` in our compile options, these warnings become errors and fail
the build.
This change detects if we're affected by the specific combination of
compiler, standard library, and compile options that triggers this
issue. It then conditionally disables the `-Wdeprecated-declarations`
warning when building googletest to resolve build failures caused by
deprecated functions like `get_temporary_buffer<>` in the standard
library.
The build failure looks like:
```
FAILED: src/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
...
In file included from /home/jenkins-build/build/workspace/ceph-pull-requests/src/googletest/googletest/src/gtest-all.cc:38:
In file included from /home/jenkins-build/build/workspace/ceph-pull-requests/src/googletest/googletest/include/gtest/gtest.h:55:
In file included from /usr/lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/memory:66:
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_tempbuf.h:263:8: error: 'get_temporary_buffer<testing::TestInfo *>' is deprecated [-Werror,-Wdeprecated-declarations]
263 | std::get_temporary_buffer<value_type>(_M_original_len));
| ^
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_algo.h:4996:15: note: in instantiation of member function 'std::_Temporary_buffer<__gnu_cxx::__normal_iterator<testing::TestInfo **, std::vector<testing::TestInfo *>>, testing::TestInfo *>::_Temporary_buffer' requested here
4996 | _TmpBuf __buf(__first, (__last - __first + 1) / 2);
| ^
/usr/lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_algo.h:5070:23: note: in instantiation of function template specialization 'std::__stable_sort<__gnu_cxx::__normal_iterator<testing::TestInfo **, std::vector<testing::TestInfo *>>, __gnu_cxx::__ops::_Iter_comp_iter<(lambda at /home/jenkins-build/build/workspace/ceph-pull-requests/src/googletest/googletest/src/gtest.cc:3024:20)>>' requested here
5070 | _GLIBCXX_STD_A::__stable_sort(__first, __last,
| ^
/home/jenkins-build/build/workspace/ceph-pull-requests/src/googletest/googletest/src/gtest.cc:3023:8: note: in instantiation of function template specializatio
```
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Zac Dover [Wed, 2 Apr 2025 02:51:49 +0000 (12:51 +1000)]
Merge pull request #62617 from anthonyeleven/pushme-pullme
doc/rados/configuration: Correct admonition in ceph-conf.rst
Reviewed-by: Zac Dover <zac.dover@proton.me>
Soumya Koduri [Tue, 1 Apr 2025 09:19:15 +0000 (14:49 +0530)]
doc/rgw: Updating doc for cloud-restore feature
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Anthony D'Atri [Tue, 1 Apr 2025 23:19:18 +0000 (19:19 -0400)]
doc/rados/configuration: Correct admonition in ceph-conf.rst
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Dan Mick [Tue, 1 Apr 2025 21:50:27 +0000 (14:50 -0700)]
Merge pull request #62615 from zdover23/wip-doc-2025-04-02-pr-62613-followup
doc/dev/release-process: followup on PR#62610
Zac Dover [Tue, 1 Apr 2025 20:44:41 +0000 (06:44 +1000)]
doc/dev/release-process: followup on PR#62610
Make minor usage and markup changes to doc/dev/release-process.rst to
follow up on Dan Mick's contribution in https://github.com/ceph/ceph/pull/62610.
Signed-off-by: Zac Dover <zac.dover@proton.me>
Jane Zhu [Tue, 1 Apr 2025 13:45:36 +0000 (13:45 +0000)]
rgw: keep the tails when copying object to itself
Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
Dan Mick [Tue, 1 Apr 2025 20:07:02 +0000 (13:07 -0700)]
Merge pull request #62610 from ceph/release-process-container-build
doc/dev/release-process.rst: document new Jenkins job for containers
Dan Mick [Tue, 1 Apr 2025 19:08:45 +0000 (12:08 -0700)]
doc/dev/release-process.rst: document new Jenkins job for containers
The manual instructions for building release containers were complex
and required access to an arm64 host; that was just too much,
so I've created a Jenkins job to build all of the prerelease
artifacts (see https://github.com/ceph/ceph-build/pull/2342).
Change the documentation to reflect that.
Signed-off-by: Dan Mick <dan.mick@redhat.com>