]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: handle data pools missing from osdmap
authorJohn Spray <john.spray@redhat.com>
Wed, 15 Jul 2015 12:45:06 +0000 (13:45 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 28 Jul 2015 08:05:08 +0000 (09:05 +0100)
commit7337db501f57be6e245f4671f8237f2526ee0670
treea90234c96bf24a36a8cbb8400156e0c9a0192ec5
parent334841379469f1b988b1005e8554059afeb7c45d
mds: handle data pools missing from osdmap

This case happens on rank acquisition because we
see the MDSMap before the OSDMap, as the continuous
watch on OSDMaps doesn't happen when we're in standby.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/StrayManager.cc