]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Add a new health warning for blaum-roth erasure code profiles with a w+1 that...
authorTom Sollers <tom.sollers@ibm.com>
Thu, 2 Oct 2025 13:36:16 +0000 (14:36 +0100)
committerTom Sollers <tom.sollers@ibm.com>
Tue, 21 Oct 2025 15:53:50 +0000 (16:53 +0100)
commitb9aca15605aa810c9e84e58e9696ddaeaeeda271
tree23f252a3ca2ce2903de2589d048e88c49c0716c9
parent9a5cb869e87afe7dad616908545fef8681ad1187
mon: Add a new health warning for blaum-roth erasure code profiles with a w+1 that is not prime

This commit adds a new health warning for when a user has an erasure code
profile using the blaum-roth technique which has a w+1 value that is not
prime.

Fixes: http://tracker.ceph.com/issues/64419
Signed-off-by: Tom Sollers <tom.sollers@ibm.com>
doc/rados/operations/health-checks.rst
src/erasure-code/jerasure/ErasureCodeJerasure.cc
src/erasure-code/jerasure/ErasureCodeJerasure.h
src/mon/HealthMonitor.cc
src/mon/HealthMonitor.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/mon/OSDMonitor.cc