Comment 4 for bug 1669591

Revision history for this message
Victor Tapia (vtapia) wrote :

#VERIFICATION

Upgraded to proposed from 1.9.4+bzr4592-0ubuntu1~14.04.1, that was affected by LP#1657491 (several IPs assigned to the same iface in DB). Originally, the db contained free leases:

 id | hostname | id | name | mac_address | id | ip | alloc_type
----+----------+-----+------+-------------------+-----+---------------+------------
 19 | lopunny | 49 | eth0 | 3c:a8:2a:21:a9:50 | 110 | 10.230.20.22 | 1
 19 | lopunny | 49 | eth0 | 3c:a8:2a:21:a9:50 | 155 | | 6
 18 | metapod | 45 | eth2 | 94:57:a5:5c:fb:7c | 82 | 10.230.20.19 | 0
  2 | niagara | 5 | eth0 | 40:a8:f0:1e:3f:08 | 69 | 10.230.20.17 | 0
 21 | scarface | 80 | eth0 | 52:54:00:41:8f:4e | 135 | 10.230.20.24 | 6
 21 | scarface | 80 | eth0 | 52:54:00:41:8f:4e | 131 | 10.230.20.26 | 6
 21 | scarface | 80 | eth0 | 52:54:00:41:8f:4e | 155 | | 1

After the migration, those IPs disappeared, and the environment works perfectly after two days.