Jonathon Anderson
Jonathon Anderson
Rebased to main.
Looking better. With this applied my containers still see their kernels now. ``` [janderson@rocky main]$ sudo wwctl container list CONTAINER NAME NODES KERNEL VERSION CREATION TIME MODIFICATION TIME SIZE alpine...
@mslacken does it build if you specify `wwctl container import --build`?
@mslacken I don't know why the `--build` option was there before; it doesn't appear that it did anything. Previously the behavior was to build if syncuser didn't have any complaints...
Rebased to main.
This was introduced in #1091. The error is that it only uses device names known to Warewulf to determine which devices are unmanaged. It should use device names _and_ mac...
Thanks for the report, @npadufrn. I've got it onto the roadmap.
Capturing notes from Slack: The image gets written to memory by [wwinit/init.](https://github.com/hpcng/warewulf/blob/main/overlays/wwinit/init) It should be happening [here](https://github.com/hpcng/warewulf/blob/main/overlays/wwinit/init): ``` mkdir /newroot mount wwroot /newroot -t tmpfs echo "Moving RAMFS to TMPFS"...
With this in place, it seems that the OS is interleaved properly yet something is still taking additional space (in the size of the whole image) from a single numa...
Taking a note from a (partially remembered) Slack community conversation: adding `noefi` to the kernel command line appeared to alleviate the issue of issue of the original ramdisk not being...