Skip to content

Commit 09f75f7

Browse files
authored
Merge pull request #102 from davidz627/feature/fsType
Don't FS Type Parameter
2 parents ccd75fb + 8416d14 commit 09f75f7

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)