@gduperrey
Installed on home lab via rolling pool update and both host updated no issues and vms migrated back to 2nd host as expected this time. fingers crossed work servers have the same luck.
I do have open support ticket from last round of updates for work servers. Waiting for response before installing patches.
Ok just read the code and found my answer
It was a typo it is repo-gpgcheck not repo_gpgcheck
repo_gpgcheck = (None if getStrAttribute(i, ['repo-gpgcheck'], default=None) is None
else getBoolAttribute(i, ['repo-gpgcheck']))
gpgcheck = (None if getStrAttribute(i, ['gpgcheck'], default=None) is None
else getBoolAttribute(i, ['gpgcheck']))
@Pilow said:
@ph7 try to put RETENTION to 1 in the schedule, as you are using LTR parameters
I was running the shedule with 20 mins backup retention and it is running fine together with the LTR
And here is the manual I ran at 14:56 removed
[image: 1775140196713-screenshot-2026-04-02-at-16-28-13-backup.png]
Different use cases: Ceph is better with more hosts (at least 6 or 7 minimum) while XOSTOR is better between 3 to 7/8.
We might have better Ceph support in the future for large clusters.