Skip to content
  • Bharathy Satish's avatar
    1e87e844
    Bug #27387331: MIGRATION TOOL SILENTLY IGNORES INVALID OPTIONS · 1e87e844
    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.
    1e87e844
    Bug #27387331: MIGRATION TOOL SILENTLY IGNORES INVALID OPTIONS
    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.
Loading