]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados: Set snappy as default value in ms_osd_compression_algorithm instead of list... 57406/head
authorshreyanshjain7174 <ssanchet@redhat.com>
Tue, 24 Jan 2023 14:11:58 +0000 (08:11 -0600)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Tue, 8 Oct 2024 18:46:51 +0000 (01:46 +0700)
commit8599a496363942fea3da0f89009bea244b2789b7
treea0132d723ca5d166bb5cf629ddf4d0fda50ccfa2
parent2813fd3a847bbca614e0de306d725278f9f0ad87
rados: Set snappy as default value in ms_osd_compression_algorithm instead of list of algorithms.

The OSDs choose the preferred algorithm based on mutual understanding between OSDs. The proposed solution to this problem was to set "snappy" as default algorithm and provide flexibility to user to change the algorithm of their choice.

Fixes: https://tracker.ceph.com/issues/58410
Signed-off-by: shreyanshjain7174 <ssanchet@redhat.com>
(cherry picked from commit 158986a3b73a42db8e31f3366912e906c743f145)
src/common/options/global.yaml.in
src/msg/async/ProtocolV2.cc