]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: do not check for pool existence in osdmap
authorSage Weil <sage@inktank.com>
Wed, 26 Dec 2012 19:42:04 +0000 (11:42 -0800)
committerSage Weil <sage@inktank.com>
Wed, 26 Dec 2012 19:58:41 +0000 (11:58 -0800)
commitc764935d0e0649f5aa46db1ff92ce036efd637ae
treed3d523e6dea56160798362d01546ea25b203a931
parent4929fc7dd9bf003f7e01be1ee2766bf71523f5b4
mds: do not check for pool existence in osdmap

We don't have a wait mechanism to ensure the MSDMap has the latest osdmap
here.  Just trust the MDSMap.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/Server.cc