]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: add --log-early command line option 27419/head
authorSage Weil <sage@redhat.com>
Sun, 7 Apr 2019 18:54:59 +0000 (13:54 -0500)
committerSage Weil <sage@redhat.com>
Sun, 7 Apr 2019 18:58:43 +0000 (13:58 -0500)
commit933d5084cb66f299a7bf60f0a2a6382c0bd3cb2f
treee427afef8d5c2b36b55ccd285e8784c64a7d99e6
parent30e49ae28b7a9cce6b489e1c866b35ac6ec8b70d
common: add --log-early command line option

Sometime it is important and useful to see the logs from the bootstrap
phase where we are getting the initial configs from the monitors.  Add
a command-line option --log-early to do that.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config.cc
src/common/config_values.h
src/global/global_init.cc
src/libcephfs.cc
src/librados/RadosClient.cc