diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 13:33:08 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 13:33:08 +0100 |
commit | e13fd0954395836cd99e7deaeca7d0b7050802ee (patch) | |
tree | 650f71f35e4b091b23c2e5fdf0cd65c3dde06975 /script/test-smoke.sh | |
parent | a92868504f611adb6966a89602a72ae022222116 (diff) | |
download | garage-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-x | script/test-smoke.sh | 2 |
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 |