Jonathon Anderson
Jonathon Anderson
I'd like to use MVAPICH with Fuzzball. Fuzzball supports PMIx, as does MVAPICH [1], but PMIx support isn't available in the OHPC builds of MVAPICH. I think we just need...
Apptainer should support an optional progress indicator during push, with percentage complete as well as bytes transferred / total bytes to transfer.
The `--contain` and `--workdir` options (and related environment variables, e.g., `APPTAINER_WORKDIR`) should be implemented for the `apptainer build` command, and should behave similarly to how they behave for `apptainer exec`....
Host overlays retain replaced files on the host at "${location}.wwbackup"; but this is only implemented when the source if a `.ww` template or a symlink. The behavior should be present...
When the host overlay is being deployed, it does not replace a symlink at the target, even though the logs indicate that it does. ``` # echo "testing" >/var/lib/warewulf/overlays/host/etc/test-file #...
Signed-off-by: Jonathon Anderson
We recently encountered a situation where `wwctl overlay edit host etc/passwd.ww` was run by mistake. The resultant `vi` session was quit with `:q!` in an attempt to quit without writing...
Running `wwctl overlay build` causes the host overlay to be deployed on the Warewulf server. I think this is confusing/surprising compared to how overlays are handled with compute nodes: that...
I think the `.` in `uid./gid not synced` is erroneous. Ported from https://github.com/anderbubble/warewulf/pull/1
Recently I accidentailly used `wwctl node set --profile` to set a node to a non-existent profile. I was renaming a profile (from "default" to "openhpc") and subsequently edited the profile...