Create a snapshot consistency group

更新时间:
复制 MD 格式

Create simultaneous snapshots for multiple cloud disks across ECS instances in one zone, ensuring point-in-time and crash consistency.

Usage notes

Note the following before creating a snapshot consistency group:

Item

Description

Performance impact

Cloud disk I/O may jitter (up to 10%) during the first few seconds of snapshot creation. Performance normalizes after the upload progress appears in the Progress column on the Snapshots page of the ECS console.

Billing

Creating a snapshot-consistent group is free. However, you incur storage fees for the snapshots in the group, based on snapshot size and retention period. See Snapshot billing.

Limitations

  • Only ESSD series cloud disks (ESSD, ESSD AutoPL, ESSD Entry, and Regional ESSD) support snapshot consistency groups, and the disks must not have multi-attach enabled.

    Important

    Regional ESSDs can be included in a snapshot consistency group only with other Regional ESSDs.

  • All cloud disks in a snapshot consistency group must be in the same zone.

  • Snapshots created by a snapshot consistency group are retained permanently. Custom retention periods are not supported.

  • A snapshot consistency group can include disks from multiple ECS instances. Maximum: 128 disks and 256 TiB total capacity per group.

  • Concurrent quota: Each cloud disk supports up to 10 ongoing snapshot tasks (including manual snapshots, automatic snapshots, and consistency group snapshots). Disks that reach this quota cannot be selected.

See also the usage notes in Create a snapshot for a disk.

Prerequisites

  • The snapshot service is enabled.

  • ECS instances are in the Running or Stopped state, and cloud disks are in the In Use state.

Procedure

  1. Go to ECS console - snapshot consistency group.

  2. In the upper-left corner of the page, select a region and resource group.地域

  3. On the Snapshot-consistent Groups tab, click Create Snapshot-consistent Group.

  4. In the Create Snapshot dialog box, configure the following parameters.

    Parameter

    Description

    Resource Types

    By default, Instance is selected. Select cloud disks from one or more instances to create a snapshot consistency group with data consistency.

    Note

    You can also set Resource Types to Disks to create a snapshot for a single cloud disk. See Create a snapshot for a disk.

    Select Instances

    Select the ECS instances to include in the snapshot consistency group.

    Select Disks

    Select cloud disks to include in the snapshot consistency group.

    Note

    Only ESSD, ESSD AutoPL, ESSD Entry, and Regional ESSD disks are supported. Regional ESSDs can only be grouped with other Regional ESSDs.

    Snapshot consistency group name

    The snapshot consistency group name.

    (Optional) Advanced Settings

    Application-consistent Snapshot

    Enable Application-consistent Snapshot: Disabled by default. Select to enable application-consistent snapshots.

    Note

    Description

    A description to help identify and manage the group.

    Tags

    Key-value pairs to categorize and manage the group.

  5. Click OK.

  6. (Optional) View the group in the snapshot consistency group list, or click the group ID to see its snapshots.

References