As the local disk Ark service needs to be taken offline, subsequent support for the local disk Ark will not be provided. Existing local disk Ark services will be upgraded to Cloud Disk Snapshot Services.
The upgrade includes the following:
【Local Disk】is upgraded to 【SSD Cloud Disk】 The Ark service of the local disk is upgraded to the Snapshot service of the cloud disk. Billing related:
- The original Ark service will be closed, the Data Ark function will be returned, and the new Snapshot service will be opened.
- This is a smooth upgrade, maintaining the original price unchanged, and the service has been upgraded.
Compared with the local disk Ark, the Cloud Disk Snapshot service provides a longer backup time at the same price.
Upgrade Advantages:
- No IO contention, with three replica disaster recovery capabilities, IO isolation and data rapid migration capabilities
- Local disks do not support expansion, cloud disks support expansion
- Moving will not cause automatic backup interruption and has the ability to recover to the original local disk backup time point
- Backup strategy service has been fully upgraded
- Local disk Ark service: Enable disk continuous data protection function, auto backup strategy is 12 hours arbitrary second-level backup, 24 hours arbitrary hour-level backup, and 3 days arbitrary zero point backup
- Cloud Disk Snapshot Service: Opened the【Base】package, automatic backup strategy is 24 hours random second level backup, 60 hours random hour level backup, 15 days random zero point backup, supporting 3 manual backup snapshots
- After the upgrade is complete, you can modify the policy of your upgraded Snapshot service in the【Basic Information】card on the【Snapshot Service Management】->【Snapshot Detail Page】, catering to your various business needs
Local Disk Ark service-related operations
Creating Local Disk Ark
1)Creation from console: Go to the creation page of 【Cloud Host】, turn on 【Data Ark】
2)API interface: Call CreateUHostInstance, select the local disk type for the disk type. Ark classification parameter:TimemachineFeature : Yes.
Shutting down Ark
1)Console operation: On the details page for 【Cloud Host】product virtual machine resources, on the【Disk and Recovery】page, click on the【Shut Down Ark】button
2)API interface: Call DegradeToNormalUHostInstance
Creating Local Disk Snapshot
1)Creation from console: On the details page for【Cloud Host】product virtual machine resources, on【Disk and Recovery】page, click on【Enter Ark】
2)API interface:CreateSnapshot/CreateUserVDiskSnapshot
Cloud Disk Snapshot Service Related Operations
Creating Cloud Disk Snapshot Service
1)Creation from console: On the【Cloud Host】creation page, turn on【Snapshot Service】, click on the edit icon in the subsequent, you can modify the backup package of the snapshot service.
2)API interface: Call CreateUHostInstance, and select cloud disk for the disk type. Turn-on Parameter:Disks.N.BackupType: SNAPSHOT, Disks.N.BackupMode select a snapshot service package. Disks.N.BackupMode: Enumeration: “Primer”: Entry-level; “Base”: Basic, “Enterprise”: Enterprise, “Ultimate”: Ultimate, “Custom”: Custom backup chain. Default value: “Primer”. Disks.N.CustomBackup.Journal: When Disks.N.BackupMode is “Custom”, it is set with a 12-hour second-level basis for multiple expansions, such as 12, 24, 36, 48. Disks.N.CustomBackup.Hour: When Disks.N.BackupMode is “Custom”, it is set with a 24-hour level basis for multiple expansions, such as 24, 48, 72, 96. Disks.N.CustomBackup.Day: When Disks.N.BackupMode is “Custom”, it is set with a 5-day level basis for multiple expansions, such as 5, 10, 15, 20, 25, 30.
Closing Snapshot Service
1)Console operation: Click on【Snapshot Service Management Page】, select【Close Service】
2)API interface: Call DeleteSnapshotService
Creating Cloud Disk Snapshot
1)Creating through Console: Select the cloud disk resource you want to create a snapshot of in【Cloud Disk Management】, click on【Create Snapshot】. You will be prompted to first turn on the snapshot service. Once completed, you will be automatically redirected to【Snapshot Service Management】, enter the details page of the service you just opened, and create a snapshot. The cloud disk that has already opened the snapshot service, click【Create Snapshot】and it will create directly, then go to【Snapshot Service Management】 -> 【Cloud Disk Snapshot】to view the snapshot resource.
2)API Interface: Call UDISK interface CreateUDiskSnapshot