Comment 9 for bug 1069570

Revision history for this message
Thiago Martins (martinx) wrote : Re: 1 MAC Address, two IPs - DNS is "out of sync" with DHCP leases databases, I think...

Hi!

 Instead of using this "Ready" node but, with wrong IP, I chose to disable the DNS Managed mode (I'll stay only DHCP for now)...

 And after deleting the nodes, I saw this:

==> /var/log/maas/celery.log <==
[2012-10-23 11:55:40,852: ERROR/MainProcess] Task provisioningserver.tasks.remove_dhcp_host_map[f36acf5d-76bf-4fa5-b3b3-ad18612d7fe8] raised exception: UnpickleableExceptionWrapper('subprocess', 'CalledProcessError', (), 'CalledProcessError()')
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/celery/execute/trace.py", line 181, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/provisioningserver/tasks.py", line 301, in remove_dhcp_host_map
    omshell.remove(ip_address)
  File "/usr/lib/python2.7/dist-packages/provisioningserver/omshell.py", line 192, in remove
    raise CalledProcessError(returncode, "omshell", output)
CalledProcessError: CalledProcessError()

Best,
Thiago