For Windows to properly report used memory to PVE you need:
- Virtio Balloon driver and service installed and running (installed and enabled automatically with the VirtIO ISO installer). Don't confuse this with QEMU Agent, which does different...
No. It is read completely, to seek and find modified chunks. Look at "write: 0 B/s" in every line ;-)
In a simplified nutshell: the source is read chunk by chunk. The chunk is hashed. That checksum is sent to the PBS. The PBS notices that a...
why I won't see any snapshot being taken of the VM during the backup
As far as i know, for backups qemu creates it's own "snapshot", there are no snapshots created on the storage / file system itself.
snapshot as volume chain
That's for...
Hi, @pulipulichen
You posted only a screenshot and to make matters worse, it doesn't show all the logs' content (the wrapped parts).
If we could see the log in the CODE blocks (this < / > icon above), maybe we could help more.
Anyway, what I...
Full read of VM's source disk is required when VM is shutdown.
Then Dirty map skip full read only on next backup, because dirty map is managed by qemu process of the VM
The config file is already included in the backup archive.
How I solved it:
You can write a note to each VM. I added the "qm set ..." commands as a note. So after a restore I just copy the commands from the restored note and paste it into the...
Greentigs,
I have put a Proxmox training manual together for my team (and others) and I would like to offer it here for review/use by the community. This is not intended to be a technical deep-dive, rather a practical point-to-point to help...
@nvanaert I'm also having this issue at the moment, both on 9.1.1 and 9.1.5. In my case it's only happening when I'm using an Autounattend.xml file to automatically install it as part of a CI workflow, but you might find this useful in...
Your cpupower frequency-info output on the R740 is the key here:
no or unknown cpufreq driver is active on this CPU
Your working R730 has intel_cpufreq with the performance governor. The R740 has no frequency scaling driver at all. So the Xeon...
Router and Proxmox (when firewall not used) has nothing to do with network between guests.
Try with enabling local Administrator.
EDIT: Try disabling guest's Windows firewall
no, I suggest you one way.
ZFS is the way for multi boot disks, but it's slower because the overhead for checksum and integrity, even more with none datacenter drives.
ZFS is enterprise oriented.
has nothing to do with network between guests.
triple check within your guests.
No third party app within guest ?
Have you multiple Windows accounts ? Windows 11 lock out account after multiple failure.
edit: do you use hostname to connect ? if...