]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds-client: make client_dirsize_rbytes unchangeable in runtime 46960/head
authorPinghao Wu <xdavidwuph@gmail.com>
Thu, 14 Jul 2022 09:36:00 +0000 (17:36 +0800)
committerRishabh Dave <ridave@redhat.com>
Thu, 13 Jul 2023 08:45:28 +0000 (14:15 +0530)
kclient also has this option, and is unchangeable unless remounted.
Let's keep parity with kclient.

Signed-off-by: Pinghao Wu <xdavidwuph@gmail.com>
src/common/options/mds-client.yaml.in

index 4e599d4cfa8a89138d6b4adc36a15605465319a2..1f7600dee510e9851555b71af3f771c88701e84f 100644 (file)
@@ -315,6 +315,8 @@ options:
   default: true
   services:
   - mds_client
+  flags:
+  - startup
   with_legacy: true
 - name: client_force_lazyio
   type: bool