Audit and correct documentation, cobra help text, and log messages for accuracy
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -8,10 +8,10 @@ functionality.
|
||||
|
||||
* ``configure``: configures the Warewulf server and its external services
|
||||
* ``node``: manages nodes in the cluster
|
||||
* ``profiles``: defines common sets of node configuration which can be applied
|
||||
* ``profile``: defines common sets of node configuration which can be applied
|
||||
to multiple nodes
|
||||
* ``image``: configures (node) images
|
||||
* ``overlays``: manages overlays
|
||||
* ``overlay``: manages overlays
|
||||
* ``clean``: removes the OCI image cache and leftover overlay images from
|
||||
deleted nodes
|
||||
|
||||
@@ -49,16 +49,21 @@ through the following command :
|
||||
================================================================================
|
||||
n1 RUNTIME_OVERLAY __RUNTIME__.img.gz 16
|
||||
|
||||
For each node, there are 4 different stages:
|
||||
For each node, there are 7 different stages:
|
||||
|
||||
* **EFI**
|
||||
* **IPXE**
|
||||
* **KERNEL**
|
||||
* **IMAGE**
|
||||
* **INITRAMFS**
|
||||
* **SYSTEM_OVERLAY**
|
||||
* **RUNTIME_OVERLAY**
|
||||
|
||||
You can use the ``wwctl node status`` to check communication between the
|
||||
Warewulf server (``warewulfd``) and the Warewulf client (``wwclient``).
|
||||
|
||||
.. note:: A provisioning workflow might not use every stage.
|
||||
|
||||
Maintenance
|
||||
===========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user