From b892623bdc10e7235ff8c98286a431d7f3b147d1 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 22 Aug 2018 20:00:28 -0700 Subject: [PATCH] Update README.md Update environment_check.sh result. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 02e353e..aae967e 100644 --- a/README.md +++ b/README.md @@ -41,21 +41,21 @@ curl -sSfL https://raw.githubusercontent.com/rancher/longhorn/v0.3-rc/scripts/en ``` Example result: ``` -pod/detect-flexvol-dir created -daemonset.apps/longhorn-environment-check created +pod "detect-flexvol-dir" created +daemonset.apps "longhorn-environment-check" created waiting for pod/detect-flexvol-dir to finish pod/detect-flexvol-dir completed -waiting for pods to become ready (1/7) -waiting for pods to become ready (6/7) -all pods ready (7/7) +all pods ready (3/3) - FlexVolume Path: /var/lib/kubelet/volumeplugins + FLEXVOLUME_DIR="/home/kubernetes/flexvolume" MountPropagation is enabled! +cleaning up detection workloads... pod "detect-flexvol-dir" deleted daemonset.apps "longhorn-environment-check" deleted +clean up completed ``` Please make a note of `Flexvolume Path` and `MountPropagation` state above.