Migrate from Cephtest to Ceph
This commit is contained in:
@@ -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"
|
||||||
#}
|
#}
|
||||||
|
|||||||
4
grail.tf
4
grail.tf
@@ -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"
|
||||||
#}
|
#}
|
||||||
|
|||||||
@@ -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"
|
||||||
#}
|
#}
|
||||||
|
|||||||
2
wikmd.tf
2
wikmd.tf
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user