From e13fd0954395836cd99e7deaeca7d0b7050802ee Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 6 Dec 2020 13:33:08 +0100 Subject: [PATCH] Reduce garage.1.rnd size to store it inline --- script/test-smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test-smoke.sh b/script/test-smoke.sh index 9b1ca977..111afac9 100755 --- a/script/test-smoke.sh +++ b/script/test-smoke.sh @@ -18,7 +18,7 @@ garage status garage key list garage bucket list -dd if=/dev/urandom of=/tmp/garage.1.rnd bs=512k count=1 +dd if=/dev/urandom of=/tmp/garage.1.rnd bs=1k count=2 # < INLINE_THRESHOLD = 3072 bytes dd if=/dev/urandom of=/tmp/garage.2.rnd bs=1M count=5 dd if=/dev/urandom of=/tmp/garage.3.rnd bs=1M count=10