]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix 'scrub' -> 'repair' in command reply msg
authorSage Weil <sage@newdream.net>
Tue, 9 Jun 2009 20:26:20 +0000 (13:26 -0700)
committerSage Weil <sage@newdream.net>
Tue, 9 Jun 2009 21:43:33 +0000 (14:43 -0700)
src/mon/PGMonitor.cc

index d2cccb3a23bd1238ccca19d67b9fe35666468d85..c3871e9d5fb3b73a7f9ad673f50a593a01a353e8 100644 (file)
@@ -601,7 +601,7 @@ bool PGMonitor::preprocess_command(MMonCommand *m)
              mon->messenger->send_message(new MOSDScrub(mon->monmap->fsid, pgs,
                                                         m->cmd[1] == "repair"),
                                           mon->osdmon()->osdmap.get_inst(osd));
-             ss << "instructing pg " << pgid << " on osd" << osd << " to scrub";
+             ss << "instructing pg " << pgid << " on osd" << osd << " to repair";
              r = 0;
            } else
              ss << "pg " << pgid << " primary osd" << osd << " not up";