← Back to team overview

maas-devel team mailing list archive

Re: "Static IP Address with this Ip already exists." with 1.6+bzr2496

 

On 07/07/14 12:58, Julian Edwards wrote:
>> It doesn't matter anymore, since a simple bootstrap + deploy reproduces
>> it for me.
> 
> Can you give me the exact commands you're running please and I'll copy
> here.  Also can you let me know exactly how your cluster interface is
> configured (a screenshot will suffice).

Right I just re-created this in a test harness, Django appears to be
doing something  very odd:


(Pdb) self.all()
[<StaticIPAddress: <StaticIPAddress: <10.0.0.96:type=AUTO>>>]
(Pdb) self.filter(ip__gte=range_low, ip__lte=range_high)
[]
(Pdb) range_low
'10.0.0.1'
(Pdb) range_high
'10.0.0.255'

The failure of the filter leaves the same IP open to re-assignment.


Follow ups

References