From b11e964ba180832aa7b33fdfac6de86a702900a5 Mon Sep 17 00:00:00 2001 From: Ryan Walder Date: Mon, 25 Jul 2022 12:45:19 +0100 Subject: [PATCH] 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 --- docs/Downloaders/qBittorrent/Basic-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Downloaders/qBittorrent/Basic-Setup.md b/docs/Downloaders/qBittorrent/Basic-Setup.md index ee31553aa..cdb009401 100644 --- a/docs/Downloaders/qBittorrent/Basic-Setup.md +++ b/docs/Downloaders/qBittorrent/Basic-Setup.md @@ -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`**