From 8f4d05faf567ccbb521240a39051d063d6695e2d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 20 Aug 2020 01:52:51 +0200 Subject: s2-thetys: use zfs on recording disk --- inventory/host_vars/s2-thetys.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'inventory/host_vars/s2-thetys.yml') diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml index 46c48424..6ab3eba1 100644 --- a/inventory/host_vars/s2-thetys.yml +++ b/inventory/host_vars/s2-thetys.yml @@ -27,6 +27,7 @@ apt_repo_components: - contrib - non-free ## for microcode updates + docker_pkg_provider: docker-com docker_pkg_name: docker-ce @@ -47,6 +48,17 @@ kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 42 kubernetes_standalone_cni_variant: with-portmap + +zfs_arc_size: + min: "{{ 2 * 1024 * 1024 * 1024 }}" + max: "{{ 4 * 1024 * 1024 * 1024 }}" + +zfs_zpools: + storage: + mountpoint: /srv/storage + create_vdevs: /dev/disk/by-id/ata-WDC_WD5000LPVX-22V0TT0_WD-WX81AB371127-part1 + +rtmp_streamer_base_path: /srv/storage/streamer rtmp_streamer_inst_name: feed rtmp_streamer_nginx_image_version: 2020-04-29.7 rtmp_streamer_decklink_card: "DeckLink Mini Recorder" -- cgit v1.2.3