]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
handler: display ceph status properly 1945/head
authorSébastien Han <seb@redhat.com>
Fri, 22 Sep 2017 15:45:35 +0000 (17:45 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 22 Sep 2017 15:45:35 +0000 (17:45 +0200)
commit8f71c08e7b1aee46bac8b0f90fc0a71d561d59c0
tree2afa9c5b29e97c8a7a02246c3841d156d3afe408
parentd5bfc6f85dc567e3a67338cc689367c295363686
handler: display ceph status properly

Fix bash error, doing ceph "$CEPH_CLI" -s gives us

ceph '--name client.bootstrap-osd --keyring
/var/lib/ceph/bootstrap-osd/test.keyring --cluster test' -s

which results in a wrongly formatted command. Removing the double quotes
expands the array properly.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-defaults/templates/restart_osd_daemon.sh.j2