]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Check for docker sockets named after both _hostname or _fqdn v3.0.24
authorGiulio Fidente <gfidente@redhat.com>
Fri, 2 Feb 2018 08:45:07 +0000 (09:45 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Feb 2018 15:39:20 +0000 (16:39 +0100)
commitcdda001c637f8b54508a1ceded4a008ca42e0357
tree07d74be0b4c6af4235a4da73c91e34bd14b86f4d
parentc985dbfa68dfe084249d1138a42763619f763e4c
Check for docker sockets named after both _hostname or _fqdn

While hostname -f will always return an hostname including its
domain part and -s without the domain part, the behavior when
no arguments are given can include or not include the domain part
depending on how the system is configured; the socket name might
not match the instance name then.

(cherry picked from commit bdcc52b96dc1f9c99ce490117170f644623d4846)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mds/tasks/containerized.yml
roles/ceph-mon/tasks/docker/main.yml