API doesn't allow Storage reconfiguration in allocated state
Bug #1959169 reported by
Sam Richards
This bug report is a duplicate of:
Bug #1812377: An admin is allowed to create raids for an Allocated node in the UI, but not the API.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Triaged
|
Medium
|
Unassigned |
Bug Description
Some API methods like update, delete raid volumes are blocked when the machine is not in Ready state when using the REST API.
e.g. https:/
However a machine's storage configuration can be modified using the GUI when in the Allocated state.
This is important for us as we Acquire a machine to prevent it being consumed by other users whilst we prepare the storage and network configuration prior to deployment.
This may be part of a broader issue which blocks certain API operations in the Allocated state as suggested by the frequency of use of this error message: https:/
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → next |
To post a comment you must log in.
Just spotted this appears to be a duplicate of https:/ /bugs.launchpad .net/maas/ +bug/1812377
In my opinion this is an API bug, storage reconfiguration should be allowed in the allocated state. The prior bug is labelled as a UI/RBAC bug which I think is incorrect.