All Products
Search
Document Center

Elastic Compute Service:Redeploy a local disk instance

Last Updated:Jul 15, 2026

Respond to SystemMaintenance.Redeploy or SystemFailure.Redeploy events by redeploying the instance to a new host.

See O&M scenarios and system events for local disk-based instances.

Important

Redeployment migrates the instance to a new host with new local disks. Data on the original local disks is lost. Back up your data before you proceed. See Back up files on a local disk.

Prerequisites

  • A system event is received for your local disk-based instance.

  • (Recommended) Configure read/write isolation at the application layer and update /etc/fstab to improve availability.

    Preparations

    1. Connect to an ECS instance.

      For information about the connection methods, see Connection method overview.

    2. (Optional) Configure read/write isolation for local disks at the application layer.

      Note

      Read/write isolation reduces data conflicts, prevents data corruption from incorrect operations, and improves performance in high-concurrency environments.

    3. For Linux instances only: Add the nofail parameter for all local disk entries in /etc/fstab. This allows the system to start even if a local disk fails to mount.

      Example: add nofail for /dev/vdd:

      /dev/vdd /mnt/vdd ext4 defaults,barrier=0,nofail 0 0

      Parameter

      Description

      UUID

      The UUID of the local data disk. Run the blkid command to query it.

      /path/to/mountpoint

      The mount point of the local disk. Run the blkid command to query it.

      fstype

      The file system type. Run the blkid command to query it.

      barrier

      Whether to enable the write barrier. 0 means disabled, and 1 means enabled.

      nofail

      Mount failure does not block instance startup.

Procedure

  1. Log in to the ECS console.

  2. In the left-side navigation pane, click Events.

  3. Click Local Disk-based Instance Events.

  4. On the Local Disk Damage Events tab, find the instance and click Redeploy in the Actions.

  5. In the Redeploy Instance dialog box, confirm the redeployment impacts, select I am aware of the risk of data loss., and click OK.

Next steps