From 8804b7c79d50fcdc0d525a7bdd6c10bb26aed2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 23 Jun 2021 10:16:29 +0200 Subject: [PATCH] ci: try to mitigate runner I/O errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hoping to solve some flappy OSD preparation in the CI. More information in the issue. Closes: https://github.com/rook/rook/issues/7728 Signed-off-by: Sébastien Han --- cluster/examples/kubernetes/ceph/cluster-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/examples/kubernetes/ceph/cluster-test.yaml b/cluster/examples/kubernetes/ceph/cluster-test.yaml index a6c72f5f5889..6ab474c9bc44 100644 --- a/cluster/examples/kubernetes/ceph/cluster-test.yaml +++ b/cluster/examples/kubernetes/ceph/cluster-test.yaml @@ -18,6 +18,7 @@ data: osd_pool_default_size = 1 mon_warn_on_pool_no_redundancy = false bdev_flock_retry = 20 + bluefs_buffered_io = false --- apiVersion: ceph.rook.io/v1 kind: CephCluster