Here is a follow-up on my initial post. I was running out of ideas, so I've decided to let Claude code SSH connect to my production host (because why not?). Figured it might be able to shed some new light on the issue.
Turns out it really did...
This is needed if you want to use iptables (used by pve-firewall) to have ip rules at bridge level.
why do you want to disable them ?
Alternatively, they shouldn't be needed by the new nftables based firewall (proxmox-firewall services), as...
Feature requests should be filed on bugzilla.proxmox.com since there is no guarantee that a staff member will read any post here. The bugzilla on the other hand is monitored by staff
i worked through this issue with PVE 9 and the RTX 50 series. Initially passthrough was working out of the box then I applied updates to 9.0.3 and it broke. I struggled for a couple of days to try to go back to the old kernel and couldn't get it...
The different keyring paths in your ceph.conf are normal — they're not a misconfiguration. PVE intentionally stores keyrings in different locations depending on whether they need to be shared cluster-wide or stay node-local:
- /etc/pve/priv/ —...
To get started, we need:
virtio-win ISO
win11 ISO
Next create VM, We need this:
OS — use w11 image
System — use SCSI controller — VirtIO SCSI | Bios OVMF (UEFI) and add TPM
Disk — VirtIO Block and minimal disk size 64 Gb
Add CD/DVD Drive to...
I might be wrong but if I recall correct RAIDZ (no matter which level) performs worse than a mirror or striped mirror setup. Of course this might be an acceptable tradeoff if one prefer the higher resilency. Or do you suggest to build a mirror...
Good point!! I did assume OP had at least a mirror of NVMe for special device. Should be a mirror of 3 to give it the same redundancy as the HDD part.
None of those settings will really help to increase performance on your big zpool on verify...
I'm guessing it's about the rm -rf /etc/iscsi/send_targets/initiator/. In my case tis is far from empty.
In my experience there is no need for step 3) and 4) but you do need to do 1) and 2) on all nodes.
Proxmox checks the used/free space of each (enabled) storage all the time, keeping it spinning. There are existing threads about this but I don't know if (or how) you could change that.
Grundsätzlich würde ich zuerst eine Sicherungskopie des Servers mit dem Kommandozeilenbefehl vzdump auf eine externe Festplatte durchführen.
Am einfachsten ist es, diese dann mit qmimport auf einen neuen Proxmox Server (neue Hardware, neue...
That is the recommended way still AFAIK. It seems odd but they can just run in node order. Migration doesn’t matter too much unless maybe you have one massive server?
There are other threads and a link to the bugzilla discussion/report somewhere...
Yes if you are not planning on connecting anything you can leave out the 20 bridge, but I would suggest you test this setup out before using it in a production environment.
Ideally setting up PVE in a VM where you then setup the network and use...