mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <prasanna.kalever@redhat.com>
This commit is contained in:
parent
9fa3c8382b
commit
b56511c0c8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user