mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
Revert "Implement NodeGetInfo for csi spec 3.0"
This reverts commit c93466b009
.
This commit is contained in:
@ -146,11 +146,3 @@ func (ns *nodeServer) NodeUnstageVolume(
|
||||
|
||||
return nil, status.Error(codes.Unimplemented, "")
|
||||
}
|
||||
|
||||
func (ns *nodeServer) NodeGetInfo(
|
||||
ctx context.Context,
|
||||
req *csi.NodeGetInfoRequest) (
|
||||
*csi.NodeGetInfoResponse, error) {
|
||||
|
||||
return nil, status.Error(codes.Unimplemented, "")
|
||||
}
|
||||
|
Reference in New Issue
Block a user