From 7b285b8c87b71d77d4733a4ac44482bd939edbfb Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 24 Feb 2021 11:41:24 +0100 Subject: [PATCH] qa/suites/krbd: bump scratch image size to 15G Allow generic/038 and generic/048 to run. Signed-off-by: Ilya Dryomov (cherry picked from commit 37d56e13544fa06b88196b1a4d6edd1b3425325e) --- qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml b/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml index d2768013c3eca..c94af02071475 100644 --- a/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml +++ b/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml @@ -15,7 +15,7 @@ tasks: test_image: 'test_image-0' test_size: 5120 # MB scratch_image: 'scratch_image-0' - scratch_size: 5120 # MB + scratch_size: 15360 # MB fs_type: ext4 tests: '-g auto -g blockdev -x clone' exclude: -- 2.39.5