From b56511c0c8110e2c94a30a57d572497c09034820 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 29 Jun 2022 11:01:07 +0530 Subject: [PATCH] e2e: reduce defaultCloneCount to 3 CI is failing very frequently hitting resource leaks issue, until we solve the root cause for resource leaks reducing the clone count from 10 to 3. related: #2327 Signed-off-by: Prasanna Kumar Kalever --- e2e/rbd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/rbd.go b/e2e/rbd.go index e222bb291..cafff25b9 100644 --- a/e2e/rbd.go +++ b/e2e/rbd.go @@ -85,7 +85,7 @@ var ( snapshotPath = rbdExamplePath + "snapshot.yaml" deployFSAppPath = e2eTemplatesPath + "rbd-fs-deployment.yaml" deployBlockAppPath = e2eTemplatesPath + "rbd-block-deployment.yaml" - defaultCloneCount = 10 + defaultCloneCount = 3 // TODO: set to 10 once issues#2327 is fixed nbdMapOptions = "nbd:debug-rbd=20" e2eDefaultCephLogStrategy = "preserve"