]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados: Set snappy as default value in ms_osd_compression_algorithm instead of list... 49843/head
authorshreyanshjain7174 <ssanchet@redhat.com>
Tue, 24 Jan 2023 14:11:58 +0000 (08:11 -0600)
committershreyanshjain7174 <ssanchet@redhat.com>
Tue, 31 Jan 2023 05:08:09 +0000 (23:08 -0600)
commit158986a3b73a42db8e31f3366912e906c743f145
treeb332bb1e37eb39bea4d55dca1ed57fd298a71137
parent16dd82a5b52d1e5a4d52badc2a4798ed155e8f1d
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>
src/common/options/global.yaml.in
src/msg/async/ProtocolV2.cc