Skip to content

Commit 23eba6e

Browse files
authored
Merge pull request #60289 from mburke5678/mco-remove-pivot-service
OCPBUGS#12919: The MCD has a non-functional pivot command that should be deprecated
2 parents 59921ec + ec796d2 commit 23eba6e

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

modules/machine-config-daemon-metrics.adoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77

88
Beginning with {product-title} 4.3, the Machine Config Daemon provides a set of metrics. These metrics can be accessed using the Prometheus Cluster Monitoring stack.
99

10-
The following table describes this set of metrics.
10+
The following table describes this set of metrics. Some entries contain commands for getting specific logs. Hpwever, the most comprehensive set of logs is available using the `oc adm must-gather` command.
1111

1212
[NOTE]
1313
====
14-
Metrics marked with `\*` in the *Name* and *Description* columns represent serious errors that might cause performance problems. Such problems might prevent updates and upgrades from proceeding.
15-
====
16-
17-
[NOTE]
18-
====
19-
While some entries contain commands for getting specific logs, the most comprehensive set of logs is available using the `oc adm must-gather` command.
14+
Metrics marked with `+*+` in the *Name* and *Description* columns represent serious errors that might cause performance problems. Such problems might prevent updates and upgrades from proceeding.
2015
====
2116

2217
[cols="1,1,2,2", options="header"]
@@ -55,11 +50,7 @@ For further investigation, see the logs by running:
5550
|Logs errors encountered during pivot. *
5651
|Pivot errors might prevent OS upgrades from proceeding.
5752

58-
For further investigation, run this command to access the node and see all its logs:
59-
60-
`$ oc debug node/<node> -- chroot /host journalctl -u pivot.service`
61-
62-
Alternatively, you can run this command to only see the logs from the `machine-config-daemon` container:
53+
For further investigation, run this command to see the logs from the `machine-config-daemon` container:
6354

6455
`$ oc logs -f -n openshift-machine-config-operator machine-config-daemon-<hash> -c machine-config-daemon`
6556

0 commit comments

Comments
 (0)