Merge pull request #1444 from metalllinux/metalllinux
Updated configuration.rst, CONTRIBUTORS.md and CHANGELOG.md
This commit is contained in:
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Added
|
||||
|
||||
- Added documentation on ensuring `systemctl restart warewulfd` is ran when editing `nodes.conf` or `warewulf.conf`
|
||||
- Add the ability to boot nodes with `wwid=[interface]`, which replaces
|
||||
`interface` with the interface MAC address
|
||||
- Added https://github.com/Masterminds/sprig functions to templates #1030
|
||||
|
||||
@@ -40,3 +40,4 @@
|
||||
* Elmar Pruesse <pruessee@njhealth.org> @epruesse
|
||||
* Adam Michel <elfurbe@furbism.com> [@elfurbe](https://github.com/elfurbe)
|
||||
* Brandon Biggs <brandonsbiggs@gmail.com>
|
||||
* Howard Van Der Wal <howard.a.vanderwal@protonmail.com> [@metalllinux](https://github.com/metalllinux)
|
||||
|
||||
@@ -196,6 +196,13 @@ command.
|
||||
time you attempt to run ``wwctl``, this file will be generated if
|
||||
it does not exist already.
|
||||
|
||||
.. note::
|
||||
|
||||
When ``nodes.conf`` is edited directly, ``warewulfd`` does not know that the container profile has been changed. Therefore the changes to ``nodes.conf`` are not taken into account by ``warewulfd`` until it is restarted.
|
||||
Once you restart ``warewulfd``, the ``nodes.conf`` file is then successfully reloaded.
|
||||
This also goes for ``warewulf.conf`` as well - any changes made also require ``warewulfd`` to be restarted.
|
||||
The restart should be done using the following command: ``systemctl restart warewulfd``
|
||||
|
||||
defaults.conf
|
||||
=============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user