From d25ecb41a8633c946796a63f533a5a26f57c9715 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Thu, 6 Feb 2020 10:54:45 -0800 Subject: [PATCH] Update README.md Signed-off-by: Sheng Yang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5653447..ecc8a70 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Longhorn is 100% open source software. Project source code is spread across a nu 1. Docker v1.13+ 2. Kubernetes v1.14+. -3. `open-iscsi` has been installed on all the nodes of the Kubernetes cluster. +3. `open-iscsi` has been installed on all the nodes of the Kubernetes cluster, and `iscsid` daemon is running on all the nodes. 1. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi already. 2. For Debian/Ubuntu, use `apt-get install open-iscsi` to install. 3. For RHEL/CentOS, use `yum install iscsi-initiator-utils` to install.