检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Creating an EVS Snapshot Function This API is used to create an EVS snapshot. Calling Method For details, see Calling APIs. URI POST /v3/{project_id}/snapshots Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Definition The project ID.
Querying EVS Snapshots Function Querying EVS Snapshots Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/snapshots Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Definition The project ID.
Updating an EVS Snapshot Function This API is used to update an EVS snapshot. Calling Method For details, see Calling APIs.
Querying EVS Snapshots Function Querying EVS Snapshots Calling Method For details, see Calling APIs. URI GET /v3/{project_id}/snapshots Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Definition The project ID.
Creating EVS Disks Function This API is used to create EVS disks. Calling Method For details, see Calling APIs. URI POST /v3/{project_id}/volumes Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String The project ID.
Querying EVS Disks Function This API is used to query EVS disks. Calling Method For details, see Calling APIs. URI GET /v3/{project_id}/volumes Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String The project ID.
Querying EVS Disks Function This API is used to query EVS disks. Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/volumes Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String The project ID.
Updating an EVS Disk Function This API is used to update an EVS disk. Calling Method For details, see Calling APIs. URI PUT /v3/{project_id}/volumes/{volume_id} Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String The project ID.
Reducing EVS Disk Capacities on Linux When using cloud servers, you can create EVS disks (system disks and data disks) to meet your storage requirements. However, the capacity of an EVS disk cannot be reduced once the disk is created.
In this document, Elastic Volume Service (EVS) disks instead of physical disks are used to create RAID arrays. The working principles are the same. This document uses CentOS 7.5 as the sample OS to describe how to create a RAID 10 array with four EVS disks.
Purchasing and Using an EVS Disk Overview Purchasing an EVS Disk Attaching an EVS Disk Initializing EVS Data Disks
"github.com/huaweicloud/huaweicloud-sdk-go-v3/services/evs/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/evs/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/evs/v2/region" ) func main() { // The AK and SK used for authentication are
Detaching and Deleting an EVS Disk Detaching an EVS Disk Unsubscribing from or Deleting an EVS Disk
"evs:quotas:get", "evs:volumeTags:list", "evs:types:get", "evs:volumes:create", "ecs:cloudServerFlavors:get", "ecs:cloudServers
Managing EVS Disk Backups CBR Overview Backing Up EVS Disks
Attaching an Existing EVS Disk Attaching an Existing Non-Shared Disk Attaching an Existing System Disk Attaching an Existing Shared Disk
Expanding the EVS Disk Capacity Expansion Overview Step 1: Expand Disk Capacity Step 2: Extend Disk Partitions and File Systems
Managing EVS Recycle Bin Recycle Bin Overview Enabling the Recycle Bin Configuring a Recycle Bin Policy Recovering Disks from the Recycle Bin Permanently Deleting Disks from the Recycle Bin Disabling the Recycle Bin
Procedure Expand the capacity of an EVS disk on the console. Sign in to the EVS console. Locate the to-be-expanded disk and expand the capacity. For details, see Expand Disk Capacity. Log in to the ECS as user root.
Querying Tags of an EVS Disk Function This API is used to query the tags of a specified EVS disk. Calling Method For details, see Calling APIs.