mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-09-15 13:50:11 +03:00
![]() When running ztest under the CI a common failure mode is for the underlying filesystem to run out of available free space. Since the storage associated with a GitHub-hosted running is fixed, we instead create a pool and use a compressed ZFS dataset to store the ztest vdev files. This significantly increases the available capacity since the data written by ztest is highly compressible. A compression ratio of over 40:1 is conservatively achieved using the default lz4 compression. Autotrimming is enabled to ensure freed blocks are discarded from the backing cipool vdev file. Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #17501 |
||
---|---|---|
.. | ||
codeql/custom-queries/cpp | ||
ISSUE_TEMPLATE | ||
workflows | ||
codecov.yml | ||
codeql-cpp.yml | ||
codeql-python.yml | ||
CONTRIBUTING.md | ||
no-response.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
stale.yml |