-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"]]