Skip to content

yoga: Backport Add workaround for rc: -13 (#1108)#1256

Merged
markgoddard merged 1 commit intostackhpc/yogafrom
yoga-workaround-rc-13
Sep 4, 2024
Merged

yoga: Backport Add workaround for rc: -13 (#1108)#1256
markgoddard merged 1 commit intostackhpc/yogafrom
yoga-workaround-rc-13

Conversation

@markgoddard
Copy link
Copy Markdown
Contributor

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:

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)

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)
@markgoddard markgoddard requested a review from a team as a code owner September 2, 2024 15:42
@markgoddard markgoddard self-assigned this Sep 2, 2024
@markgoddard markgoddard changed the title Add workaround for rc: -13 (#1108) yoga: Backport Add workaround for rc: -13 (#1108) Sep 2, 2024
@markgoddard markgoddard merged commit e643067 into stackhpc/yoga Sep 4, 2024
@markgoddard markgoddard deleted the yoga-workaround-rc-13 branch September 4, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants