]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: write "debug dump_missing" output to stdout 21960/head
authorКоренберг Марк <mark@ideco.ru>
Sat, 12 May 2018 17:04:00 +0000 (22:04 +0500)
committerКоренберг Марк (Dell laptop) <socketpair@gmail.com>
Sun, 13 May 2018 20:38:10 +0000 (01:38 +0500)
Output was sent to stderr by a mistake. Now it goes to stdout.

Signed-off-by: Коренберг Маркr <socketpair@gmail.com>
src/osd/OSD.cc

index 677ae4b1d4266211a5a4c73a907761466942964e..2bbda4f2c044a50e82a72b1cdbd1242c904bf050 100644 (file)
@@ -6157,7 +6157,7 @@ void OSD::do_command(Connection *con, ceph_tid_t tid, vector<string>& cmd, buffe
       f->close_section();
     }
     f->close_section();
-    f->flush(ss);
+    f->flush(ds);
   }
   else if (prefix == "debug kick_recovery_wq") {
     int64_t delay;