Guest User

swift error

a guest
Apr 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # random unique strings that can never change (DO NOT LOSE)
  2. # Use only printable chars (python -c "import string; print(string.printable)")
  3. swift_hash_path_prefix = changeme
  4. swift_hash_path_suffix = changeme
  5.  
  6. [storage-policy:0]
  7. name = gold
  8. policy_type = replication
  9. default = yes
  10.  
  11. [storage-policy:1]
  12. name = silver
  13. policy_type = replication
  14.  
  15. [storage-policy:2]
  16. name = ec42
  17. policy_type = erasure_coding
  18. ec_type = liberasurecode_rs_vand
  19. ec_num_data_fragments = 4
  20. ec_num_parity_fragments = 2
Add Comment
Please, Sign In to add comment