问题描述
在不同版本的vDS之间迁移虚拟机时,会报类似如下错误:
The target host doesn’t support the virtual machines current hardware requirements. The destination virtual switch version or type (VDS 7.0.0) is different than the minimum required version or type (VDS 6.6.0) necessary to migrate VM from source virtual switch.
这是因为产品的规范限制,不同版本的vDS迁移vm,兼容性无法满足,通信异常;
处理
升级低版本的vDS到高版本vDS相同版本
临时处理
注意: vCenter开启混杂模式,目标DVS版本至少是6.0.0及以上。
1)vCenter Server 6.5.x and vCenter Server 6.7.x
新增:
config.migrate.test.NetworksCompatibleOption.AllowMismatchedDVSwitchConfig,值设为true.
保存后再次尝试迁移。
2)vCenter Server 7.0.x 及最新
同上添加:
config.vmprov.enableHybridMode,值配置为:true.
保存后再次尝试迁移。