]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove service enable
authorWingkaiHo <sanguosfiang@163.com>
Thu, 23 Mar 2017 07:28:14 +0000 (15:28 +0800)
committerWingkaiHo <sanguosfiang@163.com>
Thu, 23 Mar 2017 07:28:14 +0000 (15:28 +0800)
infrastructure-playbooks/recover-osds-after-ssd-journal-failure.yml

index b2aeca8ceb43ba51a7c98a4febf73e66761df66d..2a159cdcd0d4c29e34cd07701d735e8bcf1e7891 100644 (file)
     service:
       name: "ceph-osd@{{ item.item[1].osd_id }}"
       state: stopped
-      enabled: yes
     with_items:
       - "{{ osds_uuid.results }}"
 
     service:
       name: "ceph-osd@{{ item.item[1].osd_id }}"
       state: started
-      enabled: yes
     with_items:
        - "{{ osds_uuid.results }}"