]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: initialize tableservers/clients on mds creation
authorSage Weil <sage@inktank.com>
Tue, 2 Apr 2013 20:04:48 +0000 (13:04 -0700)
committerSage Weil <sage@inktank.com>
Tue, 2 Apr 2013 20:05:49 +0000 (13:05 -0700)
commit5cf0c492e70d5cd9a2189b8f5145e91c2e3efd58
tree1c9286e66ad24b296ec331d2af939599e6080c26
parent1054c87c19a6268be1b93da36c7c982bb60b6024
mds: initialize tableservers/clients on mds creation

The handle_mds_recovery(who) path initializes the anchorclients by having
the server send a 'ready' message on recovery when the server is active
and a peer becomes active.  Similarly, recovery_done() does the same when
the server becomes active.  However, this misses the creation path.  Handle
that explicitly in boot_create.

Fixes: #4619
Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/MDS.cc