-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added example on how to use the migrate API #318
Conversation
This is a great addition, thanks. However, please could you re-do your commit with '-s' to sign the commit. The 'lxc' project namespace requires that all commits be "signed off". To so do, you should be able to do something similar to: git commit -s --amend
git push -f <remote-name> This will update the commit, and then update github which will then update the PR. Relevant info for configuring git for signing off is: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work Thanks very much! |
Signed-off-by: gabrik <[email protected]>
…move <container_name> <remote_name>:' behaviour Signed-off-by: gabrik <[email protected]>
…he 'lxc move <container_name> <remote_name>:' behaviour" This reverts commit 1361198. Signed-off-by: gabrik <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much!
Signed-off-by: gabrik <[email protected]>
Signed-off-by: gabrik <[email protected]> Signed-off-by: lasizoillo <[email protected]>
Signed-off-by: gabrik <[email protected]> Signed-off-by: lasizoillo <[email protected]>
Signed-off-by: gabrik <[email protected]>
I have added the example on how to migrate a container using pylxd
As agreed in #315
The migration fails due to an error but the example should be correct