From 2a7418150f6674b2bfa1201ae1fefba3e0c7fd90 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 16 Jan 2023 13:21:11 +0100 Subject: [PATCH] Add multiplePVsSameID capability This CSI driver can handle multiple PVs that have the same VolumeHandle used on the same node. --- test/e2e/manifest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/manifest.yaml b/test/e2e/manifest.yaml index 04b02d4f..61e2192c 100644 --- a/test/e2e/manifest.yaml +++ b/test/e2e/manifest.yaml @@ -28,6 +28,7 @@ DriverInfo: pvcDataSource: true topology: true multipods: true + multiplePVsSameID: true Timeouts: PodStart: 15m PodDelete: 15m