Skip to content

Commit cabb59f

Browse files
committed
Updates for ironic-api and ironic-conductor
1 parent a8bc122 commit cabb59f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/ipi-install-troubleshooting-bootstrap-vm-cannot-boot.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ During the deployment, it is possible for the bootstrap VM to fail to boot the c
1212
1313
To verify the issue, there are three containers related to `ironic`:
1414

15-
* `ironic-api`
16-
* `ironic-conductor`
15+
* `ironic`
1716
* `ironic-inspector`
1817
1918
.Procedure
@@ -32,7 +31,7 @@ $ ssh [email protected]
3231
[core@localhost ~]$ sudo podman logs -f <container-name>
3332
----
3433
+
35-
Replace `<container-name>` with one of `ironic-api`, `ironic-conductor`, or `ironic-inspector`. If you encounter an issue where the control plane nodes are not booting up via PXE, check the `ironic-conductor` pod. The `ironic-conductor` pod contains the most detail about the attempt to boot the cluster nodes, because it attempts to log in to the node over IPMI.
34+
Replace `<container-name>` with one of `ironic` or `ironic-inspector`. If you encounter an issue where the control plane nodes are not booting up from PXE, check the `ironic` pod. The `ironic` pod contains information about the attempt to boot the cluster nodes, because it attempts to log in to the node over IPMI.
3635

3736
.Potential reason
3837
The cluster nodes might be in the `ON` state when deployment started.

modules/ipi-install-troubleshooting-bootstrap-vm-inspecting-logs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ If the bootstrap VM cannot access the URL to the images, use the `curl` command
5454
[core@localhost ~]$ sudo podman ps
5555
----
5656

57-
. If there are issues with the pods, check the logs of the containers with issues. To check the log of the `ironic-api`, execute the following:
57+
. If there are issues with the pods, check the logs of the containers with issues. To check the logs of the `ironic` service, run the following command:
5858
+
5959
[source,terminal]
6060
----
61-
[core@localhost ~]$ sudo podman logs <ironic-api>
61+
[core@localhost ~]$ sudo podman logs ironic
6262
----

0 commit comments

Comments
 (0)