Comment 3 for bug 2009669

Revision history for this message
Nobuto Murata (nobuto) wrote :

> 2&3 are mutually exclusive by design and MAAS doesn't not allow to release a node if both 2&3 are enabled

I have a second thought on this. API operations actually allows both to be set. And the API client's help explains the behavior at least from a documentation point of view.

$ maas admin machine release -h
...
> If both ``secure_erase`` and ``quick_erase`` are specified and the
> drive does NOT have a secure erase feature, MAAS will behave as if only
> ``quick_erase`` was specified.

So the mutually-exclusive behavior itself can be the bug in the UI.