From 3cdd6ce6ba9f176efe865e6eab0483e2b7fdd843 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 27 Apr 2022 05:42:11 +0200 Subject: [PATCH] kunsi-p15s: add zfs dataset for /video --- nodes/kunsi-p14s.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index 546d052..b622702 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -188,6 +188,12 @@ nodes['kunsi-p14s'] = { 'bundle:vmhost', }, }, + 'zroot/system/video': { + 'mountpoint': '/video', + 'needed_by': { + 'bundle:voc-tracker-worker', + }, + }, 'zroot/system/root': { 'canmount': 'noauto', 'mountpoint': '/', @@ -206,6 +212,7 @@ nodes['kunsi-p14s'] = { 'snapshot_never': { 'zroot/movies', 'zroot/system/journal', + 'zroot/system/video', }, }, },