Activity log for bug #997092

Date Who What changed Old value New value Message
2012-05-09 12:53:17 Gavin Panella bug added bug
2012-05-09 13:03:48 Gavin Panella summary Can't delete node if allocated even if owned by self Can't delete allocated node even if owned by self
2012-05-09 23:40:35 Julian Edwards maas: status New Triaged
2012-05-09 23:40:38 Julian Edwards maas: importance Undecided High
2012-05-09 23:40:42 Julian Edwards tags ui
2012-12-10 03:06:16 Julian Edwards tags ui qateam ui
2013-03-06 11:47:58 Nick Moffitt bug added subscriber The Canonical Sysadmins
2013-05-03 14:23:11 Robie Basak description Once lp:~allenap/maas/delete-failing-commissioning-node-bug-994781 lands it won't be possible to delete a node if it's allocated. However, Jeroen points out a valid use-case for this: > I wonder if we shouldn't also allow a user to delete nodes allocated > _to themselves_.  “There.  It's running fine now.  I want to keep it > like this, without further control from MAAS.” Once lp:~allenap/maas/delete-failing-commissioning-node-bug-994781 lands it won't be possible to delete a node if it's allocated. However, Jeroen points out a valid use-case for this: > I wonder if we shouldn't also allow a user to delete nodes allocated > _to themselves_.  “There.  It's running fine now.  I want to keep it > like this, without further control from MAAS.” Workaround: Use the MAAS shell to de-allocate the node. Then you can delete it from the UI. 15:18 <roaksoax> from maasserver.models import Node 15:18 <roaksoax> node = Node.objects.get(hostname='XYZ') 15:18 <roaksoax> node.release() 15:18 <roaksoax> that should do it
2013-05-22 10:19:12 Raphaël Badin branch linked lp:~rvb/maas/stop-button
2013-05-22 19:06:57 Raphaël Badin maas: assignee Raphaël Badin (rvb)
2013-05-22 19:06:59 Raphaël Badin maas: status Triaged Fix Committed
2013-05-23 03:50:55 Julian Edwards maas: status Fix Committed Fix Released
2013-09-06 04:26:59 Julian Edwards nominated for series maas/1.2
2013-09-06 04:26:59 Julian Edwards bug task added maas/1.2
2013-09-06 04:27:06 Julian Edwards maas/1.2: status New In Progress
2013-09-06 04:27:08 Julian Edwards maas/1.2: assignee Julian Edwards (julian-edwards)
2013-09-06 04:27:11 Julian Edwards maas/1.2: importance Undecided High
2013-09-06 04:28:25 Julian Edwards maas: milestone 13.10
2013-09-06 04:33:11 Julian Edwards branch linked lp:~julian-edwards/maas/1.2-backport-stop-button
2013-09-06 05:03:30 Julian Edwards maas/1.2: status In Progress Fix Committed
2013-11-20 13:40:23 Ahmed El-Harti maas/1.2: status Fix Committed Fix Released
2013-11-22 00:17:36 Julian Edwards maas/1.2: status Fix Released Fix Committed
2016-08-22 20:49:29 Andres Rodriguez maas/1.2: status Fix Committed Fix Released