From 04a3ba43ae9346a640ba44f130d90c591729e403 Mon Sep 17 00:00:00 2001 From: David Hadas Date: Mon, 22 Apr 2013 19:32:18 +0300 Subject: [PATCH] Fixing /etc/swift.conf-sample to include swift_hash_path_prefix Change-Id: I60f5f3d4083937a03ecb7ed531185c617ea08016 --- etc/swift.conf-sample | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/swift.conf-sample b/etc/swift.conf-sample index 2f4192a3c1..75501b3d17 100644 --- a/etc/swift.conf-sample +++ b/etc/swift.conf-sample @@ -1,11 +1,12 @@ [swift-hash] -# swift_hash_path_suffix is used as part of the hashing algorithm -# when determining data placement in the cluster. This value should -# remain secret and MUST NOT change once a cluster has been deployed. +# swift_hash_path_suffix and swift_hash_path_prefix are used as part of the +# the hashing algorithm when determining data placement in the cluster. +# These values should remain secret and MUST NOT change +# once a cluster has been deployed. swift_hash_path_suffix = changeme - +swift_hash_path_prefix = changeme # The swift-constraints section sets the basic constraints on data