]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_file: log on write completion events at level 10
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 17 Aug 2016 15:00:22 +0000 (11:00 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 5 Oct 2016 18:24:47 +0000 (14:24 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit d1e512d8c0e20df5a96ccb5f775a7a2ca123efbe)

src/rgw/rgw_file.cc

index a8a2b3d0156f23cc1364765429f2dc401880acca..e58dd0653945f9c3036e52f1436545939d48ad5c 100644 (file)
@@ -871,6 +871,10 @@ namespace rgw {
 
     file* f = get<file>(&variant_type);
     if (f && (f->write_req)) {
+      lsubdout(fs->get_context(), rgw, 10)
+       << __func__
+       << " finishing write trans on " << object_name()
+       << dendl;
       rc = rgwlib.get_fe()->finish_req(f->write_req);
       if (! rc) {
        rc = f->write_req->get_ret();