ceph/qa/config
Matan Breizman e547768fed crimson: introduce crimson_seastar_cpu_cores
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>
2024-02-01 16:42:51 +00:00
..
crimson_qa_overrides.yaml crimson: introduce crimson_seastar_cpu_cores 2024-02-01 16:42:51 +00:00
rados.yaml qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30