]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Check for docker sockets named after both _hostname or _fqdn
authorGiulio Fidente <gfidente@redhat.com>
Fri, 2 Feb 2018 08:45:07 +0000 (09:45 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 6 Feb 2018 13:16:54 +0000 (14:16 +0100)
commitbdcc52b96dc1f9c99ce490117170f644623d4846
treef57da5d716180ff0ac0551efbb9d70b83c214f02
parenta6d1922a2e70c36036ff130dc6b6b942101379ba
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.
roles/ceph-mds/tasks/containerized.yml
roles/ceph-mon/tasks/docker/main.yml