From d785352b2f83d226fa42a13b9132ce9a28b643e2 Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 20 Jun 2022 09:09:18 +0200 Subject: [PATCH] =?UTF-8?q?zfs:=20setze=20Reservation=20f=C3=BCr=20root-Da?= =?UTF-8?q?taset=20(#385)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/385 --- host_vars/pve2-test2.grote.lan.yml | 1 + host_vars/pve2.grote.lan.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/host_vars/pve2-test2.grote.lan.yml b/host_vars/pve2-test2.grote.lan.yml index e33c069e..133cd1e3 100644 --- a/host_vars/pve2-test2.grote.lan.yml +++ b/host_vars/pve2-test2.grote.lan.yml @@ -13,6 +13,7 @@ dnodesize: auto atime: on snapdir: hidden + reservation: 1G - dataset: rpool/vm state: present - dataset: rpool/vm/dir diff --git a/host_vars/pve2.grote.lan.yml b/host_vars/pve2.grote.lan.yml index 32132e10..f2e205aa 100644 --- a/host_vars/pve2.grote.lan.yml +++ b/host_vars/pve2.grote.lan.yml @@ -22,6 +22,7 @@ dnodesize: auto atime: on snapdir: hidden + reservation: 1G - dataset: rpool/vm state: present - dataset: rpool/vm/dir/fileserver2_test @@ -41,6 +42,7 @@ dnodesize: auto atime: on snapdir: hidden + reservation: 1G - dataset: hdd_data_raidz/papa_backup state: present - dataset: hdd_data_raidz/pve_backup