diff --git a/content/docs/1.3.4/deploy/install/_index.md b/content/docs/1.3.4/deploy/install/_index.md index d65fb929e..87d4325b4 100644 --- a/content/docs/1.3.4/deploy/install/_index.md +++ b/content/docs/1.3.4/deploy/install/_index.md @@ -61,10 +61,12 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. +[INFO] Required dependencies 'kubectl jq mktemp' are installed. +[INFO] Hostname uniqueness check is passed. [INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... [INFO] All longhorn-environment-check pods are ready (3/3). [INFO] Required packages are installed. +[INFO] MountPropagation is enabled. [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ``` diff --git a/content/docs/1.4.4/deploy/install/_index.md b/content/docs/1.4.4/deploy/install/_index.md index 7df468279..7c6a7846b 100644 --- a/content/docs/1.4.4/deploy/install/_index.md +++ b/content/docs/1.4.4/deploy/install/_index.md @@ -61,10 +61,12 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. +[INFO] Required dependencies 'kubectl jq mktemp sort printf' are installed. +[INFO] Hostname uniqueness check is passed. [INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... [INFO] All longhorn-environment-check pods are ready (3/3). [INFO] Required packages are installed. +[INFO] MountPropagation is enabled. [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ``` diff --git a/content/docs/1.5.0/deploy/install/_index.md b/content/docs/1.5.0/deploy/install/_index.md index 7117ae056..51bb469dd 100644 --- a/content/docs/1.5.0/deploy/install/_index.md +++ b/content/docs/1.5.0/deploy/install/_index.md @@ -61,10 +61,14 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. -[INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... +[INFO] Required dependencies 'kubectl jq mktemp' are installed. +[INFO] All nodes have unique hostnames. +[INFO] Waiting for longhorn-environment-check pods to become ready (2/3)... [INFO] All longhorn-environment-check pods are ready (3/3). -[INFO] Required packages are installed. +[INFO] MountPropagation is enabled +[INFO] Checking iscsid... +[INFO] Checking multipathd... +[INFO] Checking packages... [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ``` diff --git a/content/docs/1.5.1/deploy/install/_index.md b/content/docs/1.5.1/deploy/install/_index.md index 7117ae056..7c68d5601 100644 --- a/content/docs/1.5.1/deploy/install/_index.md +++ b/content/docs/1.5.1/deploy/install/_index.md @@ -61,10 +61,14 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. +[INFO] Required dependencies 'kubectl jq mktemp' are installed. +[INFO] All nodes have unique hostnames. [INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... [INFO] All longhorn-environment-check pods are ready (3/3). -[INFO] Required packages are installed. +[INFO] MountPropagation is enabled +[INFO] Checking iscsid... +[INFO] Checking multipathd... +[INFO] Checking packages... [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ``` diff --git a/content/docs/1.5.2/deploy/install/_index.md b/content/docs/1.5.2/deploy/install/_index.md index 7117ae056..c9c693de9 100644 --- a/content/docs/1.5.2/deploy/install/_index.md +++ b/content/docs/1.5.2/deploy/install/_index.md @@ -61,10 +61,16 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. +[INFO] Required dependencies 'kubectl jq mktemp sort printf' are installed. +[INFO] All nodes have unique hostnames. [INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... [INFO] All longhorn-environment-check pods are ready (3/3). -[INFO] Required packages are installed. +[INFO] MountPropagation is enabled +[INFO] Checking kernel release... +[INFO] Checking iscsid... +[INFO] Checking multipathd... +[INFO] Checking packages... +[INFO] Checking nfs client... [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ``` diff --git a/content/docs/1.6.0/deploy/install/_index.md b/content/docs/1.6.0/deploy/install/_index.md index b014817e3..b5f965921 100644 --- a/content/docs/1.6.0/deploy/install/_index.md +++ b/content/docs/1.6.0/deploy/install/_index.md @@ -62,10 +62,16 @@ curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v{{< current-vers Example result: ```shell -[INFO] Required dependencies are installed. +[INFO] Required dependencies 'kubectl jq mktemp sort printf' are installed. +[INFO] All nodes have unique hostnames. [INFO] Waiting for longhorn-environment-check pods to become ready (0/3)... [INFO] All longhorn-environment-check pods are ready (3/3). -[INFO] Required packages are installed. +[INFO] MountPropagation is enabled +[INFO] Checking kernel release... +[INFO] Checking iscsid... +[INFO] Checking multipathd... +[INFO] Checking packages... +[INFO] Checking nfs client... [INFO] Cleaning up longhorn-environment-check pods... [INFO] Cleanup completed. ```