Description of problem: When you pass `--ipv4` option through `rsync_opt_extras` variable in MigrationController, the option is not added to Rsync command. It is observed that the option is being filtered using a regex that only allows alphabetical characters in extra options. Version-Release number of selected component (if applicable): 1.6.0 How reproducible: Always Steps to Reproduce: 1. Set `rsync_opt_extras: --ipv4` in MigrationController CR 2. Run DVM 3. Observe that the option is not being passed to Rsync command Actual results: --ipv4 option is filtered out and never passed to Rsync command Expected results: --ipv4 is a valid option and it should not be filtered out.
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