From 2d44c1cee6c152b6e8d2fe871b56f05739eeeb2b Mon Sep 17 00:00:00 2001 From: WingkaiHo Date: Thu, 23 Mar 2017 15:28:14 +0800 Subject: [PATCH] remove service enable --- .../recover-osds-after-ssd-journal-failure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure-playbooks/recover-osds-after-ssd-journal-failure.yml b/infrastructure-playbooks/recover-osds-after-ssd-journal-failure.yml index b2aeca8ce..2a159cdcd 100644 --- a/infrastructure-playbooks/recover-osds-after-ssd-journal-failure.yml +++ b/infrastructure-playbooks/recover-osds-after-ssd-journal-failure.yml @@ -101,7 +101,6 @@ service: name: "ceph-osd@{{ item.item[1].osd_id }}" state: stopped - enabled: yes with_items: - "{{ osds_uuid.results }}" @@ -115,6 +114,5 @@ service: name: "ceph-osd@{{ item.item[1].osd_id }}" state: started - enabled: yes with_items: - "{{ osds_uuid.results }}" -- 2.39.5