From 05a48a420908cae56800e21a4d4133b1427e9489 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Thu, 14 Jul 2022 17:36:00 +0800 Subject: [PATCH] mds-client: make client_dirsize_rbytes unchangeable in runtime kclient also has this option, and is unchangeable unless remounted. Let's keep parity with kclient. Signed-off-by: Pinghao Wu --- src/common/options/mds-client.yaml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/options/mds-client.yaml.in b/src/common/options/mds-client.yaml.in index 4e599d4cfa8a8..1f7600dee510e 100644 --- a/src/common/options/mds-client.yaml.in +++ b/src/common/options/mds-client.yaml.in @@ -315,6 +315,8 @@ options: default: true services: - mds_client + flags: + - startup with_legacy: true - name: client_force_lazyio type: bool -- 2.39.5