2017-02-10 20:08:54 +00:00
|
|
|
tasks:
|
2017-03-13 12:28:28 +00:00
|
|
|
- exec:
|
|
|
|
mgr.x:
|
|
|
|
- mkdir -p /var/lib/ceph/mgr/ceph-x
|
|
|
|
- ceph auth get-or-create-key mgr.x mon 'allow profile mgr'
|
|
|
|
- ceph auth export mgr.x > /var/lib/ceph/mgr/ceph-x/keyring
|
|
|
|
- ceph.restart:
|
|
|
|
daemons: [mgr.x]
|
|
|
|
wait-for-healthy: false
|
2017-02-10 20:08:54 +00:00
|
|
|
- exec:
|
|
|
|
osd.0:
|
2017-05-12 15:42:52 +00:00
|
|
|
- ceph osd require-osd-release luminous
|
2017-05-08 21:45:49 +00:00
|
|
|
- ceph osd set-require-min-compat-client luminous
|
2017-02-17 20:14:33 +00:00
|
|
|
- ceph.healthy:
|
2017-02-10 20:08:54 +00:00
|
|
|
overrides:
|
|
|
|
ceph:
|
|
|
|
conf:
|
|
|
|
mon:
|
2017-02-17 20:14:33 +00:00
|
|
|
mon warn on osd down out interval zero: false
|
2017-03-30 14:40:23 +00:00
|
|
|
log-whitelist:
|
|
|
|
- no active mgr
|