mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1596 from czunker/restart_with_crush_location
Restart OSDs during initial setup when crush location is usedpull/1710/head
commit
af431a0802
|
@ -44,7 +44,8 @@
|
||||||
|
|
||||||
when:
|
when:
|
||||||
# We do not want to run these checks on initial deployment (`socket.rc == 0`)
|
# We do not want to run these checks on initial deployment (`socket.rc == 0`)
|
||||||
- socket.rc == 0
|
# except when a crush location is specified. ceph-disk will start the osds before the osd crush location is specified
|
||||||
|
- ((crush_location is defined and crush_location) or socket.rc == 0)
|
||||||
- ceph_current_fsid.rc == 0
|
- ceph_current_fsid.rc == 0
|
||||||
- osd_group_name in group_names
|
- osd_group_name in group_names
|
||||||
# See https://github.com/ceph/ceph-ansible/issues/1457 for the condition below
|
# See https://github.com/ceph/ceph-ansible/issues/1457 for the condition below
|
||||||
|
|
Loading…
Reference in New Issue