Moving some iamges to CephSSD

This commit is contained in:
tolerryan
2025-08-17 23:01:50 -05:00
parent b09dfb1ba6
commit 4e059b8330
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "debcache" {
mountpoint{ mountpoint{
key = "0" key = "0"
slot = 0 slot = 0
storage = "Ceph" storage = "CephSSD"
mp = "/var/cache/apt-cacher-ng" mp = "/var/cache/apt-cacher-ng"
size = "200G" size = "200G"
} }

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "wikmd" {
mountpoint{ mountpoint{
key = "0" key = "0"
slot = 0 slot = 0
storage = "Ceph" storage = "CephSSD"
mp = "/data" mp = "/data"
size = "400G" size = "400G"