]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: do not use "warn()" when handling non-error 34345/head
authorKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 11:59:16 +0000 (19:59 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 12:01:16 +0000 (20:01 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd.cc

index 8e6ae3ea8fbf4f8f6eac103840e829e85acf9d66..b290a295f47b1d5d2b2223cb309c4058344b1046 100644 (file)
@@ -305,7 +305,7 @@ seastar::future<> OSD::_preboot(version_t oldest, version_t newest)
 {
   logger().info("osd.{}: _preboot", whoami);
   if (osdmap->get_epoch() == 0) {
-    logger().warn("waiting for initial osdmap");
+    logger().info("waiting for initial osdmap");
   } else if (osdmap->is_destroyed(whoami)) {
     logger().warn("osdmap says I am destroyed");
     // provide a small margin so we don't livelock seeing if we