Skip to content

Commit 9132d47

Browse files
authored
Merge pull request #89939 from jrosental/fix-openshiftsdn-to-ovn-migration-progress-command
fix command to check sdn migration status
2 parents a13aa7b + e40fdad commit 9132d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migrate-sdn-ovn-osd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ $ ocm post /api/clusters_mgmt/v1/clusters/{cluster_id}/migrations <1>
106106
107107
[source,terminal]
108108
----
109-
$ ocm get cluster $cluster_id/migration <1>
109+
$ ocm get cluster <cluster_id>/migrations <1>
110110
----
111-
<1> Replace `$cluster_id` with the ID of the cluster that the migration was applied to.
111+
<1> Replace `<cluster_id>` with the ID of the cluster that the migration was applied to.

0 commit comments

Comments
 (0)