#5482 upgrade logs invalid error message
Closed: Fixed None Opened 8 years ago by lkrispen.

If a replication topology is configured for ipaca and the ipa packages are upgraded an error message:

is logged, but this is not a real error

  Cleanup     : freeipa-python-4.2.90.201511201007GIT7f0d018-0.fc22.x86_64                                                                                                                                   16/16 
Failed to update CA topology configuration
  Verifying   : freeipa-admintools-4.2.90.201511240818GIT5e20891-0.fc22.x86_64

the upgrade does an ld.udate and if nothing needs to be changed returns 0, this is in two places:

        rv = ld.update([paths.CA_TOPOLOGY_ULDIF])
        if not rv:
            raise RuntimeError("Failed to update CA topology configuration")

master:

  • 801672c Remove invalid error messages from topology upgrade

Metadata Update from @lkrispen:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.3

7 years ago

Login to comment on this ticket.

Metadata