model migration fails on cloud name mismatch
Bug #1850579 reported by
Ian Booth
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
When doing a model migration, a pre-check fails if the target controller does not have a cloud with the same name as the model being migrated.
This is too restrictive - the check should be on cloud type and region.
Consider the case where a lxd controller has had a microk8s cluster added as a cloud. And then you bootstrap a new controller to microk8s and want to migrate to that. It should work cause it's the same underlying cluster but it fails because "microk8s" != "myk8scloud".
tags: | added: k8s model-migration |
Changed in juju: | |
milestone: | 2.7.1 → 2.7.2 |
Changed in juju: | |
milestone: | 2.7.2 → 2.7.3 |
Changed in juju: | |
milestone: | 2.7.3 → 2.7.4 |
Changed in juju: | |
milestone: | 2.7.4 → 2.7.5 |
Changed in juju: | |
milestone: | 2.7.5 → 2.7.6 |
Changed in juju: | |
milestone: | 2.7.6 → 2.8.1 |
Changed in juju: | |
milestone: | 2.8.1 → 2.8-next |
Changed in juju: | |
milestone: | 2.8-next → 2.8.10 |
Changed in juju: | |
milestone: | 2.8.10 → 2.8.11 |
Changed in juju: | |
milestone: | 2.9-next → 3.2-beta1 |
Changed in juju: | |
milestone: | 3.2-beta1 → 3.2-rc1 |
Changed in juju: | |
milestone: | 3.2-rc1 → 3.2.0 |
Changed in juju: | |
milestone: | 3.2.0 → 3.2.1 |
Changed in juju: | |
milestone: | 3.2.1 → 3.2.2 |
Changed in juju: | |
milestone: | 3.2.2 → 3.1.6 |
Changed in juju: | |
milestone: | 3.1.6 → 3.1.7 |
To post a comment you must log in.
also related to https:/ /bugs.launchpad .net/juju/ +bug/1850580