mirror of
https://github.com/ceph/ceph
synced 2025-02-11 21:09:01 +00:00
Otherwise crushtool test will fail while creating pools. Signed-off-by: Sage Weil <sage@redhat.com>
17 lines
328 B
YAML
17 lines
328 B
YAML
tasks:
|
|
- install:
|
|
branch: hammer
|
|
- print: "**** done installing hammer"
|
|
- ceph:
|
|
fs: xfs
|
|
- print: "**** done ceph"
|
|
- install.upgrade:
|
|
mon.a:
|
|
mon.b:
|
|
- print: "**** done install.upgrade mon.a and mon.b"
|
|
- parallel:
|
|
- workload
|
|
- upgrade-sequence
|
|
- print: "**** done parallel"
|
|
- install.upgrade:
|
|
client.0: |