From 54f0c87194f47e7e8999efa88af44e784b0c593d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:13:18 -0500 Subject: [PATCH] Update grail and nas to match manual changes --- grail.tf | 8 ++++---- nas.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/grail.tf b/grail.tf index d3c6486..736e743 100644 --- a/grail.tf +++ b/grail.tf @@ -26,9 +26,9 @@ resource "proxmox_lxc" "grail" { key = "1" slot = 1 # Dir on host - storage = "/omv/media" + storage = "/media" # volume is needed as a workaround for bug - volume = "/omv/media" + volume = "/media" # mountpoint within container mp = "/media" # This is ignored as mount point is used. but must be defined @@ -39,9 +39,9 @@ resource "proxmox_lxc" "grail" { key = "2" slot = 2 # Dir on host - storage = "/omv/downloads" + storage = "/downloads" # volume is needed as a workaround for bug - volume = "/omv/downloads" + volume = "/downloads" # mountpoint within container mp = "/downloads" # This is ignored as mount point is used. but must be defined diff --git a/nas.tf b/nas.tf index 9f3546f..8bc217f 100644 --- a/nas.tf +++ b/nas.tf @@ -51,7 +51,7 @@ resource "proxmox_vm_qemu" "nas" { backup = "false" iothread = "true" size = "8T" - storage = "watari" + storage = "Ceph" format = "raw" } }