]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop cloud sync module logs attrs from the log 27954/head
authorNathan Cutler <ncutler@suse.com>
Fri, 26 Apr 2019 16:10:19 +0000 (18:10 +0200)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 3 May 2019 15:04:32 +0000 (15:04 +0000)
Fixes: https://tracker.ceph.com/issues/39361
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 9f44a03c39f2f79d6e7dda826383cd2d944327be)

src/rgw/rgw_sync_module_aws.cc

index 5e7f4e25f35a52f36070d7688356f88234e4e186..e8074d8bf46dede0678dafe79ae7eda153310156 100644 (file)
@@ -1598,13 +1598,13 @@ public:
           src_pg_ver = 0; /* all or nothing */
         }
       }
-      ldout(sync_env->cct, 0) << "AWS: download begin: z=" << sync_env->source_zone
+      ldout(sync_env->cct, 4) << "AWS: download begin: z=" << sync_env->source_zone
                               << " b=" << bucket_info.bucket << " k=" << key << " size=" << size
                               << " mtime=" << mtime << " etag=" << etag
                               << " zone_short_id=" << src_zone_short_id << " pg_ver=" << src_pg_ver
-                              << " attrs=" << attrs
                               << dendl;
 
+
       source_conn = sync_env->store->svc.zone->get_zone_conn_by_id(sync_env->source_zone);
       if (!source_conn) {
         ldout(sync_env->cct, 0) << "ERROR: cannot find http connection to zone " << sync_env->source_zone << dendl;