aboutsummaryrefslogtreecommitdiff
path: root/script/test-smoke.sh
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-12-06 13:33:08 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-12-06 13:33:08 +0100
commite13fd0954395836cd99e7deaeca7d0b7050802ee (patch)
tree650f71f35e4b091b23c2e5fdf0cd65c3dde06975 /script/test-smoke.sh
parenta92868504f611adb6966a89602a72ae022222116 (diff)
downloadgarage-e13fd0954395836cd99e7deaeca7d0b7050802ee.tar.gz
garage-e13fd0954395836cd99e7deaeca7d0b7050802ee.zip
Reduce garage.1.rnd size to store it inlinefeature/smoke-script
Diffstat (limited to 'script/test-smoke.sh')
-rwxr-xr-xscript/test-smoke.sh2
1 files changed, 1 insertions, 1 deletions
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