From: Orit Wasserman Date: Tue, 23 Aug 2016 14:27:50 +0000 (+0200) Subject: rgw: add debug info when comparing bucket metadata X-Git-Tag: v10.2.6~165^2^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cea3de3f4dfeea8f1df8b6f30c10c7b266bb5dad;p=ceph.git rgw: add debug info when comparing bucket metadata Signed-off-by: Orit Wasserman (cherry picked from commit ad5a2a2f199f8fcecadf2c91b33c0530a26d8c3d) --- diff --git a/tasks/radosgw_admin.py b/tasks/radosgw_admin.py index 45ee0759d99e..6c598154436c 100644 --- a/tasks/radosgw_admin.py +++ b/tasks/radosgw_admin.py @@ -262,6 +262,8 @@ def task(ctx, config): (err2, out2) = rgwadmin(ctx, dest_client, ['metadata', 'get', 'bucket:{bucket_name}'.format(bucket_name=bucket_name2)], check_status=True) + log.debug('metadata 1 %r', out1) + log.debug('metadata 2 %r', out2) assert out1 == out2 # get the bucket.instance info and compare that