]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: avoid spurious TMAP2OMAP warning 1481/head
authorJohn Spray <john.spray@inktank.com>
Mon, 17 Mar 2014 14:48:59 +0000 (14:48 +0000)
committerJohn Spray <john.spray@inktank.com>
Mon, 17 Mar 2014 15:42:38 +0000 (15:42 +0000)
commit2b9bd26749383b21603b49558dea6cb3cee3c5d9
tree9c874806f2d9b563e8f05fefb3e77fe2eee55ba9
parentbf7f773b466c37a67a5de5fbf1ab708c1aea91d6
mds: avoid spurious TMAP2OMAP warning

The message "one or more OSDs do not support TMAP2OMAP" was printed
incorrectly when zero OSDs were up (and therefore the feature was
absent).  Don't issue this prompt until at least one OSD is up.

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