diff --git a/README-ru.md b/README-ru.md index ef6a981b..4518a10e 100644 --- a/README-ru.md +++ b/README-ru.md @@ -359,9 +359,9 @@ Vitastor с однопоточной NBD прокси на том же стен так как в 5.4 есть как минимум 1 известный баг, ведущий к зависанию с io_uring и контроллером HP SmartArray. - Установите liburing 0.4 или более новый и его заголовки. - Установите lp_solve. -- Установите etcd. Внимание: вам нужна версия с исправлением отсюда: https://github.com/vitalif/etcd/, - из ветки release-3.4, так как в etcd есть баг, который [будет](https://github.com/etcd-io/etcd/pull/12402) - исправлен только в 3.4.15. Баг приводит к неспособности Vitastor запустить PG, когда их хотя бы 500 штук. +- Установите etcd, версии не ниже 3.4.15. Более ранние версии работать не будут из-за различных багов, + например [#12402](https://github.com/etcd-io/etcd/pull/12402). Также вы можете взять версию 3.4.13 с + этим конкретным исправлением из ветки release-3.4 репозитория https://github.com/vitalif/etcd/. - Установите node.js 10 или новее. - Установите gcc и g++ 8.x или новее. - Склонируйте данный репозиторий с подмодулями: `git clone https://yourcmc.ru/git/vitalif/vitastor/`. diff --git a/README.md b/README.md index 4cfecbd5..f7e775a5 100644 --- a/README.md +++ b/README.md @@ -315,10 +315,9 @@ Vitastor with single-thread NBD on the same hardware: there is at least one known io_uring hang with 5.4 and an HP SmartArray controller. - Install liburing 0.4 or newer and its headers. - Install lp_solve. -- Install etcd. Attention: you need a fixed version from here: https://github.com/vitalif/etcd/, - branch release-3.4, because there is a bug in upstream etcd which makes Vitastor OSDs fail to - move PGs out of "starting" state if you have at least around ~500 PGs or so. The custom build - will be unnecessary when etcd merges the fix: https://github.com/etcd-io/etcd/pull/12402. +- Install etcd, at least version 3.4.15. Earlier versions won't work because of various bugs, + for example [#12402](https://github.com/etcd-io/etcd/pull/12402). You can also take 3.4.13 + with this specific fix from here: https://github.com/vitalif/etcd/, branch release-3.4. - Install node.js 10 or newer. - Install gcc and g++ 8.x or newer. - Clone https://yourcmc.ru/git/vitalif/vitastor/ with submodules.