]>
git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Josh Durgin [Tue, 10 Sep 2013 00:19:12 +0000 (17:19 -0700)]
client: escape bucket and object names used in urls
Convert to utf8 since urllib doesn't handle unicode well in python 2.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Josh Durgin [Tue, 10 Sep 2013 00:14:32 +0000 (17:14 -0700)]
client: fix spacing
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Josh Durgin [Tue, 10 Sep 2013 00:12:24 +0000 (17:12 -0700)]
sync: remove extraneous error checking
These loops all end once a result of any sort is received for a child
process. It will already complete if every worked has a connection
error.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Joe Buck [Tue, 27 Aug 2013 18:14:06 +0000 (11:14 -0700)]
Getting code readh for handoff
Signed-off-by: Joe Buck <jbbuck@gmail.com>
Joe Buck [Fri, 30 Aug 2013 16:26:46 +0000 (09:26 -0700)]
Improve exception handling
Catch exceptions and continue syncing items
in that shard but do NOT update the worker
bounds. This will result in redundant work
but prevents an error from stopping
the syncing of objects 'after' that object
in the same shard.
Signed-off-by: Joe Buck <jbbuck@gmail.com>
Reviewd-by: Josh Durgin <josh.durgin@inktank.com>
Gary Lowell [Mon, 26 Aug 2013 23:38:37 +0000 (16:38 -0700)]
setup.py: Add a version range to the python-boto dependency.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Gary Lowell [Mon, 26 Aug 2013 22:01:49 +0000 (15:01 -0700)]
setup.cfg: Dependencies for rpm builds.
These should track the dependencies listed in setup.py and
requirements.txt.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Gary Lowell [Mon, 26 Aug 2013 16:23:56 +0000 (09:23 -0700)]
debian: Initial version debian control files
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Yehuda Sadeh [Mon, 5 Aug 2013 17:50:28 +0000 (10:50 -0700)]
rename partial sync to incremental sync
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Yehuda Sadeh [Sat, 3 Aug 2013 05:20:00 +0000 (22:20 -0700)]
set bounds on the dest zone, not on the source zone
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Josh Durgin [Fri, 26 Jul 2013 23:25:31 +0000 (16:25 -0700)]
test api: init response to empty
This way len() etc works on it.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Josh Durgin [Thu, 25 Jul 2013 22:53:00 +0000 (15:53 -0700)]
Add a quick and dirty http serving mode for testing
POST to --test-server-host:--test-server-port/metadata/[partial|full]
to do a partial or full metadata sync. The server will respond
when the sync is complete.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Josh Durgin [Fri, 19 Jul 2013 18:16:46 +0000 (11:16 -0700)]
cli: use new name for partial sync delay
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>