Review the resolved issues in this release of {project-short}.
- XFSv4 migrations failed
-
{project-short} 2.10.1 was rebased to {rhel-first} 10, which does not support XFS version 4 (XFSv4). As a result, XFSv4 migrations failed for {project-short} 2.10.1-2.10.5. With this release, a new
spec.xfsCompatibilityoption is available on the migration plan. When set tofalse, the default setting, the plan uses the standard conversion image. When set totrue, the plan uses the XFS-compatible conversion image instead of the standard conversion image.WarningIf you enable XFS support for a migration plan, then the plan cannot support Btrfs migration.
- Migrations with shared disk migration disabled failed
-
In {project-short}, migration of shared disks is done by running two migration plans, one with the
migrateSharedDiskoption set totrueand one with the option set tofalse. Before this update, the migration plan with the option set tofalsefailed because an unnecessarypopulatorpod was created. With this release, the unnecessary pod is not created, and migration of shared disks works as expected.