]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: resolve keyring option to a file before loading keyring
authorJoao Eduardo Luis <joao.luis@inktank.com>
Tue, 9 Oct 2012 20:25:54 +0000 (21:25 +0100)
committerSage Weil <sage@inktank.com>
Tue, 9 Oct 2012 20:36:28 +0000 (13:36 -0700)
commit7ef0df25e001bfae303feb3ae36514608767b1f2
tree0a8feabda54ee4f64e0b951d3d0a7b7832e51a71
parente3529cf93d7258202aefe46517e5246730069437
mon: Monitor: resolve keyring option to a file before loading keyring

Otherwise our keyring default location, or any other similarly formatted
location, will be taken as the actual location for the keyring and fail.

Reported-by: tziOm (at) #ceph
Fixes: 3276
Backport: argonaut

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc