I reduced the # of API calls by writing a shell function and doing some of the heavy lifting in JQ, but it's still a but clunky. Ok, thanks for confirming at least. Maybe this is something that can be improved in the future.
I have some maintenance scripts where I need to pause/resume a set of VMs on my PVE 9.1 cluster. I want this script to operate on all VMs that are set to auto-start (onboot=1)
I found the /nodes/{node}/qemu API endpoint, but sadly the onboot parameter is not included in its output.
I can get...
Same issue! PVE 9.1.1 + Synology DSM 7.3
I have tried setting
node.session.scan = manual in /etc/iscsi/iscsid.conf and then deleting the IPv6 nodes but that doesn't survive a reboot. Help!
Just adding here, I had a similar Code 43 issue that I was tearing my hair out over. Spent days trying to get it working. See github issue #387
In the end, I rolled a brand new VM (everything else stayed the same) and voila, it worked fine. Worth a try maybe?
Anything new/different here, 2 years and 2 major versions later? I'd also like to know if putting my 3 PVE 9 nodes behind a reverse proxy so I can access e.g. "proxmox.mydomain.lan" without worrying about which node might be up/down or rebooting etc...
So far so good, a few hours in
3-node cluster running PVE 9.0.11: (2x) Intel 285H + (1x) Intel 225H
Also running https://github.com/strongtz/i915-sriov-dkms for iGPU passthru, working...
Got it, thanks @patch Yes I updated to 6.14.8-2 just now and vfio is sort of working again for me with i915-sriov-dkms driver 2025.07.22 But, my Win11 vm isn't getting accelerated graphics anymore for some reason. But, the VFs are there
root@pve01:~# { dmesg | egrep 'VFs?$'; lspci | grep VGA; }...
Ah actually it does work, I just was editing the files on the wrong node..... doh!
This is all that is needed (I saved it as /etc/dnsmasq.d/dhcpnat/searchdomain.conf on all nodes...)
dhcp-option=tag:dhcpnat-10.0.0.0-24,option:domain-name,lab01...
I came looking for the same. Currently the VMs attached to my Simple dhcpsnat zone do not receive a default search domain from dnsmasq. I would like to supply something like "lab01" or "internal" etc. Is it possible?
Seems like we should be able to hand-edit the config files at e.g...