Trying to delete a region/rack that no longer exists, results in {'pool': ["Can't assign to a resource pool."]}
Bug #1774538 reported by
james beedy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Alberto Donato | ||
2.4 |
Fix Released
|
Critical
|
Alberto Donato |
Bug Description
The situation is such that I killed off an old 2.3 region+rack controller, installed 2.4 region+rack on a new bionic box, migrated the db and pointed my new 2.4 deploy at the now migrated db.
Everything went pretty smooth, except that my old 2.3 region controller won't leave the database.
When I try to remove the old 2.3 region+rack controller via cli/gui I get this error:
"{'pool': ["Can't assign to a resource pool."]}"
regiond.log: http://
Related branches
~ack/maas:pool-for-non-machine-unset-2.4
- Björn Tillenius: Approve
-
Diff: 134 lines (+24/-38)3 files modifieddev/null (+0/-37)
src/maasserver/migrations/builtin/maasserver/0159_userprofile_auth_last_check_no_now_default.py (+1/-1)
src/maasserver/migrations/builtin/maasserver/0160_pool_only_for_machines.py (+23/-0)
~ack/maas:pool-for-non-machine-unset
Merged
into
maas:master
- Björn Tillenius: Approve
- MAAS Lander: Pending (unittests) requested
-
Diff: 85 lines (+28/-8)4 files modifiedsrc/maasserver/migrations/builtin/maasserver/0159_userprofile_auth_last_check_no_now_default.py (+1/-1)
src/maasserver/migrations/builtin/maasserver/0160_pool_only_for_machines.py (+23/-0)
src/maasserver/migrations/builtin/maasserver/0161_pod_storage_pools.py (+1/-1)
src/maasserver/migrations/builtin/maasserver/0162_storage_pools_notification.py (+3/-6)
Changed in maas: | |
importance: | Undecided → Critical |
milestone: | none → 2.4.1 |
milestone: | 2.4.1 → 2.5.0 |
status: | New → Triaged |
tags: | added: resource-pools |
description: | updated |
Changed in maas: | |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 2.5.0 → 2.5.0alpha1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.