Sorry for the late reply but wanted to leave this here for others that run into this.
I think this happens because macOS doesn't have a balloon driver. I ran into the same thing where OS X always shows 100% memory usage. In my adventures with OS...
I know this doesn’t answer the copy/paste part directly, but when I was trying to find an OS X / macOS QEMU guest agent this thread was the #1 result that kept coming up.
I never actually found one that had decent compatibility so I ended up...
Before mounting the NFS share inside your PBS VM you may want to set a immutable flag to the mount directory with chattr +i <directory>
If you don't do that and your NFS share is not mounted for whatever reason PBS may write data to this...
10year old ceph blog, also apply for zfs
https://ceph.io/en/news/blog/2014/ceph-how-to-test-if-your-ssd-is-suitable-as-a-journal-device/
https://www.sebastien-han.fr/blog/2014/10/10/ceph-how-to-test-if-your-ssd-is-suitable-as-a-journal-device/...
After presenting my modified ISO in the German forum section some time ago, the optimized version is now available in English.
Since I came up with the method for migration with minimal downtime, I have more good news today.
It is possible to...
You need to understand how backup works. Specifically in stop mode:
VM is running
PVE tries to do a shutdown of the VM:
If QEMU Agent is configured and running, shutdown signal is issued with it.
Else, sends an ACPI signal which guest OS may or...