We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79fd59 commit 512d964Copy full SHA for 512d964
src/csi/driver/identity.go
@@ -40,7 +40,7 @@ func (d *Driver) Probe(ctx context.Context, req *csi.ProbeRequest) (*csi.ProbeRe
40
bootstrap := utils.GetBootStrap()
41
42
if !bootstrap {
43
- return &csi.ProbeResponse{}, fmt.Errorf("Bootstarp is false")
+ return &csi.ProbeResponse{}, fmt.Errorf("Huawei CSI driver is not ready")
44
}
45
resp := &csi.ProbeResponse{
46
Ready: &wrappers.BoolValue{Value: bootstrap},
0 commit comments