It appears that the intended behavior of overlay chown was changed
in 00d8d42e9, but the argument handling was not updated to reflect
the removal of overlayKind. This led to a crash when only the
uid was specified, and a processing of the gid as the uid
otherwise.
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
4.4 KiB
4.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- All configurations files for the host (/etc/exports, /etc/dhcpd.conf, /etc/hosts) are now populated from the (OVERLAYDIR/host/etc/{exports|dhcpd|hosts}.ww . Also other configuration files like prometheus.yml.ww or slurm.conf.ww which depend on the cluster nodes can be placed. Also the new templated functions {{ abort }}, {{ IncludeBlock }} abd {{ no_backup }} are allowed now.
- nodes and profiles can now have multiple system and runtime overlays, as a comma separated list. The overlays of the profile and the nodes are combined.
- simple ipv6 support is now enabled. In
warewulf.confthe optionipaddr6/Ipv6netmust be set to enable ipv6. If enabled on of these options is set a node will get a derived ipv6 in the schemeipv6net:ipaddr4. This address can also be overwritten for every node - Multiple files can now created from a single
template.wwfile with the{{ file FILENAME }}command in the template. The command is expanded to the magic template command{{ /* file FILENAME */}}which is picked up by wwctl and everything which comes after this magic comment will be written to the fileFILENAME. This mechanism is leveraged in the configuration files for the network, seeifcfg.xml.wwandifcgf.ww. - Networks can now have arbitrary keys value pairs in the profiles and on the node, so that things like bridges and mtu sizes can be set
- oci container tar balls can be imported with the 'file://$PATH' scheme
- uids and gids of a container can now get synced at import time, so that at least users with the same name have the same uid. This is not necessarily needed for warewulf, but services like munge.
Changed
- Provision interface is not tied to 'eth0' any more. The provision interface must be have the 'primary' flag now. The file `nodes.conf' must be changed accordingly.
- the provisioning network is now called primary and not default
- Creating of '/etc/exports' can now be disabled, so that
wwctl configure -awont overwrite a existing '/etc/exports'. - The yaml format for nodes has now sub-keys for ipmi and kernel, old nodes.conf files have to to be changed accordingly
- host overlays can globaly disbaled, but are enabled per default
wwctl overlay build -Hwill only build the overlays which are assigned to the nodes
Fixed
- GID is no longer changed to
0when unspecified during chown - Proper handling of uid/gid arguments during
wwctl overlay chown
[4.1.0] - 2021-07-29
Added
- Support for ARM nodes
- firewalld service file for warewulfd
-yoption to skip "Are you sure" querieswwctl kernel deletecommandwwctl vnfsalias forwwctl container- Support for authenticated OCI registries
- warewulfd can reload config on SIGHUP and when the config file changes
- Node database index to improve lookup speeds
- Kernels and containers can be imported from a chroot subdirectory
- Systemd service file
Changed
wwctl node listoutput beautification- Log timestamps are more precise
- PID file and log files are now in
/var/runand/var/log, respectively make installno longer overwrites preexisting configuration files- Kernel modules and overlays are now compressed
rootfstypenow usesrootfsin default kernel arguments- iPXE binaries updated
- Installed container directory is deleted when import fails
- Default iPXE script now reboots erroring nodes every 15 seconds
- Only open
/etc/hostswhen writing
Removed
wwctl configure--persistflags have been removed.configurecommands persist changes by default unless--showis used- In-repository documentation: has been moved to it's own repository
Fixed
- Importing containers from directory
- Debug log verbosity option takes precedence over verbose option
wwctl node list -noutput is formatted corectly- Container names can contain an underscore
wwctl overlay build --alldoes not require an argument- specfile date format works with older versions of rpmbuild
- Use SystemOverlay when building system overlay
- dhcpd template now references correct wwctl subcommand
wwctl node set kernelargsandwwctl profile set kernelargschange kernel arguments