Updating documentation & API endpoint for container copy

This commit is contained in:
Arnaud Lecomte
2023-08-28 08:39:15 +02:00
parent b56f024e6f
commit f2392f6e37
14 changed files with 754 additions and 531 deletions

View File

@@ -349,3 +349,13 @@ issues in most circumstances:
If you are still getting "Not enough memory" or "No space left on
device" errors, try disabling any "memory hole" features or updating
your system BIOS or firmware.
Duplicating a container
============================
It is possible to duplicate an installed image by using :
.. code-block:: console
# wwctl container copy CONTAINER_NAME DUPLICATED_CONTAINER_NAME
This kind of duplication can be useful if you are looking for canary tests.

View File

@@ -76,6 +76,7 @@ Node status
========================
During the whole provisioning process of your nodes, you can check their status
through the following command :
.. code-block:: console
# wwctl node status
@@ -85,6 +86,7 @@ through the following command :
For each node, there is 4 different stages :
* **IPXE**
* **KERNEL**
* **SYSTEM_OVERLAY**