disable Hyper-V feature, so will be back to auto when you enable the Virtual Machine Platform Windows
interesting, will try to reproduce
Windows update ESU not implied ?
what is your physical CPU model ?
if device is not mounted, backups are written to / filesystem.
umount and delete backups if they exist in the mount point.
use chattr +i /mnt/.../proxback to prevent its usage when mount is missing.
Thanks for the tips ! But I won't be using it, changing all the containers and VM network configuration will be to much work and change in our infrastructure (~250 containers and VM on ~8 proxmox server). It is much easier to modify the proxmox...
One small thing to know (same as almost all vGPU/SR-IOV setups): the physical HDMI/DP ports cant be used in the VM's. You’ll access the VMs via Parsec, Moonlight, Looking Glass, or RDP/SPICE. The VMs themselves still see a full normal GPU inside...
Proxmox VE, with its default vmbr0 Linux bridge, acts like a hardware switch, it does not manage guests network configuration.
But you can block ipv6 with PVE Firewall. Enable it in each guest and each guests nic.
Then set NDP to "No" in each guest.
The root cause is the Proxmox firewall service (pve-firewall). When it starts, it sets net.ipv6.conf.all.forwarding=1 globally because VMs and containers need IPv6 packet forwarding to work. This happens even if the firewall is technically...
if PVE firewall ON , try
https://forum.proxmox.com/threads/turning-on-firewall-with-accept-policies-everywhere-makes-hosts-unreachable.182123/post-846186
Hello,
If you want to stop a vm that is in HA. You have to use the shutdown button in the Proxmox interface, that will change the HA state of your vm to "stopped".
If you shutdown your vm directly in the VM, HA don't see it so your VM will be...
You're trying to reinvent the wheel.
Moden backup strategies are differential, which means that they are
- content aware (via CBT)
- only transfer the changes
the "simple" vzdump process is not content aware, so you would have to resort to...
because compression is not reproductible.
rsync can't be efficient with compressed stream as data is mixed.
hook script at stop is the solution for your use case.
Once you have tried PBS, you will keep it.
Here PBS alongside PVE.
PBS...
There are MANY. A simple script of freeze, rdiff signature, rdiff delta, thaw would get you where you want to be. It would be harmless to run it nightly- hell, even every hour but you can also condition the run with a modified date check if that...