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

Added iSCSI multipath status to the API #934

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 4, 2024

  1. Added iSCSI multipath status to the API

    In this commit the multipath status is available in the following
    endpoint:
    /ovirt-engine/api/hosts/xxxx/storage
    
    A new field has been added <available_paths> that represents the
    multipaths that are NOT faulty as an integer value. This is useful for monitoring (you can
    compare 'available_paths' to 'paths' and trigger an alert when
    'available_paths' is lower than 'paths'.
    
    Signed-off-by: Brooklyn Dewolf <[email protected]>
    Brooklyn authored and sandrobonazzola committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e2b56c5 View commit details
    Browse the repository at this point in the history