8 Jun
2023
8 Jun
'23
7:43 p.m.
Hi,
On 7 Jun 2023, at 10:02, Louis Koo <zhucan.k8s@gmail.com> wrote:
I had set it from 0.05 to 1 with "ceph config set mon target_max_misplaced_ratio 1.0", it's still invalid.
Because is setting for a mgr, not for mon, try `ceph config set mgr target_max_misplaced_ratio 1` Cheers, k