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

Consider supporting VM hibernation (xl save/restore) #2273

Open
andrewdavidwong opened this Issue Aug 28, 2016 · 3 comments

Comments

Projects
None yet
4 participants
@andrewdavidwong
Member

andrewdavidwong commented Aug 28, 2016

On 2016-08-28 15:22, johnyjukya@[...].org wrote:

Are there any thoughts to support "hibernation" in VM's? (Not just a
pause, but something that could survive a reboot?) "xl save/restore" does
it, and I've had a bit of success with that, but I think it freaked out
the VM Manager on a couple of occasions. :P

Especially when memory is tight, it'd be nice to be able to hibernate a
less-critical VM or two, and fire up something more important.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 30, 2016

Member

Similar/related: #832

Member

marmarek commented Aug 30, 2016

Similar/related: #832

@mfc

This comment has been minimized.

Show comment
Hide comment
@mfc

mfc Mar 12, 2017

Member

@flamsmark re: our chat.

as a note this would make much easier doing back-ups so that you don't need to shutdown VMs to back them up, only hibernate them. As Marek notes, this could also be used in the "inactive VMs" scenario (#832). I see this as more useful functionality than the Pause feature.

Member

mfc commented Mar 12, 2017

@flamsmark re: our chat.

as a note this would make much easier doing back-ups so that you don't need to shutdown VMs to back them up, only hibernate them. As Marek notes, this could also be used in the "inactive VMs" scenario (#832). I see this as more useful functionality than the Pause feature.

@v6ak

This comment has been minimized.

Show comment
Hide comment
@v6ak

v6ak Mar 12, 2017

Hibernate is actually not needed for backing up running VMs. You might clone their image using LVM. This is also what I do (if the VM img is backed by LVM) in my backup PoC.

v6ak commented Mar 12, 2017

Hibernate is actually not needed for backing up running VMs. You might clone their image using LVM. This is also what I do (if the VM img is backed by LVM) in my backup PoC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment