Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Support storing files on ZFS #273

Merged
merged 1 commit into from Aug 11, 2017

Conversation

Projects
None yet
2 participants
Contributor

valgrind commented Aug 7, 2017

ZFS (At least the 0.6.5.6 version included with Ubuntu) will return st_blocks == 1 for all sizes of truncations I tested. Checking for <2 makes is possible to run a pipeline on ZFS.

Support storing files on ZFS
ZFS (At least the 0.6.5.6 version included with Ubuntu) will return st_blocks == 1 for all sizes of truncations I tested. Checking for <2 makes is possible to run a pipeline on ZFS.

@yipdw yipdw merged commit c2288f9 into ArchiveTeam:master Aug 11, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

yipdw added a commit that referenced this pull request Aug 11, 2017

@valgrind valgrind deleted the valgrind:patch-2 branch Aug 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment