From 24a7722eddfbf1bb07575a60c45ae4784f45253b Mon Sep 17 00:00:00 2001 From: cjbzl Date: Wed, 29 Oct 2025 03:04:21 +0000 Subject: [PATCH] Usability:Incorrect or missing key steps;Missing prerequisites or precautions;Ambiguous figures, tables, or texts;Unclear logic, such as missing classifications, items, and steps. Signed-off-by: cjbzl --- docs/en/docs/thirdparty_migration/usecase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/thirdparty_migration/usecase.md b/docs/en/docs/thirdparty_migration/usecase.md index 2e7d6a568..4ae14b038 100644 --- a/docs/en/docs/thirdparty_migration/usecase.md +++ b/docs/en/docs/thirdparty_migration/usecase.md @@ -135,7 +135,7 @@ The following uses Apache as an example to describe how to add resources through - Starting a resource: Select a target resource from the resource node list. The target resource must not be running. Start the resource. - Stopping a resource: Select a target resource from the resource node list. The target resource must be running. Stop the resource. - Clearing a resource: Select a target resource from the resource node list. Clear the resource. -- Migrating a resource: Select a target resource from the resource node list. The resource must be a common resource or group resource in the running status. Migrate the resource to migrate it to a specified node. +- Migrating a resource: Select a target resource from the resource node list. The resource must be a common resource or group resource in the running status. Migrate the resource to a specified node. - Migrating back a resource: Select a target resource from the resource node list. The resource must be a migrated resource. Migrate back the resource to clear the migration settings of the resource and migrate the resource back to the original node. After you click **Migrate Back**, the status change of the resource item in the list is the same as that when the resource is started. - Deleting a resource: Select a target resource from the resource node list. Delete the resource. -- Gitee