← Back to team overview

openstack team mailing list archive

multi-nic blueprint - data migration

 

Hi All,

I was looking at the multi-nic blueprint(
https://blueprints.launchpad.net/nova/+spec/nova-multi-nic), and in
particular:

1) removing mac_address column from the instances table and creating a
mac_addresses table. This is for storing which instances own which mac
addresses as well as which network each mac is for.

What happens(or should happen) to the MAC addresses that are already
associated with instances?  Will they be migrated to the new mac_addresses
table?  Or will they be discarded completely?

I was curious to know how Nova usually handles data migration issues like
this.

Thanks,
Ryu

Follow ups