mount point for grail

This commit is contained in:
tolerryan
2025-02-15 23:03:13 -06:00
parent dac3997a16
commit 1208c42c98
3 changed files with 17 additions and 65 deletions

View File

@@ -25,17 +25,27 @@ resource "proxmox_lxc" "grail" {
mountpoint{
key = "1"
slot = 1
storage = "watari"
mp = "/data"
size = "10T"
# Dir on host
storage = "/omv/media"
# volume is needed as a workaround for bug
volume = "/omv/media"
# mountpoint within container
mp = "/media"
# This is ignored as mount point is used. but must be defined
size = "10G"
}
mountpoint{
key = "2"
slot = 2
storage = "watari"
mp = "/downloads"
size = "5T"
# Dir on host
storage = "/omv/downloads"
# volume is needed as a workaround for bug
volume = "/omv/downloads"
# mountpoint within container
mp = "/downloads"
# This is ignored as mount point is used. but must be defined
size = "10G"
}
network {