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" } }