]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd: don't load config overrides from monitor initially
authorJason Dillaman <dillaman@redhat.com>
Wed, 9 May 2018 16:37:22 +0000 (12:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 9 May 2018 16:37:22 +0000 (12:37 -0400)
commit46eafdabde57736d2a8b63f55cab94461885a957
treece740abd796ebc05520501ab32c92cec30528254
parentd1e3430bc34eb947253d03561e903d3b2fafa02b
rbd: don't load config overrides from monitor initially

The overrides will be loaded when we connect to the cluster via librados
and the current approach prevents running 'rbd help' without a running
cluster.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd/Shell.cc