Description of problem: When there is at least one stage migration, after the final migration is completed, any PVs copied by snapshot will have the content of the first rather than the last snapshot. For snapshot copy, the restore plugin needs to discard the PV since snapshot restore doesn't support incremental copy. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create a MigPlan for a namespace with at least one PVC mounted by a running pod. 2. Configure the PV with action=copy, copyMethod=snapshot 3. Run a stage migration 4. Modify the PV (adding a file, etc.) 5. Run a final migration Actual results: Migrated PV is missing the changes from step 4. The migrated PV reflects PV state when the stage migration was done. Expected results: Migrated PV should include the changes from step 4 Additional info:
I think that https://bugzilla.redhat.com/show_bug.cgi?id=1894530 is a duplicate of this one, so this one can probably be closed as a duplicate since the other bug has the fix associated with it (and it's verified/closed)
That's the wrong link above. https://bugzilla.redhat.com/show_bug.cgi?id=1874635 is the closed duplicate BZ.
*** This bug has been marked as a duplicate of bug 1874635 ***