vitastor/docs/config/common.en.md

1.2 KiB

DocumentationConfiguration → Common Parameters


Читать на русском

Common Parameters

These are the most common parameters which apply to all components of Vitastor.

config_path

  • Type: string
  • Default: /etc/vitastor/vitastor.conf

Path to the JSON configuration file. Configuration file is optional, a non-existing configuration file does not prevent Vitastor from running if required parameters are specified.

etcd_address

  • Type: string or array of strings

etcd connection endpoint(s). Multiple endpoints may be delimited by "," or specified in a JSON array ["10.0.115.10:2379/v3","10.0.115.11:2379/v3"]. Note that https is not supported for etcd connections yet.

etcd_prefix

  • Type: string
  • Default: /vitastor

Prefix for all keys in etcd used by Vitastor. You can change prefix and, for example, use a single etcd cluster for multiple Vitastor clusters.

log_level

  • Type: integer
  • Default: 0

Log level. Raise if you want more verbose output.