]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/options/global.yaml.in
import ceph quincy 17.2.1
[ceph.git] / ceph / src / common / options / global.yaml.in
index 1e9fd067f4c48435af33ec7e9d42a2cac70bb62e..3bba588296951c7002032366f8dcc5f4f5b74888 100644 (file)
@@ -5418,6 +5418,17 @@ options:
   flags:
   - runtime
   with_legacy: true
+- name: bluestore_zero_block_detection
+  type: bool
+  level: dev
+  desc: punch holes instead of writing zeros
+  long_desc: Intended for large-scale synthetic testing. Currently this is implemented
+    with punch hole semantics, affecting the logical extent map of the object. This does
+    not interact well with some RBD and CephFS features.
+  default: false
+  flags:
+  - runtime
+  with_legacy: true
 - name: kstore_max_ops
   type: uint
   level: advanced