Skip to content

Commit ecc0c4e

Browse files
committed
e2e/storage: enable concurrent writes for gcepd
The driver should support multiple pods using the same volume on the same node.
1 parent 03d352f commit ecc0c4e

File tree

1 file changed

+2
-0
lines changed
  • test/e2e/storage/drivers

1 file changed

+2
-0
lines changed

test/e2e/storage/drivers/csi.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ func InitGcePDCSIDriver(config testsuites.TestConfig) testsuites.TestDriver {
297297
testsuites.CapPersistence: true,
298298
testsuites.CapFsGroup: true,
299299
testsuites.CapExec: true,
300+
testsuites.CapMultiPODs: true,
300301
},
301302

302303
Config: config,
@@ -409,6 +410,7 @@ func InitGcePDExternalCSIDriver(config testsuites.TestConfig) testsuites.TestDri
409410
testsuites.CapPersistence: true,
410411
testsuites.CapFsGroup: true,
411412
testsuites.CapExec: true,
413+
testsuites.CapMultiPODs: true,
412414
},
413415

414416
Config: config,

0 commit comments

Comments
 (0)