]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
monc: only warn about missing keyring if we fail to authenticate
authorSage Weil <sage@inktank.com>
Fri, 21 Dec 2012 21:44:19 +0000 (13:44 -0800)
committerSage Weil <sage@inktank.com>
Fri, 21 Dec 2012 21:44:19 +0000 (13:44 -0800)
commit999ba1b2e72688aa3a035208aa62ed71ae01da82
tree1ab4b2bf2f3264a5fd59d8f868cc8d7233d237cd
parentb3e62ad6920bcfe991edec96192ba7724fa07533
monc: only warn about missing keyring if we fail to authenticate

This avoids the situation where a librados or other user with the default
of 'cephx,none' and no keyring is authenticating against a cluster with
required of 'none' and an annoying warning is generated every time.  Now
we only print a helpful message if we actually failed.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/MonClient.cc
src/mon/MonClient.h