if you press the shutdown button via proxmox gui it will shut down and stay turned off, however if it is done via the guest OS it will turn back on (with HA enabled) - i also noticed this coming from vmware and its annoying, proxmox has some...
If I recall correctly it's entirely possible to use ZFS with HW-RAID if (and only if!) you don't build a pool but instead uses the virtual disc provided by the RAID-Controller in a single-device-pool. @Falk R. mentioned such a setup in the...
Ich habe da nicht so viel Ahnung von Customer Hardware, aber HM80 und HM90 habe ich schon oft mit diesen Problemen gehört. Komischerweise treten da die Fehler nicht auf wenn man ein nacktes Debian13 installiert. Entweder mögen die Dinger keine...
Das kommt drauf an wie deine DELL ME4 konfiguriert ist. Warum hast du eigentlich 8 Pfade? Default und Empfehlung DELL sind 4 Pfade.
Nutzt du einen Thin Pool in der ME?
One could take a good hard look at the command line options of virtiofsd to see what else makes sense in the context of PVE. Exposing --readonly might be a good idea, for example.
Since you suggested it I'll go and open a ticket.
Thats an unreasonable metric. "maximum" means nothing here. All you can do is use best practices for your guest OS. whether that yields acceptable results is up to the operator to determine- slow storage will impact your experience way more then...
I have recently stood up a 3-node cluster and enabled HA for my VM's upon creation. I noticed that shutting a VM down from inside the guest OS or via the CLI or web UI, HA always restarts it.
I guess this is by design, but coming from vSphere...
Moin!
I'm running a PVE node with a VyOS guest and since 7.0.14-8 TCP inside GRE/gretap tunnels terminating in that VM drops to <1 Mbit/s. UDP/ICMP in the same tunnels and non-tunneled TCP are unaffected. No errors logged on host or guest...
Ok will try tomorrow. What would the command look like to throw in on the PVE?
So you are suggesting making 1+1 mirror with 2 disks. Then throw all the 5 mirrors in a VDEV that in my world "looks" like a HW RAID10.
I noticed I can make the...
Hi all,
I'm running into an issue with a 6-node Proxmox cluster connected to a Dell PowerStore and an older Compellent 5020. We're about to add a second cluster of 4 hosts, and we don't have HA set up yet.
While migrating VMs recently, a couple...
Hello, @SInisterPisces
You have probably studied this already, but just in case I'm giving the link to the fragment on the subject:
https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_network_device
- section "Multiqueue".
It gives technical...
End-users shouldn't need access to the proxmox webui at all.
Why not just setup remote desktop access in-vm with the usual tools, RDP and/or Nomachine NX? As the admin of the proxmox box you don't want them changing cpu/ram allocation, etc or...
Moving the config file doesn't stop the VM; nothing watches /etc/pve and kills a running kvm process when its config moves away. All you've changed is which node PVE thinks owns the guest, so the process on vm1 carries on running and writing to...
PVE 9 ships ZFS 2.4 (since january 2026) - and with the update from ZFS 2.3 -> 2.4 the library-packages got a soname bump (libzpool6 -> libzpool7, libzfs6 -> libzfs7).
As both versions of the library can co-exist on a system (in case any old...
Qemu also offers a sandboxing functionality, which would work very well alongside apparmor.
This one uses seccom to block dangerous syscalls and has few other protections.
It can currently be activated by setting the -args: -sandbox on
I've been...
Hey H@rald,
Community members have shared scripts in the past, so unless a policy change has occurred, I'm sure you'd be welcome to link to a GitHub repository or something similar. I suspect that as China is moving away from the likes of...
Issue was fixed for me with the following:
C:\Program Files\Veeam\Plugins\PVE\Service
Edit appsettings.json
VmbApiPreReadQueueDepth - change from 32 to 4, restart services
Thanks for the info I'll look into both suggestions. And yes we plan to get updated to the next distro at our next maintenance cycle.
Appreciate the feedback.