Jonathon Anderson

Results 267 comments of Jonathon Anderson

@mslacken I see you've added this to v4.5.0. This needs to go in, delaying the release? (Not an objection; just confirming.)

I'm not clear of the user-visible nature of this change. Can you provide an example?

@mslacken can you rebase on main?

@mslacken I still don't understand what this change is doing. Here's a run of `node list -a` from main: ``` [janderson@rocky main]$ sudo wwctl node list -a n1 NODE FIELD...

I'll check it again. Thanks for the clarification.

Fixed changelog to update correct release.

I'd like to add a test that renders the template as well.

@mslacken There appears to be a bug in the PR. Before applying this change, my container list showed correctly-detected kernel versions. ``` [janderson@rocky main]$ sudo wwctl container list CONTAINER NAME...

@mslacken here's the relevant debug output ``` [janderson@rocky main]$ sudo wwctl container list -d 2>&1 | grep 'found kernel' DEBUG : found kernel: /var/lib/warewulf/chroots/rocky-8/rootfs/usr/lib/modules/4.18.0-372.13.1.el8_6.x86_64/vmlinuz DEBUG : found kernel: /var/lib/warewulf/chroots/rocky-8-reimport/rootfs/usr/lib/modules/4.18.0-372.13.1.el8_6.x86_64/vmlinuz DEBUG...