mirror of
https://github.com/ceph/ceph
synced 2025-02-03 00:43:55 +00:00
e547768fed
seastar::smp::count is deduced from the cpuset provided. from seastar/src/core/reactor: ``` if (smp_opts.smp) { smp::count = smp_opts.smp.get_value(); } else { smp::count = cpu_set.size(); } ``` Co-authored-by: Yingxin Cheng <yingxin.cheng@intel.com> Signed-off-by: Matan Breizman <mbreizma@redhat.com>
16 lines
335 B
YAML
16 lines
335 B
YAML
overrides:
|
|
ceph:
|
|
log-ignorelist:
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
conf:
|
|
global:
|
|
enable experimental unrecoverable data corrupting features: crimson
|
|
mon:
|
|
osd pool default crimson: true
|
|
osd:
|
|
crimson osd obc lru size: 10
|
|
flavor: crimson
|
|
workunit:
|
|
env:
|
|
CRIMSON_COMPAT: '1'
|