When system disks or data disks do not have sufficient storage space, you can resize the disks in the Elastic Compute Service (ECS) console to extend the capacity of the disks. This topic describes how to resize a disk online or offline. After you resize a disk online, you do not need to restart the associated instance to make the new disk size take effect. After you resize a disk offline, you must restart the associated instance to make the new disk size take effect.
Limits
You cannot resize a disk for which a snapshot is being created. Wait until the snapshot is created before you resize the disk.
You cannot resize local disks.
Do not resize local disks. If you resize local disks, the partition table and file system structure on the disks may be corrupted, which affects business continuity.
Prerequisites
The instance to which the disk that you want to resize is attached meets the following requirements:
If you want to resize the disk online, the instance is in the Running (Running) state.
If you want to resize the disk offline, the instance is in the Running (Running) or Stopped (Stopped) state.
The disk that you want to resize meets the following requirements:
The disk is in the In Use (In Use) or Unattached (Unattached) state.
NoteAfter you resize the disk, you must extend the partitions and file systems of the disk in the operating system of the instance. If the disk is in the Unattached state, attach the disk to an instance before you extend the partitions and file systems of the disk.
(Recommended) Snapshots are created for the disk to back up data. For more information, see Create a snapshot for a disk.
NoteYou are charged for snapshots. For more information, see Billing of snapshots.
If the disk is a new data disk, initialize the disk before you resize the disk. For more information, see Overview.
Procedure
Log on to the ECS console.
In the left-side navigation pane, choose .
In the top navigation bar, select the region and resource group to which the resource belongs.
On the Cloud Disk tab, find the disk that you want to resize and resize the disk.
If the disk is attached to an instance that is in the Running state, click Resize in the Actions column.
If the disk is in the Unattached state or the disk is attached to an instance that is in the Stopped state, choose
in the Actions column.
You can also select multiple disks and click Resize in the lower part of the Cloud Disk tab to batch resize the disks.
In the Determine Disk and Read Notes step, click I Understand Risks and Have Backed Up Data. Proceed.
In the Configure Resizing Method and New Size step, configure the parameters.
Configure the New Disk Size parameter. The value cannot be smaller than the current disk size.
Configure the Resizing Method parameter. Valid values:
Online Resizing: After you resize a disk attached to an instance online, the new disk size immediately takes effect without the need to restart the instance.
NoteAfter you resize a disk attached to an instance offline, you must restart the instance for the new disk size to take effect. If the business deployed on an instance does not allow instance restarts, select Online Resizing to resize the disk.
Offline Resizing: After you resize a disk attached to an instance offline, you must restart the instance in the ECS console or by calling an API operation for the new disk size to take effect. The new disk size does not take effect if you run the
reboot
command in the instance to restart the instance. For more information, see Restart an instance.NoteThe offline resizing method is suitable for the following scenarios:
If the instance is in the Stopped state or the instance type does not support the online resizing of disks, you can resize disks only offline. For information about the instance types that do not support the online resizing of disks, see the FAQ section of this topic.
If the instance is a Windows instance on which a virtio driver of a version earlier than 58011 is installed, select Offline Resizing. If you select Online Resizing to resize a disk on the Windows instance, the resize operation does not take effect. Before you can resize a disk on the Windows instance online, update the virtio driver version. For more information, see Update the Red Hat virtio driver on a Windows instance.
Read the ECS Terms of Service and select I have read and agree to ECS Terms of Service.
In the lower-left corner of the Resize Cloud Disk page, confirm the price and click OK.
In the Confirm Resizing Results step, click Next Step: Extend Partitions and File Systems in the lower-left corner of the Resize Cloud Disk page if Successful is displayed in the Resizing Result column.
Follow the on-screen instructions to extend the partitions and file systems of the disk by using Cloud Assistant or by referring to the documentation.
Use Cloud Assistant
(Conditionally required) If you resized a disk offline, click Restart Instance in the Solution section to restart the instance to which the disk is attached to make the new disk size take effect.
On the Cloud Assistant tab click Run Preceding Command in the Solution section. In the Send Remote Commands dialog box, click Run. The system runs the commands on the instance to extend the partitions and file systems of the disk.
Refer to documentation (CLI)
(Conditionally required) If you resized a disk offline, you must restart the instance to which the disk is attached in the ECS console or by calling an API operation to make the new disk size take effect. The new disk size does not take effect if you run the
reboot
command in the instance to restart the instance. For more information, see Restart an instance.Connect to the instance and run CLI commands in the operating system to extend the partitions and file systems of the disk. For more information, see Extend the partitions and file systems of disks on a Linux instance or Extend the partitions and file systems of disks on Windows instances.