FEATURE REQUEST: Please breakout args: conf parameter the user interface/options tab

shodan

Active Member
Sep 1, 2022
172
55
33
Hi,

I need to define "args"
There is no way to do this in the web user interface

Example command
Code:
args: -drive file=/var/lib/vz/images/103/vm-103-disk-0.qcow2,if=none,id=NVME1 -device nvme,drive=NVME1,serial=nvme-1

I think "args" should be set in the section of the UI called Options shown below

1736848616322.png
 
Hi,
that is intentional and will not change anytime soon. The custom args are root-only and CLI-only, because you can do arbitrary stuff with it. It seems what you want is support for NVME emulation, there is a bugzilla entry for that: https://bugzilla.proxmox.com/show_bug.cgi?id=2255