]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSDMonitor: add 'mon osd allow primary temp' bool option
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 28 Mar 2014 16:28:44 +0000 (18:28 +0200)
committerSage Weil <sage@inktank.com>
Mon, 31 Mar 2014 21:12:15 +0000 (14:12 -0700)
commit255f84047e6dd46c519e2d8e7fc205fdd58cc9ec
tree898cf405760192b3d74ff1b7ab701eb83632cab2
parent63ac079302dea88080290ccaa21e0b5aa2e55653
OSDMonitor: add 'mon osd allow primary temp' bool option

By default, we don't send out maps with primary_temp mappings because
there is no infrastructure in place that would make sure that the
entire cluster knows about primary_temp.  Add an option to allow
primary_temp mappings, for development purposes.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h
src/mon/OSDMonitor.cc