Updated Warewulf SOS Plugin
Modify the `wwctl container list` command to use -l to gather more information. Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com> Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
b89324d537
commit
a880de2626
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user