mirror of
https://github.com/ceph/ceph
synced 2025-01-06 11:12:18 +00:00
2ee9365d0b
Signed-off-by: Sage Weil <sage@newdream.net>
25 lines
512 B
YAML
25 lines
512 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.
|
|
Setup rgw on client.0
|
|
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
wait-for-scrub: false
|
|
log-ignorelist:
|
|
- \(PG_
|
|
- \(OSD_
|
|
- \(OBJECT_
|
|
- overall HEALTH
|
|
- rgw: [client.0]
|
|
- ssh_keys:
|