{{ $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 created, there are two scenarios for the virtual machine (VM) to read data:

If the data to be read is data that existed before snapshot creation and has not been modified since the snapshot was created, it will be read from the source virtual disk.

If the data to be read is data added or modified after snapshot creation, it will be read from the snapshot space.

The data read process after snapshot creation is as follows:

The VM issues a data read command. When reading the snapshot, the snapshot system determines whether the data exists in the snapshot.

To read data "a" corresponding to the original address "1" which is data from before snapshot creation, and address "1" does not exist in the mapping table the system is directly redirected to the source volume, reads from the source volume, and returns data "a".

To read data "e" corresponding to the original address "2" — which is a data area that has been written to after snapshot creation — the system reads from the snapshot space and returns data "e".

图示, 表格

描述已自动生成