From 5afb291bcea54773781e6313a7470b5c1de68b79 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Mon, 16 Jan 2023 17:52:05 +0100 Subject: [PATCH] Fix multiplePVsSameID value in tests This CSI actually does not support multiple PVs with the same VolumeHandle. It is the reason why multiplePVsSameID capability was introduced. --- test/e2e/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/manifest.yaml b/test/e2e/manifest.yaml index 6dc5d9cbc..f0e912622 100644 --- a/test/e2e/manifest.yaml +++ b/test/e2e/manifest.yaml @@ -22,4 +22,4 @@ DriverInfo: controllerExpansion: true nodeExpansion: true snapshotDataSource: false - multiplePVsSameID: true + multiplePVsSameID: false