Jonathon Anderson
Jonathon Anderson
I recently discovered the `update_configuration` utility in the Warewulf source. I think this would be generally useful, particularly as more people start using Warewulf 4 when it gets published in...
We should have manpages for warewulf.conf and nodes.conf that detail all the available settings and their acceptable values.
I suggest that NFS client option from `warewulf.conf` be refactored as attributes of nodes and profiles. This would allow different client configurations for different nodes without manual intervention in the...
After `wwctl container syncuser --write $container`, Warewulf should either display a recommendation to run `wwctl container build $container` or do so automatically.
I've been reading [the twelve-factor app docs](https://12factor.net/concurrency) and specifically this part: > Twelve-factor app processes [should never daemonize](http://dustin.github.com/2010/02/28/running-processes.html) or write PID files. Instead, rely on the operating system’s process manager...
One step further from #152, I propose that warewulfd, by default, especially when running in the foreground, should log to stdout, as indicated at https://12factor.net/logs The warewulf log file path,...
Importing a local container from a .tar appears to only work when a full path is specified. ``` # wwctl container import fuzzball-substrate-compute.tar fuzzball-substrate-compute ERROR : Could not import image:...
Warewulf is able to import containers from a variety of local container sources, but I wasn't able to discern how to do it from the docs I was able to...
The command `wwctl container import` should support the ability to import a container from stdin. This would allow importing containers directly from podman or docker without an intermediary file. ```...
I know there have been some discussions on how private vs public the actual overlay storage should be. @griznog and I went around on this a bit [on Slack](https://hpcng.slack.com/archives/C019X4EUFFW/p1656697009224079). I...