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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user