Copyediting for new documentation advisement

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-02-25 13:24:37 -07:00
parent 7551127ec0
commit 6a24c45b92

View File

@@ -265,8 +265,8 @@ parameter.
Known Problems
--------------
If the partition table of disk isn't properly readable the command `sgdisk --zap-all`
which is used by ignition to wipe the partition returns with `2` which is handled by
ignition prior version `2.16.2` as an error and no paritions nor filesystems are created.
As the partition is wiped during that step a reboot of the node will lead to correct partitions
and file systems.
If the partition table on the disk isn't properly readable the command ``sgdisk
--zap-all`` (which is used by Ignition to wipe the partition table) returns with
code ``2``. This is interpreted by Ignition < ``2.16.2`` as an error, and no
partitions or filesystems are created. Since the partition table is still wiped,
partitioning and formatting should succeed on the next boot.