Open huchengze opened 8 hours ago
Since the ControllerModifyVolume in the CSI Spec is mature, is there a plan to migrate ModifyVolumeProperties to ControllerModifyVolume? This way, the CSI driver would not need to integrate modify_grpc separately.
Hi @huchengze, the EBS CSI driver supports volume modification through the standardized CSI ControllerModifyVolume RPC: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/modify-volume.md
ControllerModifyVolume
Since the ControllerModifyVolume in the CSI Spec is mature, is there a plan to migrate ModifyVolumeProperties to ControllerModifyVolume? This way, the CSI driver would not need to integrate modify_grpc separately.