]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/osd_types: make PastIntervals pi_compact_rep print participants
authorSage Weil <sage@redhat.com>
Fri, 19 Apr 2019 21:01:20 +0000 (16:01 -0500)
committerSage Weil <sage@redhat.com>
Mon, 22 Apr 2019 14:32:35 +0000 (09:32 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/osd_types.cc

index 7540eabe3d0d4d69ab38e86130557574ca249934..d4502723a309ea2dba3e6861a0d9be789d4c4fe7 100644 (file)
@@ -3578,7 +3578,8 @@ public:
   }
   ostream &print(ostream &out) const override {
     return out << "([" << first << "," << last
-              << "] intervals=" << intervals << ")";
+              << "] all_participants=" << all_participants
+              << " intervals=" << intervals << ")";
   }
   void encode(ceph::buffer::list &bl) const override {
     ENCODE_START(1, 1, bl);