Updated on 2024-05-09 GMT+08:00

Viewing a Migration Task

You can view the migration progress and details as well as perform operations on a task at any time.

Viewing Details of a Migration Task

  1. Log in to the management console and go to the Object Storage Migration Service page.
  2. In the upper right corner of the migration task list, set criteria to filter migration tasks.

    • Task group ID: If a migration task is issued by a migration task group, you can enter the task group ID to filter all the migration tasks in that task group.

      You can obtain the task group ID from the Migration Task Group page.

    • Task status: See Table 1 to learn more about the statuses.
      Table 1 Migration task statuses

      Status

      Description

      Waiting

      A migration task has been created and is being initialized or waiting for other migration tasks to complete.

      Migrating

      The migration task is ongoing and objects are being migrated from the source platform to Huawei Cloud.

      Paused

      The migration task is paused and can be resumed manually.

      Succeeded

      The source objects in the migration task have been successfully migrated.

      Failed

      The migration task fails, and the migration is not complete. You can restart the task to retry the migration.

  3. Click View Details in the lower right corner of the migration task. You can view the total number of objects, the number of migrated objects, the paths for storing the lists of migrated, failed, and ignored objects, and other details.

Configuring Traffic Limiting Rules

You can add, modify, or delete traffic limiting rules for a migration task at any time.

  1. Log in to the management console and go to the Object Storage Migration Service page.
  2. In the migration task list, locate the task for which you want to add or modify a traffic limiting rule. Click View Details in the lower right corner of the migration task.
  3. Click next to Traffic Limit.

    • To add a rule, click Add Rule and set Start Time, End Time, and Maximum Bandwidth.
    • To modify a rule, modify Start Time, End Time, and Maximum Bandwidth as required.
    • To delete a rule, click in the Operation column.
      • The maximum bandwidth ranges from 1 MB/s to 200 MB/s.
      • A maximum of five rules can be added for a migration task.

  4. Click OK.

Viewing Migration Records

For a migration task, OMS records the objects that are migrated, failed, or ignored in three separate lists and stores these lists in the destination bucket.

The following table described how to obtain these object lists.

If...

Then...

The number of migrated objects is greater than 0

On the task details page, click the path link next to Migrated Object Storage Path to download the list of migrated objects in the .txt format.

NOTE:

The path for storing a migrated object list is in the oms/task/Task name/success_object_lists/Timestamp.success_list.txt.

The number of ignored objects is greater than 0

On the task details page, click the path link next to Ignored Object Storage Path to download the list of ignored objects in the .txt format.

NOTE:

The path for storing an ignored object list is in the oms/task/Task name/skip_object_lists/Timestamp.skip_list.txt.

The number of failed objects is greater than 0

On the task details page, click the path link next to Failed Object Storage Path to download the list of failed objects in the .txt format.

NOTE:

The path for storing a failed object list is in the oms/task/Task name/failed_object_lists/Timestamp.failed_list.txt.

For details about the error codes in a failed object list, see Viewing the List of Failed Objects.