-
Notifications
You must be signed in to change notification settings - Fork 242
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
[Multi-host migration] Network subsystem #3987
base: master
Are you sure you want to change the base?
Conversation
e794ed5
to
236160e
Compare
d421c04
to
6adfc8c
Compare
6562f33
to
2df8493
Compare
self.resource_spec["allocation"] = 0 | ||
self.resource_spec["uri"] = None | ||
|
||
def resize(self, arguments): |
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.
delete resize
692079e
to
43c2c69
Compare
virttest/vt_agent/managers/resource_backings/network/tap/tap_network_connection.py
Show resolved
Hide resolved
super().__init__(backing_config) | ||
pass | ||
|
||
def create(self, pool_connection): |
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.
logical create: binding backing and resource
def destroy(self, pool_connection): | ||
pass | ||
|
||
def allocate_resource(self, pool_connection, arguments): |
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.
physical create: create a tap device and join this device into network.
Signed-off-by: Yongxue Hong <[email protected]>
Added pool_selectors and image_pool_name Signed-off-by: Zhenchao Liu <[email protected]>
add support for network subsystem. Signed-off-by: Houqi (Nick) Zuo <[email protected]>
Network subsystem