Migrate from Cephtest to Ceph
This commit is contained in:
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "cronicle" {
|
||||
#mountpoint{
|
||||
# key = "0"
|
||||
# slot = 0
|
||||
# storage = "Cephtest"
|
||||
# storage = "Ceph"
|
||||
# mp = "/ceph"
|
||||
# size = "200G"
|
||||
#}
|
||||
|
||||
4
grail.tf
4
grail.tf
@@ -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"
|
||||
#}
|
||||
|
||||
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "promgraph" {
|
||||
# mountpoint{
|
||||
# key = "0"
|
||||
# slot = 0
|
||||
# storage = "Cephtest"
|
||||
# storage = "Ceph"
|
||||
# mp = "/data"
|
||||
# size = "400G"
|
||||
#}
|
||||
|
||||
2
wikmd.tf
2
wikmd.tf
@@ -25,7 +25,7 @@ resource "proxmox_lxc" "wikmd" {
|
||||
mountpoint{
|
||||
key = "0"
|
||||
slot = 0
|
||||
storage = "Cephtest"
|
||||
storage = "Ceph "
|
||||
mp = "/data"
|
||||
size = "400G"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user