From d54320d6563cba3d74bab0c413c888c4bcde4a91 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:21:03 -0600 Subject: [PATCH] comment out root drive --- nas.tf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/nas.tf b/nas.tf index 08d7457..d8d7dac 100644 --- a/nas.tf +++ b/nas.tf @@ -37,17 +37,17 @@ resource "proxmox_vm_qemu" "nas" { # iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso" # } #} - virtio0 { - #root disk - disk{ - asyncio = "native" - discard = "true" - iothread = "true" - size = "140G" - storage = "local-lvm" - format = "raw" - } - } + #virtio0 { + # #root disk + # disk{ + # asyncio = "native" + # discard = "true" + # iothread = "true" + 3 size = "140G" + # storage = "local-lvm" + # format = "raw" + # } + #} virtio1 { #bulk disk disk {