Skip to content

SRE-3236 LUA-LMOD hack fix for Leap 15.6#16675

Merged
daltonbohning merged 1 commit intomasterfrom
malmberg/sre-3236-b
Jul 29, 2025
Merged

SRE-3236 LUA-LMOD hack fix for Leap 15.6#16675
daltonbohning merged 1 commit intomasterfrom
malmberg/sre-3236-b

Conversation

@JohnMalmberg
Copy link
Contributor

ci/provisioning/post_provision_config_nodes_LEAP.sh:
Something in Leap-15.6 added an additional dependency of the distro
provided lua-lmod that is not removed when lua-lmod is removed and
blocks the install of the newer lua-lmod.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

ci/provisioning/post_provision_config_nodes_LEAP.sh:
  Something in Leap-15.6 added an additional dependency of the distro
  provided lua-lmod that is not removed when lua-lmod is removed and
  blocks the install of the newer lua-lmod.

Signed-off-by: John E. Malmberg <john.malmberg@hpe.com>
@github-actions
Copy link

Errors are component not formatted correctly,Unable to load ticket data
https://daosio.atlassian.net/browse/SRE-3236

@daltonbohning
Copy link
Contributor

Testing Functional on leap in #16677 since I don't have permission to retrigger this PR

@daltonbohning daltonbohning requested a review from a team July 29, 2025 18:37
@daltonbohning daltonbohning added the forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed. label Jul 29, 2025
@daltonbohning
Copy link
Contributor

Build stages + Functional on Leap passed on this separate test PR:
https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos/job/PR-16677/3/pipeline-overview/

@daltonbohning daltonbohning merged commit ee48c5e into master Jul 29, 2025
68 of 98 checks passed
@daltonbohning daltonbohning deleted the malmberg/sre-3236-b branch July 29, 2025 18:37
grom72 added a commit that referenced this pull request Mar 19, 2026
It was detected that lua-lmod must be upgraded manually for
validation on Leap 15.6. See #16973 #16675 #16531 #16224.

The same solution is required to build DAOS on leap 15.6.
Without this fix lua-lmod can detect openmpi resulting in incomplete
DAOS build.
```
/usr/share/lmod/lmod/libexec/lmod python is-loaded mpi/openmpi3-x86_64
No mpirun found in path. Could not configure openmpi

/usr/share/lmod/lmod/libexec/lmod python is-loaded mpi/mpich-x86_64
No mpirun found in path. Could not configure mpich

No MPI installed

Skipping compilation for tests that need MPI
Install and load mpich or openmpi
```

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>

Doc-only: true
Cancel-prev-build: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

forced-landing The PR has known failures or has intentionally reduced testing, but should still be landed.

Development

Successfully merging this pull request may close these issues.

3 participants