Skip to content

Commit

Permalink
Enable monitors on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Nov 23, 2016
1 parent 5ed04b1 commit c6fe957
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,16 @@
become: True
roles:
- ceph-iscsi-gw


# Hacks for ceph-ansible setup
# Please check upstream bugs and remove these workarounds after
# proper fixes will be merged

# By default, ceph-ansible do not enable monitors so after restart
# processes won't up.
- hosts: mons
become: true
tasks:
- name: Enable monitors on startup
command: systemctl enable ceph-mon.service

0 comments on commit c6fe957

Please sign in to comment.