From 203e2ab47515ab2745b9affa9f12bf927ce1068b Mon Sep 17 00:00:00 2001 From: Gal Zaidman <38602062+Gal-Zaidman@users.noreply.github.com> Date: Wed, 17 Mar 2021 13:57:26 +0200 Subject: [PATCH] Bug 1804230: fix broken ETCD link in user docs --- docs/user/ovirt/install_ipi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/ovirt/install_ipi.md b/docs/user/ovirt/install_ipi.md index c94ea36368e..6df55219183 100644 --- a/docs/user/ovirt/install_ipi.md +++ b/docs/user/ovirt/install_ipi.md @@ -61,7 +61,7 @@ For 3 masters/3 workers, the target Cluster **must have at least**: - 96RAM - 24vCPUs - 720GiB storage -- 50IOPS for the Master VM disks, [per ETCD requirement doc](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/hardware.md) +- Storage that is fast enough for etcd, [using-fio-to-tell-whether-your-storage-is-fast-enough-for-etcd](https://www.ibm.com/cloud/blog/using-fio-to-tell-whether-your-storage-is-fast-enough-for-etcd) > Worker count can be reduced to 2 in `install-config.yaml` in case needed.