-
Bharathy Satish authored
Problem: When migration options are specified along with some other invalid options, server ignores those options. Analysis: When keyring migration code kicks in there is no check to validate the options specified. As of today migration tool will only check for migration specific options and start the migration. Thus any other invalid options specified are simply ignored. Fix: Fix is to check for invalid options before starting migration and report error if there are any invalid options.
Bharathy Satish authoredProblem: When migration options are specified along with some other invalid options, server ignores those options. Analysis: When keyring migration code kicks in there is no check to validate the options specified. As of today migration tool will only check for migration specific options and start the migration. Thus any other invalid options specified are simply ignored. Fix: Fix is to check for invalid options before starting migration and report error if there are any invalid options.
Loading