{{ $t('productDocDetail.guideClickSwitch') }}
{{ $t('productDocDetail.know') }}
{{ $t('productDocDetail.dontRemind') }}
6.11.3
{{sendMatomoQuery("Sangfor Cloud Platform (SCP)","Disk Based Snapshot Process")}}

Disk Based Snapshot Process

{{ $t('productDocDetail.updateTime') }}: 2025-12-18

After a snapshot is taken for the qcow2 disk, it records the state of the qcow2 disk at the time of the snapshot — i.e., the data locations described by the qcow2 file at that time. This snapshot is stored in a specific location within the qcow2 file.

After the snapshot is created, when data is written to the same location, the steps are as follows:

When creating a snapshot for the virtual machine (VM), the system generates a new dynamically expanding disk file (i.e., snapshot space).

After the snapshot is created, modifying the original data will trigger the following actions: the system first copies the original disk data to the snapshot space, then writes the data in the cache to the original disk file, and finally records the corresponding relationship between the logical addresses of the source virtual disk and the snapshot space in the mapping table.图示

描述已自动生成