You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dell-csi-helm-installer/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This project provides the following capabilitites, each one is discussed in deta
49
49
50
50
51
51
Most of these usages require the creation/specification of a values file. These files specify configuration settings that are passed into the driver and configure it for use. To create one of these files, the following steps should be followed:
52
-
1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-unity-2.11.0/charts/csi-unity/values.yaml`
52
+
1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-unity-2.11.1/charts/csi-unity/values.yaml`
53
53
2. Edit the file such that it contains the proper configuration settings for the specific environment. These files are yaml formatted so maintaining the file structure is important.
54
54
55
55
For example, to create a values file for the Unity XT driver the following steps can be executed
@@ -58,7 +58,7 @@ For example, to create a values file for the Unity XT driver the following steps
log.Errorf("Unity probe failed for array %s error: %v", array.ArrayID, err)
815
+
ife, ok:=status.FromError(err); ok {
816
+
ife.Code() ==codes.Unauthenticated {
817
+
array.IsProbeSuccess=false
818
+
returnstatus.Error(codes.FailedPrecondition, utils.GetMessageWithRunID(rid, "Unable Get basic system info from Unity. Error: %s", err.Error()))
811
819
}
812
-
array.IsProbeSuccess=false
813
-
returnstatus.Error(codes.FailedPrecondition, utils.GetMessageWithRunID(rid, "Unable to login to Unity. Verify hostname/IP Address of unity. Error: %s", err.Error()))
814
820
}
815
-
array.IsProbeSuccess=true
816
-
log.Debugf("%s Probe Success", probeType)
817
-
returnnil
821
+
array.IsProbeSuccess=false
822
+
returnstatus.Error(codes.FailedPrecondition, utils.GetMessageWithRunID(rid, "Unable Get basic system info from Unity. Verify hostname/IP Address of unity. Error: %s", err.Error()))
0 commit comments