Skip to content

Commit

Permalink
fix(driver): nomad compatibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhongyi committed Jun 6, 2024
1 parent 5aa26bd commit 9f05389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (ns *NodeServer) NodeStageVolume(ctx context.Context, req *csi.NodeStageVol
return nil, err
}
} else {
return nil, err
glog.Infof("orchestration system is not compatible with the k8s api, error is: %s", err)
}

ns.volumes.Store(volumeID, volume)
Expand Down

0 comments on commit 9f05389

Please sign in to comment.