Skip to content

Commit 1778a00

Browse files
authored
Merge pull request #262 from davidz627/fix/filesystemTests
Add supported filesystem types to k8s integration driver test config
2 parents 11cb039 + d8431f5 commit 1778a00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/k8s-integration/config/test-config-template.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ StorageClass:
33
FromFile: {{.StorageClassFile}}
44
DriverInfo:
55
Name: csi-gcepd
6+
SupportedFsType:
7+
ext2:
8+
ext3:
9+
ext4:
10+
# The following FS types supported by GCE PD but
11+
# currently we do not test the CSI Driver on Ubuntu or Windows
12+
# xfs: XFS only available on Ubuntu
13+
# ntfs: NTFS only available on Windows
614
Capabilities:
715
persistence: true
816
multipods: true

0 commit comments

Comments
 (0)