Skip to content

Commit 512d964

Browse files
Update identity.go
1 parent c79fd59 commit 512d964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csi/driver/identity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (d *Driver) Probe(ctx context.Context, req *csi.ProbeRequest) (*csi.ProbeRe
4040
bootstrap := utils.GetBootStrap()
4141

4242
if !bootstrap {
43-
return &csi.ProbeResponse{}, fmt.Errorf("Bootstarp is false")
43+
return &csi.ProbeResponse{}, fmt.Errorf("Huawei CSI driver is not ready")
4444
}
4545
resp := &csi.ProbeResponse{
4646
Ready: &wrappers.BoolValue{Value: bootstrap},

0 commit comments

Comments
 (0)