Skip to content

Commit 8416d14

Browse files
committed
No need to support fs type parameter, already supported as first class in volume capability
1 parent d69d75e commit 8416d14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/gce-pd-csi-driver/controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ func (gceCS *GCEControllerServer) CreateVolume(ctx context.Context, req *csi.Cre
8080

8181
// TODO(#94): Validate volume capabilities
8282

83-
// TODO(#93): Support fs type parameter
84-
8583
// Apply Parameters (case-insensitive). We leave validation of
8684
// the values to the cloud provider.
8785
diskType := "pd-standard"

0 commit comments

Comments
 (0)