out = request(connection, 'get', '/admin/log', dict(type=shard_type))
File "/usr/lib/python2.7/dist-packages/radosgw_agent/client.py", line 76, in request
return result.json()
AttributeError: 'Response' object has no attribute 'json'
ERROR:root:error doing incremental sync, trying again later
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/radosgw_agent/cli.py", line 247, in main
args.max_entries)
File "/usr/lib/python2.7/dist-packages/radosgw_agent/sync.py", line 22, in sync_incremental
num_shards = client.num_log_shards(self.src_conn, self._type)
File "/usr/lib/python2.7/dist-packages/radosgw_agent/client.py", line 142, in num_log_shards
out = request(connection, 'get', '/admin/log', dict(type=shard_type))
File "/usr/lib/python2.7/dist-packages/radosgw_agent/client.py", line 76, in request
Maybe there anyone ever encountered the same
problem. Any help is appropriated!