mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #129 from ObjectifLibre/restart-osd-only
ceph-osd: restart OSDs onlypull/131/head
commit
bca4a78a1d
|
@ -92,4 +92,4 @@
|
|||
changed_when: False
|
||||
|
||||
- name: Start and add that the OSD service to the init sequence
|
||||
service: name=ceph state=started enabled=yes
|
||||
service: name=ceph state=started enabled=yes args=osd
|
||||
|
|
|
@ -53,4 +53,4 @@
|
|||
changed_when: False
|
||||
|
||||
- name: Start and add that the OSD service to the init sequence
|
||||
service: name=ceph state=started enabled=yes
|
||||
service: name=ceph state=started enabled=yes args=osd
|
||||
|
|
|
@ -92,4 +92,4 @@
|
|||
changed_when: False
|
||||
|
||||
- name: Start and add that the OSD service to the init sequence
|
||||
service: name=ceph state=started enabled=yes
|
||||
service: name=ceph state=started enabled=yes args=osd
|
||||
|
|
|
@ -93,4 +93,4 @@
|
|||
changed_when: False
|
||||
|
||||
- name: Start and add that the OSD service to the init sequence
|
||||
service: name=ceph state=started enabled=yes
|
||||
service: name=ceph state=started enabled=yes args=osd
|
||||
|
|
Loading…
Reference in New Issue