From 8d57584ff8457a6948cd94f36edefd6f70fca8bf Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 5 Oct 2023 14:56:32 +0530 Subject: [PATCH] mds: disable delegating inode ranges to clients Fixes: http://tracker.ceph.com/issues/63103 Signed-off-by: Venky Shankar --- src/common/options/mds.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/mds.yaml.in b/src/common/options/mds.yaml.in index 2599b6532b5d..4ce457234ba1 100644 --- a/src/common/options/mds.yaml.in +++ b/src/common/options/mds.yaml.in @@ -454,7 +454,7 @@ options: type: uint level: advanced desc: percentage of preallocated inos to delegate to client - default: 50 + default: 0 services: - mds flags: -- 2.47.3