diff --git a/docs/intro/quickstart.en.md b/docs/intro/quickstart.en.md index da922993..74259669 100644 --- a/docs/intro/quickstart.en.md +++ b/docs/intro/quickstart.en.md @@ -70,7 +70,7 @@ For EC pools the configuration should look like the following: ``` etcdctl --endpoints=... put /vitastor/config/pools '{"2":{"name":"ecpool", - "scheme":"ec","pg_size":4,"parity_chunks":2,"pg_minsize":2,"pg_count":256,"failure_domain":"host"}` + "scheme":"ec","pg_size":4,"parity_chunks":2,"pg_minsize":2,"pg_count":256,"failure_domain":"host"}' ``` After you do this, one of the monitors will configure PGs and OSDs will start them. diff --git a/docs/intro/quickstart.ru.md b/docs/intro/quickstart.ru.md index aa514884..654c2de0 100644 --- a/docs/intro/quickstart.ru.md +++ b/docs/intro/quickstart.ru.md @@ -71,7 +71,7 @@ etcdctl --endpoints=... put /vitastor/config/pools '{"1":{"name":"testpool", ``` etcdctl --endpoints=... put /vitastor/config/pools '{"2":{"name":"ecpool", - "scheme":"ec","pg_size":4,"parity_chunks":2,"pg_minsize":2,"pg_count":256,"failure_domain":"host"}` + "scheme":"ec","pg_size":4,"parity_chunks":2,"pg_minsize":2,"pg_count":256,"failure_domain":"host"}' ``` После этого один из мониторов должен сконфигурировать PG, а OSD должны запустить их.