mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
ca3c2156f8
Signed-off-by: Neha Ojha <nojha@redhat.com>
23 lines
468 B
YAML
23 lines
468 B
YAML
meta:
|
|
- desc: |
|
|
perf-basic is a basic performance suite.
|
|
Must be run on bare-metal machines.
|
|
On VMs performance results will be inconsistent
|
|
and can't be compared across runs.
|
|
Run ceph on a single node.
|
|
Use xfs beneath the osds.
|
|
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
wait-for-scrub: false
|
|
log-whitelist:
|
|
- \(PG_
|
|
- \(OSD_
|
|
- \(OBJECT_
|
|
- overall HEALTH
|
|
- ssh_keys:
|