]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-osd: restart OSDs only 129/head
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>
Tue, 14 Oct 2014 10:22:11 +0000 (12:22 +0200)
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>
Tue, 14 Oct 2014 10:22:11 +0000 (12:22 +0200)
Avoid restarting other services when configuring the OSDs.

roles/ceph-osd/tasks/journal_collocation.yml
roles/ceph-osd/tasks/osd_directory.yml
roles/ceph-osd/tasks/raw_journal.yml
roles/ceph-osd/tasks/raw_multi_journal.yml

index 780277abf68a33e5206b6efb35ca5c478e65f284..814cbfa04be4627dfccbf1dced062a33699879da 100644 (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
index 75ea2813c2268366eb342ab284c6314632ae1350..419da1476d5c03c2aab0c82193f25fc938ab4ab3 100644 (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
index 3dce90fd070d6e048f998e431b9ed12719738f63..f9815acb9161b6b53b5cca44014b35ace34725fe 100644 (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
index c54e6fd7e31a2cd86daeee481f47f4f1c05f898b..18790e7b05b7805b152a13e87435268bad6f5a1b 100644 (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