removing /data and /download from grail. it is network mounted
This commit is contained in:
13
grail.tf
13
grail.tf
@@ -47,19 +47,6 @@ resource "proxmox_lxc" "grail" {
|
||||
volume = "/media"
|
||||
}
|
||||
|
||||
mountpoint {
|
||||
key = "2"
|
||||
slot = 2
|
||||
# Dir on host
|
||||
storage = "/downloads"
|
||||
# volume is needed as a workaround for bug
|
||||
volume = "/downloads"
|
||||
# mountpoint within container
|
||||
mp = "/downloads"
|
||||
# This is ignored as mount point is used. but must be defined
|
||||
size = "10G"
|
||||
}
|
||||
|
||||
network {
|
||||
name = "eth0"
|
||||
bridge = "vmbr0"
|
||||
|
||||
Reference in New Issue
Block a user