You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/gce-pd-csi-driver/main.go
+7-2
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ var (
72
72
73
73
enableStoragePoolsFlag=flag.Bool("enable-storage-pools", false, "If set to true, the CSI Driver will allow volumes to be provisioned in Storage Pools")
74
74
75
+
multiZoneDiskTypesFlag=flag.String("multi-zone-disk-types", "", "Comma separated list of allowed disk types that can use the multi-zone volumeHandle")
0 commit comments