warewulf icon indicating copy to clipboard operation
warewulf copied to clipboard

Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.

Results 400 warewulf issues
Sort by recently updated
recently updated
newest added

When I try to force import a container it fails with this message: ``` [root@lepomis ~]# wwctl container import docker://warewulf/rocky rocky8 --force Overwriting existing VNFS Updating the container's /etc/resolv.conf [ERROR]...

bug
4.3.0

(By request of @jcsiadal) Support using a squashfs image stored on an NFS (or other) remote filesystem to hybridize the running node filesystem and reduce the in-memory footprint. Simplified PoC/recipe...

enhancement
stake:openhpc
disk

Hello, on https://warewulf.org/docs/enchiridion/security you wrote: The best way to secure the provisioning process is to enact a vLAN used specifically for provisioning. Warewulf supports this [...] I don't understand how...

At present we are not testing the RPM builds via CI.

Hi, these efi files enjoy moving :D ``` git clone https://github.com/hpcng/warewulf cd warewulf make dist rpmbuild -ta warewulf-4.2.0.tar.gz ``` yields ``` RPM build errors: File listed twice: /etc/warewulf/nodes.conf Installed (but...

wwctl container import /chroot/CentOS-7.9-20211027T134954 centos7.9-hardened [ERROR] Could not import image: lchown /var/warewulf/chroots/centos7.9-hardened/rootfs/var/lib/gssproxy/default.sock: no such file or directory What is in the directory referenced above in the chroot: /chroot/CentOS-7.9-20211027T134954/var/lib/gssproxy drwx------. 2...

bug
needs confirmation
container

In this line, `wwid` is parsed from `/etc/cmdline` as a generic string. https://github.com/hpcng/warewulf/blob/bc24cb65e33ebdfac5fa52b23af8e6a4886eb57c/cmd/wwclient/wwclient.go#L88 Yet, in this line the `wwid` is used implicitly as hardware address. https://github.com/hpcng/warewulf/blob/bc24cb65e33ebdfac5fa52b23af8e6a4886eb57c/cmd/wwclient/wwclient.go#L103 Imho, there are two...

security
refactor

The CLI arguments for `wwctl node add` and `wwctl node set` are confusing for network devices. `wwctl node add` uses `-N` for the device. However, `wwctl node set` uses `-N`...

It is not possible to pass any commandline argument which is prefixed with a `-`, so for the command ``` wwctl container exec $CONTAINER /bin/FOO --BAAR ``` the commandline argument...

bug
discuss
container

The current automated configuration is limited to NFSv3. I would like to accomplish 3 things: 1) Merge all NFS server export configuration under a single YAML parent. 2) Eliminate adding...

enhancement
stake:openhpc
nfs