-
Notifications
You must be signed in to change notification settings - Fork 933
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
Extend conversion API with option to inject virtio drivers #13748
Conversation
Heads up @ru-fu - the "Documentation" label was applied to this issue. |
954d775
to
864f407
Compare
864f407
to
fc59dc0
Compare
7dba25e
to
8bb7a17
Compare
Time to rebase please |
8bb7a17
to
21dce8c
Compare
21dce8c
to
00513b6
Compare
@MusicDin ready for review? |
00513b6
to
d971dd4
Compare
d971dd4
to
8b1b5ec
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/questions really.
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.
A few nits, but i would say very nearly ready.
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
3d637fb
to
9503644
Compare
@tomponline Ready for another round of review |
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.
Just an issue with correct attribution of the writeback change.
9503644
to
e4efb00
Compare
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit bbc1ea8cd0cb01b4830fd960007f4c5b6d05edf2) Signed-off-by: Din Music <[email protected]> License: Apache-2.0
Signed-off-by: Stéphane Graber <[email protected]> (cherry picked from commit f57c3e41beb406da488888493ddae953aa71f9f3) Signed-off-by: Din Music <[email protected]> License: Apache-2.0
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Use virt-v2v-in-place for injecting virtio drivers into the image. Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
Signed-off-by: Din Music <[email protected]>
e4efb00
to
29be374
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!
@MusicDin cool thanks, will merge this soon. Do you have a PR for lxd-ci to test virtio mode in the works? |
This PR adds new conversion option
virtio
(disabled by default). When enabled, LXD invokesvirt-v2v-in-place
tool on the host to inject virtio drivers into the image. For Windows images, additional drivers need to be present in/usr/share/virt-tools
.This requires: