Replies: 3 comments
-
|
Additionally, when I try to follow the guide for disk passthrough on the proxmox registry, I get this error: │ Error: Missing required argument
│
│ on openmediavault.tf line 51, in resource "proxmox_virtual_environment_vm" "openmediavault":
│ 51: disk {
│
│ The argument "interface" is required, but no definition was found.
╵ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is the output of root@pve:~# qemu-img info /var/lib/vz/images/201/vm-201-disk-1.qcow2
image: /var/lib/vz/images/201/vm-201-disk-1.qcow2
file format: qcow2
virtual size: 20 GiB (21474836480 bytes)
disk size: 1.01 GiB
cluster_size: 65536
Format specific information:
compat: 1.1
compression type: zlib
lazy refcounts: false
refcount bits: 16
corrupt: false
extended l2: false
Child node '/file':
filename: /var/lib/vz/images/201/vm-201-disk-1.qcow2
protocol type: file
file length: 3 GiB (3221946368 bytes)
disk size: 1.01 GiB |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The issue was not defining a serial port in the resource. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried almost everything but couldn't reach an answer so I'm here.
I wanted to create a Debian VM using terraform that was configured using cloud-init. But I wanted the main disk to be an external NVMe that I have connected via usb to my host so the VM could fully manage it.
I reached this partial solution:
and I had this playbook to attach the external SSD:
but when I go to the proxmox WebUI I have an error saying:
this is the output after the scripts run:

and when I go to the console of the VM I get this screen:

Has anybody ever attempted this or has a solution?
Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions