]> git-server-git.apps.pok.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, 17 Aug 2016 17:53:43 +0000 (13:53 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
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();