Aishwarya Mathuria
Aishwarya Mathuria
Signed-off-by: Aishwarya Mathuria
1. Send pool options to Bluestore which include compression options as well. 2. Add pool related stats to MPGStats so that they all compression details are available in 'ceph df...
osd_scrub_cost is currently set to 50_M which does not accurately represent the cost of scrub. With mClock scheduler, we need the cost of an operation to represent the size of...
Modify send_message to check if features are set before trying to encode a message. If features are not set at this point, we will encode the message at a later...
backport tracker: https://tracker.ceph.com/issues/66695 --- backport of https://github.com/ceph/ceph/pull/58126 parent tracker: https://tracker.ceph.com/issues/64872 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst). - If you are submitting a fix for a stable branch (e.g. "quincy"),...
Rewrite PGAdvanceMap::start() using C++20 coroutines ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst). - If you are submitting a fix for...
…ting Adds pg splitting tests that currently exist in classical testing to crimson suite. Fixes: https://tracker.ceph.com/issues/71962 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting...