ResizeDisk - 扩容磁盘

更新时间:
复制 MD 格式

扩容一块磁盘,支持扩容系统盘和数据盘。

接口说明

说明

扩容前,请务必查询云盘采用的分区格式。如果是 MBR 格式,不支持扩容到 2TiB 以上,否则会造成数据丢失。对于 MBR 分区扩容,建议您重新创建并挂载一块数据盘,采用 GPT 分区格式后,再将已有数据拷贝至新的数据盘上。更多详情,请参见扩容云盘容量

  • 支持扩容的磁盘类型包括普通云盘(cloud)、高效云盘(cloud_efficiency)、SSD 云盘(cloud_ssd)、ESSD 云盘(cloud_essd、ESSD Entry 云盘(cloud_essd_entry)、ESSD AutoPL 云盘(cloud_auto)、弹性临时盘-标准版(elastic_ephemeral_disk_standard)和弹性临时盘-高级版(elastic_ephemeral_disk_premium)、 ESSD 同城冗余云盘(cloud_regional_disk_auto)。

  • 正在创建快照的云盘不支持扩容。请您等待快照创建完成后,再开始执行扩容操作。

  • 该接口不能扩容分区和文件系统,您需要在扩容云盘容量后自行分配分区和文件系统,具体操作,请参见扩容分区与文件系统(Linux)扩容分区与文件系统(windows)

  • 开启多重挂载特性的云盘支持在线扩容和离线扩容,请确保磁盘挂载的实例满足以下条件:

    • 在线扩容时,实例状态为运行中Running)。

    • 离线扩容时,实例状态为运行中Running)或已停止Stopped)。

  • 请确保云盘满足以下条件:

    • 云盘状态为使用中(In Use)或者待挂载(Available)。

    • (强烈建议)已为云盘创建快照,做好数据备份。具体操作,请参见创建快照

    • 如果您是全新购买的数据盘,请先完成初始化再执行扩容操作。更多信息,请参见初始化概述

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

ecs:ResizeDisk

update

*Disk

acs:ecs:{#regionId}:{#accountId}:disk/{#diskId}

请求参数

名称

类型

必填

描述

示例值

DiskId

string

磁盘 ID。您可以调用 DescribeDisks 查询磁盘 ID。

d-bp67acfmxazb4p****

Type

string

扩容磁盘的方式。取值范围:

  • offline(默认):离线扩容。扩容后,您必须在控制台重启实例或者调用 API RebootInstance 使操作生效。

  • online:在线扩容,无需重启实例即可完成扩容。磁盘类型支持高效云盘、SSD 云盘、ESSD 云盘和弹性临时盘。

offline

NewSize

integer

希望扩容到的磁盘容量大小。单位为 GiB。取值范围:

  • 系统盘:

    • 普通云盘:20~500。

    • ESSD 云盘:
      • PL0:1~2048。

      • PL1:20~2048。

      • PL2:461~2048。

      • PL3:1261~2048。

    • ESSD AutoPL 云盘:1~2048。

    • 其他云盘类型:20~2048。

  • 数据盘:

    • 高效云盘(cloud_efficiency):20~32768。

    • SSD 云盘(cloud_ssd):20~32768。

    • ESSD 云盘(cloud_essd):具体取值范围与PerformanceLevel的取值有关。可以调用 DescribeDisks 查询云盘信息,再根据查询结果中的PerformanceLevel参数查看取值。
      • PL0:1~65536。

      • PL1:20~65536。

      • PL2:461~65536。

      • PL3:1261~65536。

    • 普通云盘(cloud):5~2000。

    • ESSD AutoPL 云盘(cloud_auto):1~65536。

  • ESSD Entry 云盘(cloud_essd_entry):10~32768。

    • 弹性临时盘-标准版(elastic_ephemeral_disk_standard):64~8,192。

    • 弹性临时盘-高级版(elastic_ephemeral_disk_premium):64~8,192。

说明

指定的新磁盘容量必须比原磁盘容量大,否则调用接口将报错。

1900

ClientToken

string

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性

123e4567-e89b-12d3-a456-426655440000

返回参数

名称

类型

描述

示例值

object

OrderId

string

生成的订单 ID。

说明

仅在扩容包年包月云盘时会返回订单 ID。

20413515388****

RequestId

string

请求 ID。

F3CD6886-D8D0-4FEE-B93E-1B732396****

示例

正常返回示例

JSON格式

{
  "OrderId": "20413515388****",
  "RequestId": "F3CD6886-D8D0-4FEE-B93E-1B732396****"
}

错误码

HTTP status code

错误码

错误信息

描述

400 InvalidDataDiskSize.ValueNotSupported The specified DataDisk.n.Size is beyond the permitted range; or the capacity of the snapshot exceeds the size limit of the specified disk category.
400 InvalidParameter.Conflict %s 您输入的参数无效,请检查参数之间是否冲突。%s为变量,将根据调用API的实际情况动态返回错误信息。
400 IncompleteParamter Some fields can not be null in this request. 请求中缺失参数。
400 InvalidRegionId.MalFormed The specified RegionId is not valid.
400 InvalidParam.Type The specified type is not supported. 指定的参数Type无效。
400 LastOrderProcessing The previous order is still processing. Please try again later.
400 InvalidStatus.Upgrading The instance which the disk attachs is upgrading; please try again later.
400 InvalidSystemDiskSize.ImageNotSupportResize The image of the instance does not support resize.
400 InvalidDisk.DetachedSystemDisk The specified disk is a detached system disk. This operation is not supported.
400 OperationDenied.NotEnoughCapacity The capacity of the current dedicated block storage cluster is not enough to expand.
400 IncorrectDiskStatus.ReplicationStatusNotFound Disk replication status not found.
400 IncorrectDiskStatus.InReplication Disk already in replication.
400 QuotaExceed.DiskCapacity The used capacity of disk type has exceeded the quota in the zone, %s. 指定磁盘类型的已用容量超出可用区配额限制,您可以前往配额中心查询和申请提升磁盘容量配额。
400 NoPermission.Price The operation requires price permission. Please either apply for permission from your main account or set the parameter AutoPay to true.
400 NoPermission.Refund The operation requires refund permission. Please apply for permission from your main account. 该账号无权限操作退款,主账号需要授权退款相关权限。
400 InvalidOperation.InstanceRenewWithDowngradeInPlan The operation is denied due to the specified instance has renew with downgrade record in plan. 存在未生效的续费降配订单。订单生效前不允许此操作。
400 InvalidSystemDiskSize.ValueNotSupported The specified system disk size is invalid. 无效的系统硬盘大小。
400 OperationDenied.UnfinishedOrder The current instance has an unfinished refund order. This operation is denied.
400 AccountForbidden.CreateOrder Order cannot be created due to abnormal account. 当前账号不允许创建订单。
500 InternalError The request processing has failed due to some unknown error.
403 InvalidDataDiskSize.ValueNotSupported The specified DataDisk.n.Size is beyond the permitted range; or the capacity of the snapshot exceeds the size limit of the specified disk category.
403 OperationDenied The type of the disk does not support the operation. 此磁盘种类不支持指定的操作。
403 InvalidDiskSize.TooSmall Specified new disk size is less than the original disk size.
403 InvalidDiskSize.TooLarge Specified new disk size is beyond the permitted range.
403 InstanceExpiredOrInArrears The specified operation is denied as your prepay instance is expired (prepay mode) or in arrears (afterpay mode).
403 DiskError Incorrect disk status.
403 DiskInArrears The specified operation is denied because the disk has overdue payments. Please settle the outstanding balance.
403 IncorrectInstanceStatus The current status of the resource does not support this operation.
403 DiskCreatingSnapshot The operation is denied due to a snapshot of the specified disk is not completed yet.
403 InvalidDiskSize Specified new disk size is less than or equal the original disk size. 指定的新磁盘大小必须大于原始磁盘大小。
403 Operation.Conflict The operation may conflict with others. Please retry later.
403 InstanceLockedForSecurity The instance is locked due to security. 您的资源被安全锁定,拒绝操作。
403 IncorrectDiskStatus The current disk status does not support this operation.
403 UserNotInTheWhiteList The user is not in disk white list. 您不在磁盘白名单中,请加入白名单后重试。
403 InvalidDiskCategory.NotSupported The specified disk category is not supported. 指定的云盘类型不支持当前操作。
403 InvalidRegion.NotSupport The specified region does not support resize online. 该地域不支持在线扩容。
403 InvalidInstanceStatus.NotRunning The status of instance to which the disk attachs must be running when resizing online. 在线调整磁盘大小时,磁盘连接到的实例的状态必须正在运行。
403 InvalidOperation.InstanceTypeNotSupportOnlineResize The instance type of the specified instance does not support resize online.
403 InvalidParameter.KMSKeyId.CMKUnauthorized The CMK has not authorized the ECS service to perform the KMS TagResource and UntagResource operations. Please verify the authorization and try again.
403 InvalidParameter.KMSKeyId.CMKNotEnabled The CMK needs to be enabled.
403 InvalidParameter.KMSKeyId.KMSUnauthorized ECS service does not have permission to access your KMS key. Please verify that the specified KMS key has authorized the ECS service.
403 InstanceSpecModification.NotEffective The instance which the disk attachs has been reserved for making a spec modification and not taken effective in the current contract period.
403 InvalidDiskSize.NotSupportResizeOnline The current size of the resource does not support resize online.
403 SecurityRisk.3DVerification We have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email. 我们检测到您的默认信用卡或借记卡存在安全风险。请通过电子邮件中的链接进行验证。
403 QuotaExceeded.PostpaidDataDiskCapacity The quota of postpaid data disk capacity exceeds. 按量付费数据盘使用容量超出配额。
403 InvalidOperation.MultiAttachDiskNotSupportResizeOnline Multi attach disk does not support resize online. 开启多重挂载特性的云盘不支持在线扩容。
403 InvalidDataDiskCategory.ValueNotSupported The specified Category of Data Disk is not valid. 指定的数据盘磁盘类型不支持
403 InvalidDiskSize.NotSupportMultiAttachDisk The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. 大于 64 TB 的磁盘不支持开启多重挂载
404 InvalidDiskId.NotFound The specified disk does not exist. 指定的磁盘不存在。请您检查磁盘 ID 是否正确。
404 InvalidInstanceId.NotFound The specified InstanceId does not exist. 指定的实例ID无效。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情