Skip to content

Commit 6e98a83

Browse files
committed
Update main docs
1 parent df36cdf commit 6e98a83

File tree

120 files changed

+531
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+531
-36
lines changed

static/docs/main/_sources/getting-started/debian-quickstart.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install Warewulf and dependencies
3131
cd ~/git
3232
git clone https://github.com/warewulf/warewulf.git
3333
cd warewulf
34-
git checkout main # or switch to a tag like 'v4.6.1'
34+
git checkout main # or switch to a tag like 'v4.6.2'
3535
make all && sudo make install
3636
3737
Configure firewalld

static/docs/main/_sources/getting-started/el-quickstart.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Install Warewulf
1010

1111
The preferred way to install Warewulf on Enterprise Linux is using the
1212
the RPMs published in `GitHub releases`_. For example, to install the
13-
v4.6.1 release on Enterprise Linux 9:
13+
v4.6.2 release on Enterprise Linux 9:
1414

1515
.. code-block:: bash
1616
17-
dnf install https://github.com/warewulf/warewulf/releases/download/v4.6.1/warewulf-4.6.1-1.el9.x86_64.rpm
17+
dnf install https://github.com/warewulf/warewulf/releases/download/v4.6.2/warewulf-4.6.2-1.el9.x86_64.rpm
1818
1919
Packages are available for el8 and el9.
2020

static/docs/main/_sources/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ Welcome to the Warewulf User Guide!
9191

9292
v4.6.0 <release/v4.6.0>
9393
v4.6.1 <release/v4.6.1>
94+
v4.6.2 <release/v4.6.2>

static/docs/main/_sources/nodes/nodes.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@ Importing Nodes From a File
206206
You can import nodes into Warewulf by using the ``wwctl node import`` command.
207207
The file used must be in YAML format.
208208

209+
.. warning::
210+
Importing a node configuration will fully overwrite the existing settings,
211+
including any customizations not present in the import file. If the node
212+
already exists and you wish to update it, ensure that the import file
213+
includes all the options you want to retain.
214+
209215
The YAML file must be a mapping of node names to their attributes, where each
210216
node is represented as a dictionary of attributes. To simplify the creation of
211217
the YAML file, you can use the wwctl node export command to export the current

static/docs/main/_sources/reference/wwctl_node_list.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Synopsis
1111

1212
This command lists all configured nodes. Optionally, it will list only
1313
nodes matching a PATTERN.
14+
Node patterns are a comma-separated list of individual pattern.
15+
Each pattern can either be a full node name or a node range like node[01-03,05].
1416

1517
::
1618

static/docs/main/_sources/reference/wwctl_node_sensors.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Synopsis
1010

1111

1212
Show IPMI sensor information for nodes matching PATTERN.
13+
Node patterns are a comma-separated list of individual pattern.
14+
Each pattern can either be a full node name or a node range like node[01-03,05].
1315

1416
::
1517

static/docs/main/_sources/reference/wwctl_node_set.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Synopsis
1212
This command sets configuration properties for nodes matching PATTERN.
1313

1414
Note: use the string 'UNSET' to remove a configuration
15+
Node patterns are a comma-separated list of individual pattern.
16+
Each pattern can either be a full node name or a node range like node[01-03,05].
1517

1618
::
1719

static/docs/main/_sources/reference/wwctl_power_cycle.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Synopsis
1010

1111

1212
This command cycles power for a set of nodes specified by PATTERN.
13+
Node patterns are a comma-separated list of individual pattern.
14+
Each pattern can either be a full node name or a node range like node[01-03,05].
1315

1416
::
1517

static/docs/main/_sources/reference/wwctl_power_off.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Synopsis
1010

1111

1212
This command will shutdown power to a set of nodes specified by PATTERN.
13+
Node patterns are a comma-separated list of individual pattern.
14+
Each pattern can either be a full node name or a node range like node[01-03,05].
1315

1416
::
1517

static/docs/main/_sources/reference/wwctl_power_on.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Synopsis
1010

1111

1212
This command will power on a set of nodes specified by PATTERN.
13+
Node patterns are a comma-separated list of individual pattern.
14+
Each pattern can either be a full node name or a node range like node[01-03,05].
1315

1416
::
1517

0 commit comments

Comments
 (0)