[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Qemu snapshot mode
From: |
Dunrong Huang |
Subject: |
Re: [Qemu-discuss] Qemu snapshot mode |
Date: |
Thu, 6 Sep 2012 18:00:56 +0800 |
2012/9/6 xuanmao_001 <address@hidden>:
> Hi, all,
> When I start VM with snapshot mode(--snapshot). I do some operations,like
> copy, delete files. I must shutdown VM, the disk state can revert.
> so I want to know if the snapshot mode can revert when I reboot VM.
>
No, it cant.
Actually, when you start QEMU with -snapshot, a temporary snapshot file
which is not visible to the user will be created in /tmp, the file
will exist util QEMU exit.
So even if you reboot VM, QEMU is still running and the temporary
snapshot also exists.
This make you failed to convert VM after reboot.
> Thanks.
> ________________________________
> xuanmao_001
--
Best Regards,
Dunrong Huang