]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
MDSMon: silence unable to load metadata
authorSong Shun <song.shun3@zte.com.cn>
Mon, 24 Dec 2018 12:49:24 +0000 (20:49 +0800)
committerSong Shun <song.shun3@zte.com.cn>
Thu, 17 Jan 2019 01:02:00 +0000 (09:02 +0800)
  silence unable to load metadata

Signed-off-by: Song Shun <song.shun3@zte.com.cn>
src/mon/MDSMonitor.cc

index eb59d415e37d4afe635da4ac54b04d2cf93f0ac8..ed86ad73d58d7440527d09676852a4d6a4253d54 100644 (file)
@@ -1641,7 +1641,7 @@ int MDSMonitor::load_metadata(map<mds_gid_t, Metadata>& m)
   bufferlist bl;
   int r = mon->store->get(MDS_METADATA_PREFIX, "last_metadata", bl);
   if (r) {
-    dout(1) << "Unable to load 'last_metadata'" << dendl;
+    dout(5) << "Unable to load 'last_metadata'" << dendl;
     return r;
   }