From 8ff420c39033e7363eef3fcb52e6cb80087f1535 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 16 Jan 2023 13:22:38 +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 9ca169b3..43651417 100644 --- a/test/e2e/manifest.yaml +++ b/test/e2e/manifest.yaml @@ -26,3 +26,4 @@ DriverInfo: snapshotDataSource: true topology: true multipods: true + multiplePVsSameID: true