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

zed: yoga merge #1264

Merged
merged 3 commits into from
Sep 6, 2024
Merged

zed: yoga merge #1264

merged 3 commits into from
Sep 6, 2024

Commits on Sep 2, 2024

  1. Add workaround for rc: -13 (#1108)

    I've commonly hit this when configuring prometheus:
    
    ```
    TASK [prometheus : Get container facts] *************************************************************************************************************************************
    Monday 24 June 2024  11:09:37 +0000 (0:00:08.528)       0:01:31.707 ***********
    fatal: [will-compute-01]: FAILED! => changed=false
      module_stderr: ''
      module_stdout: ''
      msg: |-
        MODULE FAILURE
        See stdout/stderr for the exact error
      rc: -13
    fatal: [will-compute-02]: FAILED! => changed=false
      module_stderr: ''
      module_stdout: ''
      msg: |-
        MODULE FAILURE
        See stdout/stderr for the exact error
      rc: -13
    ```
    
    The ControlPersist  workaround is documented in these bug reports:
    
    - ansible/ansible#78344
    - ansible/ansible#81777
    
    From the comments, It seems like this does not completely resolve the
    issue, but does decrease the frequency that you hit this.
    
    The Prometheus tasks seem particuarly susceptible as they run on
    every host.
    
    (cherry picked from commit 699769c)
    jovial authored and markgoddard committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf5332f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #1256 from stackhpc/yoga-workaround-rc-13

    yoga: Backport Add workaround for rc: -13 (#1108)
    markgoddard committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e643067 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    105690d View commit details
    Browse the repository at this point in the history