Migrate from Cephtest to Ceph

This commit is contained in:
tolerryan
2025-01-14 01:10:22 -06:00
parent 5903730e99
commit 9a1cdede04
5 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ resource "proxmox_vm_qemu" "grail" {
ide {
ide2 {
cloudinit {
storage = "Cephtest"
storage = "Ceph"
}
}
}
@@ -43,7 +43,7 @@ resource "proxmox_vm_qemu" "grail" {
#mountpoint{
# key = "0"
# slot = 0
# storage = "Cephtest"
# storage = "Ceph"
# mp = "/data"
# size = "400G"
#}