fix(generate_migration_data): doesn't keep instance type #567
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While working on a project of mine I ran across a few issues when attempting to migrate a virtual-machine to another lxd host. Both hosts are running Ubuntu 22.04 and have been tested with 5.15/stable and 5.19/stable.
volatile.vsock_id
in the config. As this is volatile and unique I decided to just drop the key from the config entirely..block
zfs dataset with all the data. This was also when I realized the profiles it had set weren't being migrated correctly as well.Error attempting to move due to
Unknown configuration key: volatile.vsock_id
generate_migration_data
function does not keep the profiles or type correctly