Skip to content

Commit

Permalink
Merge pull request #53178 from aclamk/wip-aclamk-bs-esb-5-enabled
Browse files Browse the repository at this point in the history
bluestore: Elastic Shared Blobs 5 - enabled, final

Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com
  • Loading branch information
rzarzynski committed Sep 13, 2023
2 parents 7377eb1 + 9990046 commit f417f38
Show file tree
Hide file tree
Showing 7 changed files with 2,208 additions and 240 deletions.
16 changes: 11 additions & 5 deletions src/common/options/global.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4867,6 +4867,17 @@ options:
flags:
- create
with_legacy: true
- name: bluestore_elastic_shared_blobs
type: bool
level: advanced
desc: Let bluestore to reuse existing shared blobs if possible
long_desc: Overwrites on snapped objects cause shared blob count to grow.
It has a very negative performance effect. When enabled shared blob count
is significantly reduced.
default: true
flags:
- create
with_legacy: false
- name: bluestore_allocator
type: str
level: advanced
Expand Down Expand Up @@ -5232,11 +5243,6 @@ options:
level: dev
default: 0
with_legacy: true
- name: bluestore_debug_inject_bug21040
type: bool
level: dev
default: false
with_legacy: true
- name: bluestore_debug_inject_csum_err_probability
type: float
level: dev
Expand Down
Loading

0 comments on commit f417f38

Please sign in to comment.