@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
According to earlier info, it should add schedule + LTR and has done so before
But I will try to make any change just to have it to reread the conf
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.