Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA-379329: check for missing iSCSI sessions and reconnect #627

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 26, 2023

  1. CA-379329: check for missing iSCSI sessions and reconnect

    If, when an iSCSI SR is attached, some of the paths are not reachable
    they will not be subsequently connected should the connectivity issues
    be resolved, without detaching the SR or rebooting the host. Neither
    of these options give a good experience for users of the software. Add
    a systemd timer which will, periodically (default 10 minutes), ask
    each SR to do SR specific "health" checks. Currently only a checker
    for the iSCSI sessions is present but more can be added to this
    pattern in the future as needs arise.
    
    Signed-off-by: Mark Syms <[email protected]>
    MarkSymsCtx committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8fea0eb View commit details
    Browse the repository at this point in the history