qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions about how block devices use snapshots


From: Zhiyong Ye
Subject: Re: Questions about how block devices use snapshots
Date: Fri, 13 Jan 2023 16:30:56 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Hi Kevin,

Thank you for your patience and explanations. I learned a lot from our discussions and thank you again for your help.

Regards

Zhiyong

On 1/12/23 7:47 PM, Kevin Wolf wrote:
Am 11.01.2023 um 17:21 hat Zhiyong Ye geschrieben:
Hi Kevin,

Can I ask again how base.img + diff.qcow2 can be re-merged into one image
via qemu-img or hmp command when modified.img is discarded?

You can either use 'qemu-img commit' to copy all of the data from
diff.qcow2 back into base.img (this is probably what you want), or
'qemu-img rebase' to copy all of the data from base.img into diff.qcow2.

Kevin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]