]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: make MonMap error message about unspecified monitors less specific.
authorGreg Farnum <greg@inktank.com>
Mon, 19 Aug 2013 17:21:16 +0000 (10:21 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 19 Aug 2013 17:21:16 +0000 (10:21 -0700)
commitf5636be742bffb19f16fdb832891fd1a43679ccf
tree93543e7542b7db847419291ad97fcd44cd1a3419
parent4677041da309234feb7b7df28e1d73db99d27c72
mon: make MonMap error message about unspecified monitors less specific.

The error message helpfully references the -m and -c CLI options for
specifying monitors, but this code can be invoked from non-core librados
client applications so that's unfortunately not kosher. Remove the
reference.

Fixes #5979.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mon/MonMap.cc