Go to file
Stefan Hanreich e26c9c9604 add stop-gap to fix compat with CPUs not supporting SSE 4.1
Some of our users ran into issues with running Ceph on older CPU
architectures [1]. This is apparently due to a bug in gf-complete
paired with gcc-12, that
leads to SSE 4.1 instructions being emitted in the general code,
rather than dynamically dispatching functions using those
instructions. Those binaries then break on older CPUs that do not
support this instruction set.

I've ran some benchmarks with `rados bench` against our last release
(18.2.0-pve2) and this new version. The commands were taken from our
latest Ceph benchmarking paper [2]. The results showed that this patch
does not lead to performance regressions on newer hardware.

                  18.2.0-pve2    this patch
Read EC           4574.28        4651.95
Write EC          3739.59        3773.87
Read Replicated   5345.34        5568.41
Write Replicated  4123.28        4066.19
(numbers correspond to bandwidth in MB/s)

[1] https://forum.proxmox.com/threads/proxmox-8-ceph-quincy-monitor-no-longer-working-on-amd-opteron-2427.129613
[2] https://www.proxmox.com/en/downloads/proxmox-virtual-environment/documentation/proxmox-ve-ceph-benchmark-2020-09

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
(cherry picked from commit 27f45121cc)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-02 14:01:21 +01:00
ceph import ceph quincy 17.2.7 2023-10-31 21:45:07 +01:00
patches add stop-gap to fix compat with CPUs not supporting SSE 4.1 2023-11-02 14:01:21 +01:00
changelog.Debian bump version to 17.2.6-pve1+3 2023-05-03 16:47:15 +02:00
Makefile buildsys: switch source download to quincy 2022-03-31 12:54:15 +02:00
upstream-key.asc build: use dgit for download target 2019-09-19 13:43:56 +02:00