Hedvig Configuration File (config.xml)

Hedvig Storage Cluster parameters are identified in a configuration file (config.xml), located in the /var/log/hedvig/ directory of each Hedvig Storage Proxy. The <objectstore> element contains the parameters for configuring object storage on a storage proxy.

Note

Any time you change the Hedvig configuration file, you must restart the Hedvig service for these changes to take effect.

<objectstore>
     <bucket_properties>
        <bucket_blk_size_in_kb>4</bucket_blk_size_in_kb>
        <bucket_rf>3</bucket_rf>
        <bucket_replication_policy>Agnostic</bucket_replication_policy>
        <bucket_versioning>unversioned</bucket_versioning>
        <bucket_compressed>true</bucket_compressed>
        <bucket_protection_policy>ERASURE</bucket_protection_policy>
        <bucket_erasure_config>RS_4_2</bucket_erasure_config>
        <bucket_disk_residence>HDD</bucket_disk_residence>
     </bucket_properties>
     <s3>
        <metaclients>4</metaclients>
        <readclients>64</readclients>
        <writeclients>64</writeclients>
        <port>16000</port>
        <certfile>/var/log/hedvig/hedvigs3.crt</certfile>
        <keyfile>/var/log/hedvig/hedvigs3.key</keyfile>
        <rsakeyfile>/var/log/hedvig/privateKey</rsakeyfile>
        <https>false</https>
        <hostendpoints>nginxvm.hedviginc.com</hostendpoints>
     </s3>
   </objectstore>

Loading...