Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.51 KB

File metadata and controls

27 lines (21 loc) · 1.51 KB

Resolved issues 2.10.6

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.xfsCompatibility option is available on the migration plan. When set to false, the default setting, the plan uses the standard conversion image. When set to true, the plan uses the XFS-compatible conversion image instead of the standard conversion image.

Warning

If 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 migrateSharedDisk option set to true and one with the option set to false. Before this update, the migration plan with the option set to false failed because an unnecessary populator pod was created. With this release, the unnecessary pod is not created, and migration of shared disks works as expected.