]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Expose /var/run/ceph
authorSébastien Han <seb@redhat.com>
Thu, 12 Apr 2018 13:52:30 +0000 (15:52 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 20 Apr 2018 13:48:32 +0000 (15:48 +0200)
commit65ba85aff66b434600e9dfec738d48c85d21c932
tree8458f04b5e41c4655662f81db0657ccc69ef51db
parentbf1e70e8cf09910a43921bc180543c38e6609d71
Expose /var/run/ceph

Useful for softwares that do data collection/monitoring like collectd.
They can connect to the socket and then retrieve information.

Even though the sockets are exposed now, I'm keeping the docker exec to
check the socket, this will allow newer version of ceph-ansible to work
with older versions.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1563280
Signed-off-by: Sébastien Han <seb@redhat.com>
15 files changed:
roles/ceph-defaults/tasks/create_ceph_initial_dirs.yml
roles/ceph-defaults/templates/restart_osd_daemon.sh.j2
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/tasks/docker/copy_configs.yml
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/tasks/docker/copy_configs.yml
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-osd/tasks/copy_configs.yml
roles/ceph-osd/templates/ceph-osd-run.sh.j2
roles/ceph-rbd-mirror/tasks/docker/copy_configs.yml
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-restapi/tasks/docker/copy_configs.yml
roles/ceph-rgw/tasks/docker/copy_configs.yml
roles/ceph-rgw/templates/ceph-radosgw.service.j2