From fdba12f98c513a802ba5c8011d13e51bb539551e Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:46:36 -0600 Subject: [PATCH] test remove all disks --- nas.tf | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/nas.tf b/nas.tf index 31dd14a..aa57f2e 100644 --- a/nas.tf +++ b/nas.tf @@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "nas" { # VM Memory Settings memory = 4024 - disks { + #disks { #ide { # ide0 { # cdrom { @@ -31,37 +31,37 @@ resource "proxmox_vm_qemu" "nas" { # } # } #} - virtio { + #virtio { #virtio2 { # cdrom { # iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso" # } #} - virtio0 { - #This must match the template's drive or it will not use template's drive as root - #root disk - disk{ - asyncio = "native" - discard = "true" - iothread = "true" - size = "42G" - storage = "local-lvm" - format = "raw" - } - } - virtio1 { - #bulk disk - disk { - asyncio = "native" - backup = "false" - iothread = "true" - size = "8T" - storage = "local-lvm" - format = "raw" - } - } - } - } + #virtio0 { + # #This must match the template's drive or it will not use template's drive as root + # #root disk + # disk{ + # asyncio = "native" + # discard = "true" + # iothread = "true" + # size = "42G" + # storage = "local-lvm" + # format = "raw" + # } + #} + #virtio1 { + # #bulk disk + # disk { + # asyncio = "native" + # backup = "false" + # iothread = "true" + # size = "8T" + # storage = "local-lvm" + # format = "raw" + # } + #} + #} + #} # VM Network Settings network {