-
Notifications
You must be signed in to change notification settings - Fork 931
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
LXC: Implement profile expansion on lxc copy #13118
LXC: Implement profile expansion on lxc copy #13118
Conversation
ba691f9
to
6dfabee
Compare
6dfabee
to
b708308
Compare
@masnax @tomponline While working on this PR I was discussing with Max the usage of the --device flag on copy, should it indicate device creation as well?
If you think this makes sense we can discuss and if we agree this is worth implementing I can create an issue on the subject and start thinking about how to implement it. |
Suggest for now we keep the functionality aligned with |
b708308
to
fb59e36
Compare
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.
Please can you add some tests to check for regressions. Thanks
sorry, I am not sure I understand what you mean by regressions |
By adding tests for the functionality you're adding you will ensure any future regressions are caught early. |
8ba4bf2
to
835073e
Compare
7f58952
to
704dafc
Compare
4a67641
to
50b2d5c
Compare
50b2d5c
to
99a0447
Compare
99a0447
to
e249594
Compare
f19c3f0
to
8193c82
Compare
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.
Looking good, just a few nits.
And please make sure to remove the |
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
Signed-off-by: hamistao <pedro.ribeiro@canonical.com>
8193c82
to
28163ad
Compare
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.
LGTM!
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!
Fixes #13063