Skip to content

Commit

Permalink
Update the example result messages for using the Environment Check Sc…
Browse files Browse the repository at this point in the history
…ript

Ref. longhorn/longhorn#5653

Signed-off-by: Roger Yao <[email protected]>
  • Loading branch information
roger-ryao authored and David Ko committed Oct 30, 2023
1 parent 7c330d7 commit 3272b65
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 11 deletions.
4 changes: 3 additions & 1 deletion content/docs/1.3.4/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
4 changes: 3 additions & 1 deletion content/docs/1.4.4/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
10 changes: 7 additions & 3 deletions content/docs/1.5.0/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
8 changes: 6 additions & 2 deletions content/docs/1.5.1/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
10 changes: 8 additions & 2 deletions content/docs/1.5.2/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
10 changes: 8 additions & 2 deletions content/docs/1.6.0/deploy/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 3272b65

Please sign in to comment.