From 51092b1316d1ba7daf294560f2d7deecd74882bf Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Sat, 14 May 2022 02:39:56 -0400 Subject: [PATCH] rgw: Disable urgent data notifications These interfere with multisite resharding and are thus disabled. Signed-off-by: Adam C. Emerson --- src/common/options/rgw.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 65bc6b41f8907..6febb49749e56 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -3011,7 +3011,7 @@ options: long_desc: In multisite, radosgw will occasionally broadcast new entries in its data changes log to peer zones, so they can prioritize sync of some of the most recent changes. Can be disabled with 0. - default: 200 + default: 0 services: - rgw with_legacy: true -- 2.39.5