mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
e2e/storage: enable concurrent writes for gcepd
The driver should support multiple pods using the same volume on the same node.
This commit is contained in:
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
Block a user