Update Warewulf to 4.7.0#2592
Open
middelkoopt wants to merge 1 commit into
Open
Conversation
* warewulf-ohpc has been updated to v4.7.0. On openEuler, the tftpboot
directory has moved from /srv/tftpboot to /var/lib/tftpboot to align
with upstream defaults. Users upgrading from a previous
warewulf-ohpc release should migrate manually before upgrading:
# mv /srv/tftpboot /var/lib/tftpboot
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
Contributor
Author
|
Using CI to get an openEuler built version to test. |
📦 Package Count Analysis ResultsEnvironment: UBI 10 Container 🏭 Factory RepositoriesStatus: ✅ Factory repositories analysis completed successfully
Analysis performed by OpenHPC Package Count CI |
Contributor
Author
|
Tested on rocky-10 and almalinux-10 on aarch64 with a M3 mac. |
🚀 CCache Statistics
📊 Detailed StatisticsopenEuler (aarch64)openEuler (x86_64)RHEL (aarch64/gnu15)RHEL (x86_64/gnu15)RHEL (x86_64/intel)🤖 Generated from workflow run |
Contributor
Author
|
Local tests for OpenEuler 24.03 SP3 pass for aarch64 on qemu on a M3 Mac. Ready for merge. |
Contributor
Author
|
x86_64 tested on rocky-10 and almalinux-10 via qemu on debian 13 |
Contributor
Author
|
OpenEuler finally passed on x86_64. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warewulf-ohpc has been updated to v4.7.0.
On openEuler, the tftpboot directory has moved from /srv/tftpboot to /var/lib/tftpboot to align with upstream defaults. Users upgrading from a previous warewulf-ohpc release should migrate manually before upgrading:
mv /srv/tftpboot /var/lib/tftpboot