Add warning to qBittorrent about ZFS/Pre-Allocate

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. https://github.com/openzfs/zfs/issues/326
pull/676/head
Ryan Walder 2 years ago
parent df8786e200
commit b11e964ba1
No known key found for this signature in database
GPG Key ID: 350052349934BA77

@ -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`**

Loading…
Cancel
Save