there is no need to run a custom script. Just choose shutdown in the Eaton Power Protector. Proxmox will issue a "Bulk shutdown VMs and Containers" command. Afterwards it will power down.
try to enable fleecing option in backup scheduling advanced option.
when backup is running, the new writes are going first to the pbs storage and that can give you slowdown if the pbs is slow or have more lantency or have limited bandwidth.
The...
it's same as baremetal,
it's not a really Proxmox side.
You will find tutos online.
System disk need conversion to gpt, then make EFI boot partition to create EFI boot files.
BTW, Legacy Boot / SeaBIOS is not Secure Boot capable, and have not...
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...