diff --git a/authelia.tf b/authelia.tf index 8628d5f..2215c08 100644 --- a/authelia.tf +++ b/authelia.tf @@ -25,7 +25,7 @@ resource "proxmox_lxc" "authelia" { mountpoint{ key = "0" slot = 0 - storage = "Ceph" + storage = "CephSSD" mp = "/data" size = "400G" } diff --git a/james.tf b/james.tf index 2499aa6..b89dfbb 100644 --- a/james.tf +++ b/james.tf @@ -25,7 +25,7 @@ resource "proxmox_lxc" "james" { mountpoint{ key = "0" slot = 0 - storage = "Ceph" + storage = "CephSSD" mp = "/data" # 300GB, terraform plugin is setting it to Ms size = "300000M" diff --git a/nas.tf b/nas.tf index 32b4c62..67bf66a 100644 --- a/nas.tf +++ b/nas.tf @@ -33,7 +33,7 @@ resource "proxmox_vm_qemu" "nas" { tablet = true tags = "terraform" target_nodes = [ - "ryuk", + "ryuk2", ] cpu { @@ -57,7 +57,7 @@ resource "proxmox_vm_qemu" "nas" { discard = true emulatessd = true format = "raw" - iothread = true + iothread = false readonly = false replicate = true serial = null @@ -66,9 +66,7 @@ resource "proxmox_vm_qemu" "nas" { wwn = null } } - } - virtio { - virtio0 { + scsi1 { disk { asyncio = "native" backup = false @@ -79,8 +77,8 @@ resource "proxmox_vm_qemu" "nas" { readonly = false replicate = false serial = null - size = "8T" - storage = "Ceph" + size = "12000G" + storage = "watari" wwn = null } }