From 2f0df53ed9ba3a7937e52c855f3941c94a3aa0ef Mon Sep 17 00:00:00 2001 From: gholt Date: Thu, 14 Jul 2011 18:53:04 +0000 Subject: [PATCH] Added notes about container sync and large objects --- doc/source/overview_container_sync.rst | 6 ++++++ doc/source/overview_large_objects.rst | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/doc/source/overview_container_sync.rst b/doc/source/overview_container_sync.rst index 3cc046989a..3fa7a47012 100644 --- a/doc/source/overview_container_sync.rst +++ b/doc/source/overview_container_sync.rst @@ -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 -------------------------------------------- diff --git a/doc/source/overview_large_objects.rst b/doc/source/overview_large_objects.rst index e500e35713..01477497d9 100644 --- a/doc/source/overview_large_objects.rst +++ b/doc/source/overview_large_objects.rst @@ -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 -------