mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #108 from leseb/change-updatedb
Disable updatedb OSD directory parsingpull/109/head
commit
d611e95c7f
|
@ -45,3 +45,6 @@
|
|||
- name: Generate Ceph configuration file
|
||||
template: src=ceph.conf.j2 dest=/etc/ceph/ceph.conf owner=root group=root mode=0644
|
||||
notify: restart ceph
|
||||
|
||||
- name: Disable OSD directory parsing by updatedb
|
||||
command: updatedb -e /var/lib/ceph
|
||||
|
|
|
@ -38,3 +38,6 @@
|
|||
- name: Generate Ceph configuration file
|
||||
template: src=ceph.conf.j2 dest=/etc/ceph/ceph.conf owner=root group=root mode=0644
|
||||
notify: restart ceph
|
||||
|
||||
- name: Disable OSD directory parsing by updatedb
|
||||
command: updatedb -e /var/lib/ceph
|
||||
|
|
Loading…
Reference in New Issue