#7971 [RFE] Include hint for replication_wait_timeout if timeout fails
Closed: fixed 5 years ago by frenaud. Opened 5 years ago by rcritten.

Request for enhancement

As an administrator trying to install a replica if waiting for the CA admin times out there is no clear indication of what should be done.

A hint for replication_wait_timeout could be added to setup_admin in dogtaginstance.py as well as including a log message with the amount of time that the method will wait.

This would be done by creating /etc/ipa/installer.conf with the contents:

[global]
replication_wait_timeout=SECONDS

The default is 300 (5 minutes).


Does the timeout actually work? I know of some cases in which a timeout increase does not work. For example to increase service start timeout, it is also necessary to modify the systemd service file to increase the timeout there.

It is just a client-side waiting loop so it should be fine.

Metadata Update from @rcritten:
- Issue assigned to rcritten

5 years ago

Metadata Update from @rcritten:
- Issue set to the milestone: FreeIPA 4.8.1

5 years ago

master:

  • faf34fc Replace replication_wait_timeout with certmonger_wait_timeout
  • 5403598 Log the replication wait timeout for debugging purposes
  • adf2eab Log dogtag auth timeout in install, provide hint to increase it

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Metadata Update from @frenaud:
- Issue set to the milestone: FreeIPA 4.8.2 (was: FreeIPA 4.8.1)

5 years ago

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/3374

5 years ago

Metadata Update from @frenaud:
- Issue set to the milestone: Future Releases (was: FreeIPA 4.8.2)

5 years ago

master:

  • 5db48f1 Add missing timeout option to logging statement

Metadata Update from @frenaud:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1715961

5 years ago

ipa-4-8:

  • 8704fb0 Replace replication_wait_timeout with certmonger_wait_timeout
  • c61a327 Log the replication wait timeout for debugging purposes
  • 02ff41d Log dogtag auth timeout in install, provide hint to increase it
  • e10c896 Add missing timeout option to logging statement

Metadata Update from @frenaud:
- Issue set to the milestone: FreeIPA 4.8.2 (was: Future Releases)

5 years ago

Log in to comment on this ticket.

Metadata