From 04d55caef6c77ca7601a833cf45027d3c0305cbd Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 25 Jun 2022 12:58:00 +0200 Subject: [PATCH] only one ssd pool --- nodes/home.server.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nodes/home.server.py b/nodes/home.server.py index 948ef39..75af71c 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -148,17 +148,16 @@ ], }, 'ssd': { - 'type': 'mirror', 'devices': [ '/dev/disk/by-id/nvme-SAMSUNG_MZVL22T0HBLB-00B00_S677NF0RA01551-part3', - '/dev/disk/by-id/nvme-KINGSTON_SNVS500G_50026B7685A7B988-part1', ], }, - 'cache': { - 'devices': [ - '/dev/disk/by-id/nvme-SAMSUNG_MZVL22T0HBLB-00B00_S677NF0RA01551-part4', - ], }, + 'datasets': { + 'ssd/nextcloud-appdata': { + 'mountpoint': '/var/lib/nextcloud/appdata_oci6dw1woodz', + 'backup': False, + } }, }, },