From 56fd0049f7d01b554007d49bf88c7a69fd565d38 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 12 Nov 2020 23:00:10 +0100 Subject: [PATCH] nodes/htz-cloud.luther: add zfs dataset for website root --- nodes/htz-cloud/luther.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodes/htz-cloud/luther.py b/nodes/htz-cloud/luther.py index 9cc06f3..4071797 100644 --- a/nodes/htz-cloud/luther.py +++ b/nodes/htz-cloud/luther.py @@ -68,6 +68,11 @@ nodes['htz-cloud.luther'] = { 'device': '/dev/sdb', }, }, + 'datasets': { + 'tank/luther-website': { + 'mountpoint': '/var/www/luther-ps', + }, + }, }, 'vm': { 'cpu': 1,