From: Nizamudeen A Date: Mon, 15 Dec 2025 08:42:51 +0000 (+0530) Subject: Merge pull request #66507 from rhcs-dashboard/74046-QAT-configuration-through-RGW... X-Git-Tag: testing/wip-pdonnell-testing-20251218.155915-debug~32 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ecab02f8ea848c5d933412ef85d987548e003c5;p=ceph-ci.git Merge pull request #66507 from rhcs-dashboard/74046-QAT-configuration-through-RGW-service-on-Dashbard mgr/dashboard: Adding QAT Compression dropdown on RGW Service form Reviewed-by: Afreen Misbah Reviewed-by: Nizamudeen A Reviewed-by: Pedro Gonzalez Gomez --- 4ecab02f8ea848c5d933412ef85d987548e003c5 diff --cc PendingReleaseNotes index d1c5aeaa9ac,7648457d3d3..fd171f73f65 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@@ -10,11 -8,9 +10,13 @@@ * DASHBOARD: Removed the older landing page which was deprecated in Quincy. Admins can no longer enable the older, deprecated landing page layout by adjusting FEATURE_TOGGLE_DASHBOARD. + * DASHBOARD: RGW Service form updated to take input regarding QAT compression. + - QAT compression is an optional field which can be set to 'Hardware' or 'Software' by selecting options from provided dropdwon. If 'None' is selected, compression is removed altogether. * CephFS: The `peer_add` command is deprecated in favor of the `peer_bootstrap` command. +* RADOS: When objects are read during deep scrubs, the data is read in strides, + and the scrubbing process is delayed between each read in order to avoid monopolizing + the I/O capacity of the OSD. + The default stride size (``osd_deep_scrub_stride``) was 512 KBytes, and is now 4 MBytes. >=20.0.0