Activity log for bug #1834463

Date Who What changed Old value New value Message
2019-06-27 11:05:21 hulina bug added bug
2019-06-27 12:41:39 Matt Riedemann tags neutron
2019-06-27 12:44:02 Matt Riedemann description Description =========== We spawn VM with port-id ,the value of preserve_on_delete is True ,When we lose some ports from instance_info_caches ,after periodic task _heal_instance_info_cache the instance_info_caches are recovery from neutron, however the value of preserve_on_delete became False,not the original value False Steps to reproduce ================== 1.Spawn VM with command :nova boot --flavor xx --nic port-id xx --image xx instance_name 2.nova interface-list instance_name(Preserve On Delete is True) 3.Update nova db row, drop one interface from interfaces,such as Update instance_info_caches set network_info='[]' where instance_uuid='xxx'; 4.nova show instance_name (we can see ,vm lost network info ) 5.after periodic task _heal_instance_info_cache , interface is added to the instance 6.nova interface-list instance_name (Preserve On Delete became False ,not the original value) Description =========== We spawn VM with port-id ,the value of preserve_on_delete is True ,When we lose some ports from instance_info_caches ,after periodic task _heal_instance_info_cache the instance_info_caches are recovery from neutron, however the value of preserve_on_delete became False,not the original value True. Steps to reproduce ================== 1.Spawn VM with command :nova boot --flavor xx --nic port-id xx --image xx instance_name 2.nova interface-list instance_name(Preserve On Delete is True) 3.Update nova db row, drop one interface from interfaces,such as Update instance_info_caches set network_info='[]' where instance_uuid='xxx'; 4.nova show instance_name (we can see ,vm lost network info ) 5.after periodic task _heal_instance_info_cache , interface is added to the instance 6.nova interface-list instance_name (Preserve On Delete became False ,not the original value)
2019-06-27 12:44:05 Matt Riedemann nova: status New Triaged
2019-06-27 12:44:08 Matt Riedemann nova: importance Undecided Medium
2019-06-27 12:45:33 Matt Riedemann nominated for series nova/stein
2019-06-27 12:45:33 Matt Riedemann bug task added nova/stein
2019-06-27 12:45:49 Matt Riedemann nova/stein: status New Triaged
2019-06-27 12:45:54 Matt Riedemann nova/stein: importance Undecided Medium
2019-06-27 13:03:43 Matt Riedemann summary Value of perserve_on_delete not corrte after _heal_instance_info_cache Value of perserve_on_delete not correct after _heal_instance_info_cache