summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-01 00:52:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-01 00:52:46 +0200
commita6548067a3b530a01da6a3d75f2e3107028d41a3 (patch)
treeceb5c3f49423b5fd95b90328cbe2e22724b142d3
parentsyncoid/autosuspend: fix exception handling (diff)
add data disk to ch-vpn
-rw-r--r--inventory/host_vars/ch-vpn.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-vpn.yml b/inventory/host_vars/ch-vpn.yml
index 193d7417..d1dba82e 100644
--- a/inventory/host_vars/ch-vpn.yml
+++ b/inventory/host_vars/ch-vpn.yml
@@ -12,7 +12,12 @@ install:
sda:
type: zfs
name: root
- size: 20g
+ size: 10g
+ sdb:
+ type: zfs
+ backend: storage
+ name: data
+ size: 50g
interfaces:
- bridge: br-svc
name: svc0