github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/saio/etc/swift/swift.conf (about)

     1  [swift-hash]
     2  # random unique strings that can never change (DO NOT LOSE)
     3  # Use only printable chars (python -c "import string; print(string.printable)")
     4  swift_hash_path_prefix = changeme
     5  swift_hash_path_suffix = changeme
     6  
     7  [storage-policy:0]
     8  name = gold
     9  policy_type = replication
    10  default = no
    11  deprecated = no
    12  
    13  [storage-policy:1]
    14  name = silver
    15  policy_type = replication
    16  default = yes
    17  deprecated = no
    18  
    19  [storage-policy:2]
    20  name = bronze
    21  policy_type = erasure_coding
    22  # ec_type = isa_l_rs_cauchy
    23  ec_type = liberasurecode_rs_vand
    24  ec_num_data_fragments = 8
    25  ec_num_parity_fragments = 4
    26  ec_object_segment_size = 1048576
    27  # ec_duplication_factor = 1
    28  default = no
    29  deprecated = no