From 8c596c06fbb977e39ef1b5979328dade67286896 Mon Sep 17 00:00:00 2001 From: gholt Date: Wed, 29 Jun 2011 20:49:19 +0000 Subject: [PATCH] consync: updated class docs --- swift/container/sync.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swift/container/sync.py b/swift/container/sync.py index ae638b7b0b..40288b967d 100644 --- a/swift/container/sync.py +++ b/swift/container/sync.py @@ -78,10 +78,10 @@ class ContainerSync(Daemon): .. note:: - This does not sync standard object POSTs, as those do not cause - container row updates. A workaround is to do X-Copy-From POSTs. We're - considering solutions to this limitation but leaving it as is for now - since POSTs are fairly uncommon. + Container sync will sync object POSTs only if the proxy server is set + to use "object_post_as_copy = true" which is the default. So-called + fast object posts, "object_post_as_copy = false" do not update the + container listings and therefore can't be detected for synchronization. The actual syncing is slightly more complicated to make use of the three (or number-of-replicas) main nodes for a container without each trying to