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

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "cronicle" {
#mountpoint{ #mountpoint{
# key = "0" # key = "0"
# slot = 0 # slot = 0
# storage = "Cephtest" # storage = "Ceph"
# mp = "/ceph" # mp = "/ceph"
# size = "200G" # size = "200G"
#} #}

View File

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

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "promgraph" {
# mountpoint{ # mountpoint{
# key = "0" # key = "0"
# slot = 0 # slot = 0
# storage = "Cephtest" # storage = "Ceph"
# mp = "/data" # mp = "/data"
# size = "400G" # size = "400G"
#} #}

View File

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

View File

@@ -25,7 +25,7 @@ resource "proxmox_lxc" "zabbix" {
mountpoint{ mountpoint{
key = "0" key = "0"
slot = 0 slot = 0
storage = "Cephtest" storage = "Ceph"
mp = "/ceph" mp = "/ceph"
size = "200G" size = "200G"
} }