]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw: do not create mandatory directories
authorSébastien Han <seb@redhat.com>
Wed, 12 Dec 2018 10:35:02 +0000 (11:35 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 4 Jan 2019 13:57:40 +0000 (13:57 +0000)
The packages are responsible for this, currently tracked in ceph https://github.com/ceph/ceph/pull/25503

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-rgw/tasks/common.yml

index 8bb820e7764f5c362432f9dab5f4e5021bcefca1..5c36ef19b09de655881cf4d760feaf67d5db43ed 100644 (file)
@@ -7,8 +7,6 @@
     group: "{{ ceph_uid if containerized_deployment else 'ceph' }}"
     mode: "0755"
   with_items:
-    - /var/lib/ceph/bootstrap-rgw
-    - /var/lib/ceph/radosgw
     - /var/lib/ceph/radosgw/{{ cluster }}-rgw.{{ ansible_hostname }}
     - "{{ rbd_client_admin_socket_path }}"