Added notes about container sync and large objects

This commit is contained in:
gholt 2011-07-14 18:53:04 +00:00
parent f4fa3d626c
commit 2f0df53ed9
2 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,12 @@ synchronization key.
object posts, "object_post_as_copy = false" do not update the container
listings and therefore can't be detected for synchronization.
.. note::
If you are using the large objects feature you will need to ensure both
your manifest file and your segment files are synced if they happen to be
in different containers.
--------------------------------------------
Configuring a Cluster's Allowable Sync Hosts
--------------------------------------------

View File

@ -120,6 +120,13 @@ Additional Notes
for the manifest itself, so this method was chosen to at least offer change
detection.
.. note::
If you are using the container sync feature you will need to ensure both
your manifest file and your segment files are synced if they happen to be
in different containers.
-------
History
-------