Comment 34 for bug 1719436

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (master)

Reviewed: https://review.openstack.org/551303
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-mon/commit/?id=8134a12bc512369dbb3dc0fe853e87097812eff8
Submitter: Zuul
Branch: master

commit 8134a12bc512369dbb3dc0fe853e87097812eff8
Author: Frode Nordahl <email address hidden>
Date: Fri Mar 9 15:51:13 2018 +0100

    Increase timeout and remove empty keyring for ceph-create-keys

    Sync relevant changes from charms.ceph.

    Default timeout of ceph-create-keys of 600 seconds is not
    adequate in all circumstances.

    When ceph-create-keys times out it leaves a empty keyring.
    The retry attempt will fail as long as the empty keyring exists.
    Remove it before retry attempt.

    Change-Id: I914be8a5a7dcd9676438de92bba7f91283232837
    Closes-Bug: #1719436