Comment 13 for bug 1804261

Revision history for this message
James Page (james-page) wrote : Re: Ceph OSD unit requires reboot if it boots before vault

GROKing the code:

    tries = os.environ.get('CEPH_VOLUME_SYSTEMD_TRIES', 30)
    interval = os.environ.get('CEPH_VOLUME_SYSTEMD_INTERVAL', 5)

30 x 5 = 150 seconds until ceph volume gives up.