mirror of https://github.com/k3s-io/k3s
e2e/storage: enable concurrent writes for gcepd
The driver should support multiple pods using the same volume on the same node.pull/564/head
parent
03d352f7aa
commit
ecc0c4e4b4
|
@ -297,6 +297,7 @@ func InitGcePDCSIDriver(config testsuites.TestConfig) testsuites.TestDriver {
|
||||||
testsuites.CapPersistence: true,
|
testsuites.CapPersistence: true,
|
||||||
testsuites.CapFsGroup: true,
|
testsuites.CapFsGroup: true,
|
||||||
testsuites.CapExec: true,
|
testsuites.CapExec: true,
|
||||||
|
testsuites.CapMultiPODs: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
Config: config,
|
Config: config,
|
||||||
|
@ -409,6 +410,7 @@ func InitGcePDExternalCSIDriver(config testsuites.TestConfig) testsuites.TestDri
|
||||||
testsuites.CapPersistence: true,
|
testsuites.CapPersistence: true,
|
||||||
testsuites.CapFsGroup: true,
|
testsuites.CapFsGroup: true,
|
||||||
testsuites.CapExec: true,
|
testsuites.CapExec: true,
|
||||||
|
testsuites.CapMultiPODs: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
Config: config,
|
Config: config,
|
||||||
|
|
Loading…
Reference in New Issue