Skip to content

Commit

Permalink
Update identity.go
Browse files Browse the repository at this point in the history
  • Loading branch information
PravinRanjan10 authored Sep 13, 2021
1 parent c79fd59 commit 512d964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csi/driver/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (d *Driver) Probe(ctx context.Context, req *csi.ProbeRequest) (*csi.ProbeRe
bootstrap := utils.GetBootStrap()

if !bootstrap {
return &csi.ProbeResponse{}, fmt.Errorf("Bootstarp is false")
return &csi.ProbeResponse{}, fmt.Errorf("Huawei CSI driver is not ready")
}
resp := &csi.ProbeResponse{
Ready: &wrappers.BoolValue{Value: bootstrap},
Expand Down

0 comments on commit 512d964

Please sign in to comment.