Merge pull request #1855 from ssimpson89/modify-sos-command

Updated Warewulf SOS Plugin
This commit is contained in:
Jonathon Anderson
2025-06-03 01:27:38 -06:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Updated 70-persistent-net.rules.ww to use `(lower $netdev.Type)` for case-insensitive comparison of "infiniband".
- Fixed a regression in SELinux support by restoring the `/run` mount during wwinit. #1910
### Changed
- Added `-l` flag to `wwctl image list` within the sos plugin for better reporting. #1855
### Removed
- Removed the gRPC API servers and client. #1876

View File

@@ -29,7 +29,7 @@ class Warewulf(Plugin, IndependentPlugin):
self.add_cmd_output([
"wwctl node list",
"wwctl node list -a",
"wwctl container list",
"wwctl image list -l",
"wwctl profile list",
"wwctl profile list -a",
"wwctl image kernels",