]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls_rgw: fix rgw_bi_log_entry::dump()
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 6 Jan 2015 00:33:36 +0000 (16:33 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 19 Jan 2015 23:58:01 +0000 (15:58 -0800)
Add missing instance field.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/cls/rgw/cls_rgw_types.cc

index 6cc9c4d755cb35037183f288ba676eae18372d05..fcc92a7d2f20f0319b3b39ef2ac14ecb749b7bdc 100644 (file)
@@ -293,6 +293,7 @@ void rgw_bi_log_entry::dump(Formatter *f) const
   }
 
   f->dump_string("object", object);
+  f->dump_string("instance", instance);
 
   switch (state) {
     case CLS_RGW_STATE_PENDING_MODIFY: