analyze 명령어를 실행하면 Migrate to Containers에서 마이그레이션 유형에 대한 경고를 제공할 수 있습니다.
경고에는 다음과 같은 두 가지 유형이 있습니다.
MigrationBlocker 경고: 이 경고는 마이그레이션을 차단하며 해결해야 합니다. 활성 MigrationBlocker 경고가 있으면 마이그레이션의 아티팩트를 생성할 수 없습니다.
Normal 경고: 해결할 수 있는 비차단형 경고입니다. Normal 유형의 경고는 아티팩트 생성을 차단하지 않지만 마이그레이션 프로세스가 실패하거나 실행 시 마이그레이션된 워크로드가 실패할 수 있습니다.
경고 읽는 방법
경고가 있으면 analyze 명령어의 출력 디렉터리에 있는 warnings.yaml 파일에 표시됩니다.
각 경고 메시지에는 다음 필드가 포함됩니다.
유형: 경고 유형입니다(MigrationBlocker 또는 Normal).
원인: 경고의 원인입니다.
완화: 경고에 대한 설명과 이를 해결할 수 있는 가능한 작업입니다.
예를 들어 다음은 Linux의 FileTooBig 경고입니다.
-message:The source VM file-system contains file(s) which are too big to be part of the generated container imagemitigation:Please edit the migration plan to either filter them out, or export them to a data volumereason:FileTooBigtype:MigrationBlocker
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Migration warnings\n==================\n\nThis page describes the warnings that you might get after you run the\n`analyze` command.\n\nTypes of warnings\n-----------------\n\nAfter you run the `analyze` command, Migrate to Containers might provide warnings\nspecific to your migration type.\nThere are two possible types of warnings:\n\n- **`MigrationBlocker` warnings:** These warnings block your migration, and you must address them. You cannot generate the artifacts of a migration while there are active `MigrationBlocker` warnings.\n- **`Normal` warnings:** These are non-blocking warnings that you can decide to address. Even though warnings of type `Normal` don't block the generation of artifacts, they might cause the migration process to fail, or cause the migrated workload to fail when run.\n\nHow to read the warnings\n------------------------\n\nIf there are warnings, they appear in the `warnings.yaml` file in the output\ndirectory of the `analyze` command.\n\nEach warning message contains the following fields:\n\n- **type:** The type of warning, either `MigrationBlocker` or `Normal`.\n- **reason:** The cause of the warning.\n- **mitigation:** The description of the warning and possible actions to resolve it.\n\nFor example, the following is a `FileTooBig` warning for Linux. \n\n - message: The source VM file-system contains file(s) which are too big to be part of the generated container image\n mitigation: Please edit the migration plan to either filter them out, or export them to a data volume\n reason: FileTooBig\n type: MigrationBlocker"]]