mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-18 19:15:54 +08:00
Revert "Implement NodeGetInfo for csi spec 3.0"
This reverts commit c93466b00965d832d8fc19c6ef28e9d77aee54c4.
This commit is contained in:
parent
b1ccdbb154
commit
f0fba1240a
@ -212,11 +212,3 @@ func (ns *nodeServer) NodeUnstageVolume(
|
|||||||
*csi.NodeUnstageVolumeResponse, error) {
|
*csi.NodeUnstageVolumeResponse, error) {
|
||||||
return nil, status.Error(codes.Unimplemented, "")
|
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, "")
|
|
||||||
}
|
|
||||||
|
@ -146,11 +146,3 @@ func (ns *nodeServer) NodeUnstageVolume(
|
|||||||
|
|
||||||
return nil, status.Error(codes.Unimplemented, "")
|
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, "")
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user