Merge "Add note on using printable chars for swift_hash_path_suffix/prefix"
This commit is contained in:
commit
8bec700e7b
@ -1,5 +1,6 @@
|
|||||||
[swift-hash]
|
[swift-hash]
|
||||||
# random unique strings that can never change (DO NOT LOSE)
|
# random unique strings that can never change (DO NOT LOSE)
|
||||||
|
# Use only printable chars (python -c "import string; print(string.printable)")
|
||||||
swift_hash_path_prefix = changeme
|
swift_hash_path_prefix = changeme
|
||||||
swift_hash_path_suffix = changeme
|
swift_hash_path_suffix = changeme
|
||||||
|
|
||||||
|
@ -286,6 +286,7 @@ example configuration.::
|
|||||||
|
|
||||||
[swift-hash]
|
[swift-hash]
|
||||||
# random unique strings that can never change (DO NOT LOSE)
|
# random unique strings that can never change (DO NOT LOSE)
|
||||||
|
# Use only printable chars (python -c "import string; print(string.printable)")
|
||||||
swift_hash_path_prefix = changeme
|
swift_hash_path_prefix = changeme
|
||||||
swift_hash_path_suffix = changeme
|
swift_hash_path_suffix = changeme
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# the hashing algorithm when determining data placement in the cluster.
|
# the hashing algorithm when determining data placement in the cluster.
|
||||||
# These values should remain secret and MUST NOT change
|
# These values should remain secret and MUST NOT change
|
||||||
# once a cluster has been deployed.
|
# once a cluster has been deployed.
|
||||||
|
# Use only printable chars (python -c "import string; print(string.printable)")
|
||||||
|
|
||||||
swift_hash_path_suffix = changeme
|
swift_hash_path_suffix = changeme
|
||||||
swift_hash_path_prefix = changeme
|
swift_hash_path_prefix = changeme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user