]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-daemon: use client.admin keyring during bootstrap
authorSage Weil <sage@redhat.com>
Wed, 30 Oct 2019 15:05:24 +0000 (10:05 -0500)
committerSage Weil <sage@redhat.com>
Wed, 30 Oct 2019 19:07:52 +0000 (14:07 -0500)
commitdf40a49eb8bbeb59ac4cdbd36b0320a4b9d9fc49
tree6839e8ce9dbdb700799264f80914c97e228da58b
parentd2c66f3879253f10471cd22547f9e3b60f79a203
ceph-daemon: use client.admin keyring during bootstrap

It's usually okay to use the mon. key for CLI commands, except we had a
mgr but that prevented you from issuing mgr commands correctly.  We have
the new client.admin key available, so use that instead.

Update tests to not --skip-ssh (now that it doesn't hang).

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/test_ceph_daemon.sh
src/ceph-daemon
test_ceph_daemon.sh