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