Skip to content
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

Lift DRAM transfer out of websocket #593

Open
pfmooney opened this issue Jan 5, 2024 · 0 comments
Open

Lift DRAM transfer out of websocket #593

pfmooney opened this issue Jan 5, 2024 · 0 comments
Labels
enhancement New feature or request. migration Issues related to live migration.

Comments

@pfmooney
Copy link
Collaborator

pfmooney commented Jan 5, 2024

During a migration, the contents of guest DRAM must be transferred from source to destination. It is, by orders of magnitude, the largest thing which must be transferred during said process. Today it is transmitted over the same websocket used for other migration data. To avoid incurring the overhead (copying, encoding, etc) for that large data collection, propolis-server should transfer DRAM contents over a dedicated (TLS, for security) socket.

@pfmooney pfmooney added enhancement New feature or request. migration Issues related to live migration. labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. migration Issues related to live migration.
Projects
None yet
Development

No branches or pull requests

1 participant