Add supportedMountOptions for GCE PD CSI Driver tests

k3s-v1.15.3
David Zhu 2019-07-16 14:42:53 -07:00
parent 8c8bf878fc
commit b8bec43635
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
"ext4",
"xfs",
),
SupportedMountOption: sets.NewString("debug", "nouid32"),
Capabilities: map[testsuites.Capability]bool{
testsuites.CapPersistence: true,
testsuites.CapFsGroup: true,