Merge pull request #129 from ObjectifLibre/restart-osd-only

ceph-osd: restart OSDs only
pull/131/head
Leseb 2014-10-14 14:21:51 +02:00
commit bca4a78a1d
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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