qemu-block
[Top][All Lists]
Advanced

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

Questions about how block devices use snapshots


From: Zhiyong Ye
Subject: Questions about how block devices use snapshots
Date: Mon, 9 Jan 2023 20:45:27 +0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Dear all,

Qemu provides powerful snapshot capabilities for different file formats. But this is limited to the block backend being a file, and support is not good enough when it is a block device. When creating snapshots based on files, there is no need to specify the size of the snapshot image, which can grow dynamically as the virtual machine is used. But block devices are fixed in size at creation and cannot be dynamically grown at a later time.

So is there any way to support snapshots when the block backend is a block device?

Regards

Zhiyong



reply via email to

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