set the right path

opennas

New Member
Apr 7, 2024
4
0
1
Hi everyone... I'm a beginner, have patience.. I can't understand and do how to change the download folder in qbittorrent lxc. I created a ZFS data pool with two disks and connected to proxomox. Can anyone teach me how to create the right path??
 
I can tell you this, it's not a great idea to run torrents on ZFS due to COW, you'll get write amplification due to all the little updates all over the place.

Download your torrent onto a "standard" native filesystem such as ext4 or XFS, and then move the downloaded file over to ZFS when it's done downloading. And turn off "atime" on the ZFS dataset if you're uploading/seeding (although that's a good idea anyway)

https://github.com/tteck/Proxmox/discussions/1416
 
  • Like
Reactions: opennas
I can tell you this, it's not a great idea to run torrents on ZFS due to COW, you'll get write amplification due to all the little updates all over the place.

Download your torrent onto a "standard" native filesystem such as ext4 or XFS, and then move the downloaded file over to ZFS when it's done downloading. And turn off "atime" on the ZFS dataset if you're uploading/seeding (although that's a good idea anyway)

https://github.com/tteck/Proxmox/discussions/1416
sorry if I answer now ... so I consume me to create a download folder where Proxmox is installed (I don't have other records available) and then transfer everything to the ZFS ??