mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
44 lines
966 B
YAML
44 lines
966 B
YAML
|
meta:
|
||
|
- desc: |
|
||
|
install ceph/luminous latest
|
||
|
run workload and upgrade-sequence in parallel
|
||
|
upgrade the client node
|
||
|
tasks:
|
||
|
- install:
|
||
|
branch: luminous
|
||
|
- print: "**** done installing luminous"
|
||
|
- ceph:
|
||
|
log-whitelist:
|
||
|
- overall HEALTH_
|
||
|
- \(FS_
|
||
|
- \(MDS_
|
||
|
- \(OSD_
|
||
|
- \(MON_DOWN\)
|
||
|
- \(CACHE_POOL_
|
||
|
- \(POOL_
|
||
|
- \(MGR_DOWN\)
|
||
|
- \(PG_
|
||
|
- \(SMALLER_PGP_NUM\)
|
||
|
- Monitor daemon marked osd
|
||
|
- Behind on trimming
|
||
|
- Manager daemon
|
||
|
conf:
|
||
|
global:
|
||
|
mon warn on pool no app: false
|
||
|
- exec:
|
||
|
osd.0:
|
||
|
- ceph osd require-osd-release luminous
|
||
|
- ceph osd set-require-min-compat-client luminous
|
||
|
- print: "**** done ceph"
|
||
|
- install.upgrade:
|
||
|
mon.a:
|
||
|
mon.b:
|
||
|
- print: "**** done install.upgrade both hosts"
|
||
|
- parallel:
|
||
|
- workload
|
||
|
- upgrade-sequence
|
||
|
- print: "**** done parallel"
|
||
|
- install.upgrade:
|
||
|
client.0:
|
||
|
- print: "**** done install.upgrade on client.0"
|