e2e/storage: enable concurrent writes for gcepd

The driver should support multiple pods using the same volume on the
same node.
pull/564/head
Patrick Ohly 2019-01-16 14:54:21 +01:00
parent 03d352f7aa
commit ecc0c4e4b4
1 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,7 @@ func InitGcePDCSIDriver(config testsuites.TestConfig) testsuites.TestDriver {
testsuites.CapPersistence: true,
testsuites.CapFsGroup: true,
testsuites.CapExec: true,
testsuites.CapMultiPODs: true,
},
Config: config,
@ -409,6 +410,7 @@ func InitGcePDExternalCSIDriver(config testsuites.TestConfig) testsuites.TestDri
testsuites.CapPersistence: true,
testsuites.CapFsGroup: true,
testsuites.CapExec: true,
testsuites.CapMultiPODs: true,
},
Config: config,