From 8d0c1da42d83fccc4c58b3ab7ac7555ee43695f1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 Apr 2024 21:07:51 +0200 Subject: sk-cloudio: enable autotrim on nvme based zfs pool --- inventory/host_vars/sk-cloudio/vars.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index b5c95965..ee4b8624 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -34,6 +34,9 @@ zfs_pools: storage: mountpoint: /srv/storage create_vdevs: mirror /dev/nvme0n1p3 /dev/nvme1n1p3 + properties: + ashift: 12 + autotrim: "on" zfs_sanoid_modules: storage/nextcloud: -- cgit v1.2.3