mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
30 lines
969 B
Plaintext
30 lines
969 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * migrating_from_ocp_3_to_4/troubleshooting-3-4.adoc
|
|
// * migration_toolkit_for_containers/troubleshooting-mtc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="migration-viewing-migration-plan-log_{context}"]
|
|
= Viewing a migration plan log
|
|
|
|
You can view an aggregated log for a migration plan. You use the {mtc-short} web console to copy a command to your clipboard and then run the command from the command-line interface (CLI).
|
|
|
|
The command displays the filtered logs of the following pods:
|
|
|
|
* `Migration Controller`
|
|
* `Velero`
|
|
* `Restic`
|
|
* `Rsync`
|
|
* `Stunnel`
|
|
* `Registry`
|
|
|
|
.Procedure
|
|
|
|
. In the {mtc-short} web console, click *Migration Plans*.
|
|
. Click the *Migrations* number next to a migration plan.
|
|
. Click *View logs*.
|
|
. Click the Copy icon to copy the `oc logs` command to your clipboard.
|
|
. Log in to the relevant cluster and enter the command on the CLI.
|
|
+
|
|
The aggregated log for the migration plan is displayed.
|