URL: https://github.com/freeipa/freeipa/pull/4304 Author: fcami Title: #4304: ipa-backup: Make sure all roles are installed on the current master. Action: opened
PR body: """ ipa-backup does not check whether the IPA master it is running on has all used roles installed. This can lead into situations where backups are done on a CAless or KRAless host when these roles are used in the IPA cluster. These backups cannot be used to restore a complete cluster.
With this change, ipa-backup checks what roles are installed on the current host and compares the resulting list to the list of used roles in the cluster. A --disable-role-check knob is also provided to restore the previous behavior.
Fixes: https://pagure.io/freeipa/issue/8217 Signed-off-by: François Cami fcami@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4304/head:pr4304 git checkout pr4304
URL: https://github.com/freeipa/freeipa/pull/4304 Author: fcami Title: #4304: ipa-backup: Make sure all roles are installed on the current master. Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4304/head:pr4304 git checkout pr4304
freeipa-devel@lists.fedorahosted.org