ipa-server-upgrade is always calling setup_lightweight_ca_key_retrieval() even if a previous upgrade already did the job.
The 2nd call should detect that upgrade already prepared the server for lightweight CA key retrieval and skip this part
The issue happens because of a typo in sysupgrade.state. The code is looking for
[dogtag] setup_lwca_key_retrieval = True
but the file contains
[dogtag] setup_lwca_key_retieval = True
(Note the missing r in retrieval).
Apparently there is no consequence on the server health, but this typo needs to be fixed.
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/2347
master:
ipa-4-7:
Metadata Update from @cheimes: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)