Update grail and nas to match manual changes

This commit is contained in:
tolerryan
2025-07-24 22:13:18 -05:00
parent 3d4b12a9fe
commit 54f0c87194
2 changed files with 5 additions and 5 deletions

View File

@@ -26,9 +26,9 @@ resource "proxmox_lxc" "grail" {
key = "1" key = "1"
slot = 1 slot = 1
# Dir on host # Dir on host
storage = "/omv/media" storage = "/media"
# volume is needed as a workaround for bug # volume is needed as a workaround for bug
volume = "/omv/media" volume = "/media"
# mountpoint within container # mountpoint within container
mp = "/media" mp = "/media"
# This is ignored as mount point is used. but must be defined # This is ignored as mount point is used. but must be defined
@@ -39,9 +39,9 @@ resource "proxmox_lxc" "grail" {
key = "2" key = "2"
slot = 2 slot = 2
# Dir on host # Dir on host
storage = "/omv/downloads" storage = "/downloads"
# volume is needed as a workaround for bug # volume is needed as a workaround for bug
volume = "/omv/downloads" volume = "/downloads"
# mountpoint within container # mountpoint within container
mp = "/downloads" mp = "/downloads"
# This is ignored as mount point is used. but must be defined # This is ignored as mount point is used. but must be defined

2
nas.tf
View File

@@ -51,7 +51,7 @@ resource "proxmox_vm_qemu" "nas" {
backup = "false" backup = "false"
iothread = "true" iothread = "true"
size = "8T" size = "8T"
storage = "watari" storage = "Ceph"
format = "raw" format = "raw"
} }
} }