Activity log for bug #1619602

Date Who What changed Old value New value Message
2016-09-02 10:24:37 Lucian Petrut bug added bug
2016-09-02 10:26:50 Lucian Petrut affects os-win nova
2016-09-02 10:27:44 Lucian Petrut bug task added compute-hyperv
2016-09-02 10:41:56 Lucian Petrut description During cold migration, vhd config drive images are not copied over, on the wrong assumption that the instance is already configured and does not need the config drive. There is an explicit check at the following location: https://github.com/openstack/nova/blob/8f35bb321d26bd7d296c57f4188ec12fcde897c3/nova/virt/hyperv/migrationops.py#L75-L76 For this reason, migrating instances using vhd config drivers will fail, as there is a check ensuring that the config drive is present, if required: https://github.com/openstack/nova/blob/8f35bb321d26bd7d296c57f4188ec12fcde897c3/nova/virt/hyperv/migrationops.py#L153-L163 The Hyper-V driver should not skip moving the config drive image. During cold migration, vhd config drive images are not copied over, on the wrong assumption that the instance is already configured and does not need the config drive. There is an explicit check at the following location: https://github.com/openstack/nova/blob/8f35bb321d26bd7d296c57f4188ec12fcde897c3/nova/virt/hyperv/migrationops.py#L75-L76 For this reason, migrating instances using vhd config drives will fail, as there is a check ensuring that the config drive is present, if required: https://github.com/openstack/nova/blob/8f35bb321d26bd7d296c57f4188ec12fcde897c3/nova/virt/hyperv/migrationops.py#L153-L163 The Hyper-V driver should not skip moving the config drive image.
2016-09-16 15:07:45 OpenStack Infra nova: status New Fix Released
2016-09-29 20:44:06 Matt Riedemann nominated for series nova/newton
2016-09-29 20:44:06 Matt Riedemann bug task added nova/newton
2016-09-29 20:44:31 OpenStack Infra nova/newton: status New In Progress
2016-09-29 20:44:31 OpenStack Infra nova/newton: assignee Matt Riedemann (mriedem)
2016-09-29 20:45:07 Matt Riedemann nova: importance Undecided High
2016-09-29 20:45:13 Matt Riedemann nova/newton: importance Undecided Medium
2016-09-29 20:45:21 Matt Riedemann nova: assignee Lucian Petrut (petrutlucian94)
2016-10-17 00:56:23 OpenStack Infra nova/newton: status In Progress Fix Committed
2016-10-18 00:19:50 OpenStack Infra compute-hyperv: status New Fix Released