]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/options/mds.yaml.in
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / common / options / mds.yaml.in
index 28814401e542c1f94aad51a3b033735c4051a353..eeb895615d6a60e1e3c6e924f274f058b25a24f7 100644 (file)
@@ -1094,6 +1094,26 @@ options:
   default: false
   services:
   - mds
+- name: mds_kill_skip_replaying_inotable
+  type: bool
+  level: dev
+  default: false
+  services:
+  - mds
+  fmt_desc: Ceph will skip replaying the inotable when replaying the journal, and
+    the premary MDS will crash, while the replacing MDS won't.
+    (for testing only).
+  with_legacy: true
+- name: mds_inject_skip_replaying_inotable
+  type: bool
+  level: dev
+  default: false
+  services:
+  - mds
+  fmt_desc: Ceph will skip replaying the inotable when replaying the journal, and
+    the premary MDS will crash, while the replacing MDS won't.
+    (for testing only).
+  with_legacy: true
 #  percentage of MDS modify replies to skip sending the client a trace on [0-1]
 - name: mds_inject_traceless_reply_probability
   type: float