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

OCPBUGS-38010: [release-4.16]: Skip firmware reset on devices the operator doesn't control #980

Merged
merged 5 commits into from
Aug 12, 2024

Commits on Aug 6, 2024

  1. implement RemovePfAppliedStatus function in store

    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba authored and zeeke committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ceee8e4 View commit details
    Browse the repository at this point in the history
  2. Remove store file on reset

    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba authored and zeeke committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e74bcf9 View commit details
    Browse the repository at this point in the history
  3. Skip firmware reset for devices we don't control

    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba authored and zeeke committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06b0ce5 View commit details
    Browse the repository at this point in the history
  4. implement functional test for both regular and externally manage

    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba authored and zeeke committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0e2542e View commit details
    Browse the repository at this point in the history
  5. Return error on mlx plugin on firmware reset check

    This commit makes the functions to return error if we are not able to
    read from the configuration cache on the node.
    
    Also this commit fix a bug when checking if a MLX card is controlled by
    the operator
    
    Signed-off-by: Sebastian Sch <sebassch@gmail.com>
    SchSeba authored and zeeke committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d2133d8 View commit details
    Browse the repository at this point in the history