]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: be a bit more verbose on startup
authorSage Weil <sage@inktank.com>
Sat, 1 Mar 2014 09:32:29 +0000 (01:32 -0800)
committerSage Weil <sage@inktank.com>
Mon, 3 Mar 2014 19:16:31 +0000 (11:16 -0800)
commit68890b20097bc42af6845341050a3c675b3bcd8d
tree38afa4f1dac9e50a6718e2feb5f8a9955302bf43
parent84decc119feacdcfa81bcb2c404e4a82605063c8
osd: be a bit more verbose on startup

load_pgs can take a while and it is nice to know what ceph-osd is doing
without cranking up logging.

Did a quick audit of dout(1)'s and making this the default.  This lets us
see basic OSD state changes (load_pgs, boot, active) at the default level.

At this point all osd state changes should be logged at level 1.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h
src/osd/OSD.cc