Verified with MTC 1.7.0 (Pre-stage) metadata_nvr: openshift-migration-operator-metadata-container-v1.7.0-43 $ oc get pods migration-controller-c7867dccb-88598 -n openshift-migration -o yaml image: registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:98f08b4ebbcc24a6bc70eae25fb448e151ea3f741aaead009a827d090bf0cc71 When we check "Verify copy" option in the migration, the rsync command is executed with the --checksum flag. We can see that in rsync command $ oc get pod -n ocp-attached-pvc rsync-m2s68 -o yaml containers: - command: - /bin/bash - -c - trap "touch /usr/share/rsync/rsync-client-container-done" EXIT SIGINT SIGTERM; timeout=120; SECONDS=0; while [ $SECONDS -lt $timeout ]; do nc -z localhost 6443; rc=$?; if [ $rc -eq 0 ]; then /usr/bin/rsync --recursive --links --perms --devices --specials --times --owner --group --hard-links --delete --partial --human-readable --log-file=/dev/stdout --info=COPY2,DEL2,REMOVE2,SKIP2,FLIST2,PROGRESS2,STATS2 --checksum /mnt/ocp-attached-pvc/24346e1b50066607059af36e3b684b24/ rsync://root@localhost/24346e1b50066607059af36e3b684b24 --port 6443; rc=$?; break; fi; done; exit $rc; Moving this to verified status.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Migration Toolkit for Containers (MTC) 1.7.0 release advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:1043