Skip to content

Commit

Permalink
Add warning to qBittorrent about ZFS/Pre-Allocate
Browse files Browse the repository at this point in the history
ZFS does not support fallocate[1] which means if the `pre-allocate`
option is set to true qBittorrent will error when adding torrent files

1. openzfs/zfs#326
  • Loading branch information
ryanwalder committed Jul 25, 2022
1 parent df8786e commit b11e964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Downloaders/qBittorrent/Basic-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

1. Pre-allocated disk space for the added torrents, this limits fragmentation and also makes sure if you use a cache drive or a feeder disk that the space is available.

!! warning Do not set Pre-allocated disk space if you are using ZFS as your filesystem as ZFS [does not support fallocate](https://github.com/openzfs/zfs/issues/326)

!!! check ""
**Suggested: `Enabled`**

Expand Down

0 comments on commit b11e964

Please sign in to comment.