Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
41 KiB
Ultra-high I/O ECSs
Overview
Ultra-high I/O ECSs use high-performance local NVMe SSDs to provide high storage input/output operations per second (IOPS) and low read/write latency. You can create such ECSs with high-performance local NVMe SSDs attached on the management console.
Ultra-high I/O ECSs can be used for high-performance relational databases, NoSQL databases (such as Cassandra and MongoDB), and ElasticSearch.
Specifications
Flavor |
vCPUs |
Memory (GiB) |
Max./Assured Bandwidth (Gbit/s) |
Max. PPS (10,000) |
Max. NIC Queues |
Max. NICs |
Local Disks (GiB) |
Virtualization |
---|---|---|---|---|---|---|---|---|
i3.2xlarge.4 |
8 |
32 |
15/4.5 |
150 |
4 |
4 |
1 × 3,200 GiB NVMe |
KVM |
i3.4xlarge.4 |
16 |
64 |
20/9 |
280 |
8 |
8 |
2 × 3,200 GiB NVMe |
KVM |
i3.8xlarge.4 |
32 |
128 |
30/18 |
550 |
16 |
8 |
4 × 3,200 GiB NVMe |
KVM |
i3.12xlarge.4 |
48 |
192 |
35/27 |
750 |
16 |
8 |
6 × 3,200 GiB NVMe |
KVM |
i3.16xlarge.4 |
64 |
256 |
40/32 |
1000 |
32 |
8 |
8 × 3,200 GiB NVMe |
KVM |
Features
Table 2 and Table 3 lists the IOPS performance of local disks and specifications of a single local disk attached to an I3 ECS.
Notes
- Table 4 lists the OSs supported by ultra-high I/O ECSs.
Table 4 Supported OS versions OS
Version
Alma
Alma 8 64bit
CentOS
- CentOS Stream 8.6 64bit
- CentOS 7.9 64bit
- CentOS 7.7 64bit
Debian
- Debian GNU/Linux 11 64bit
- Debian GNU/Linux 10 64bit
EulerOS
EulerOS 2.5 64bit
Fedora
- Fedora 35 64bit
- Fedora 34 64bit
- Fedora 33 64bit
OpenSUSE
OpenSUSE 15.3 64bit
Oracle Linux
- Oracle Linux Server release 8.4 64bit
- Oracle Linux Server release 7.6 64bit
Red Hat
- Red Hat Enterprise Linux 7.9 64bit
- Red Hat Enterprise Linux 6.10 64bit
Rocky
Rocky 8 64bit
SUSE
- Novell SUSE Linux Enterprise Server 15 SP3 64bit
- Novell SUSE Linux Enterprise Server 15 SP2 64bit
- Novell SUSE Linux Enterprise Server 15 SP1 64bit
- Novell SUSE Linux Enterprise Server 15 64bit
- Novell SUSE Linux Enterprise Server 12 SP5 64bit
- Novell SUSE Linux Enterprise Server 12 SP4 64bit
- Novell SUSE Linux Enterprise Server 12 SP3 64bit
SUSE-SAP
- Novell SUSE Linux Enterprise Server 15 SP3 64bit
- Novell SUSE Linux Enterprise Server 15 SP2 64bit
- Novell SUSE Linux Enterprise Server 15 SP1 64bit
- Novell SUSE Linux Enterprise Server 15 64bit
- Novell SUSE Linux Enterprise Server 12 SP5 64bit
- Novell SUSE Linux Enterprise Server 12 SP4 64bit
- Novell SUSE Linux Enterprise Server 12 SP3 64bit
Ubuntu
- Ubuntu 20.04 server 64bit
- Ubuntu 18.04 server 64bit
Windows
- Windows Server 2019 Standard 64bit
- Windows Server 2016 Standard 64bit
- Windows Server 2012 R2 Standard 64bit
openEuler
openEuler 20.03 64bit
- When the physical server where an ultra-high I/O ECS is deployed becomes faulty, the ECS cannot be migrated.
If the hardware of host machines is faulty or subhealthy and needs to be repaired, you need to stop the ECS.
- Ultra-high I/O ECSs do not support specifications modification.
- Ultra-high I/O ECSs do not support local disk snapshots or backups.
- Ultra-high I/O ECSs can use local disks, and can also have EVS disks attached to provide a larger storage size. Note the following when using the two types of storage media:
- Only an EVS disk, not a local disk, can be used as the system disk of an ultra-high I/O ECS.
- Both EVS disks and local disks can be used as data disks of an ultra-high I/O ECS.
- An ultra-high I/O ECS can have a maximum of 60 attached disks (including VBD, SCSI, and local disks). An ECS can have a maximum of 60 attached disks, including the system disk. For details about constraints, see Can I Attach Multiple Disks to an ECS?
- Modify the fstab file to set automatic disk mounting at ECS start. For details, see Setting Automatic Mounting at System Start.
- The local disk data of an ultra-high I/O ECS may be lost due to some reasons, such as physical server breakdown or local disk damage. If the data reliability of your application cannot be ensured, it is a good practice to use EVS disks to build your ECS.
- After an ultra-high I/O ECS is deleted, the data on local NVMe SSDs is automatically deleted. Back up the data before deleting such an ECS. Deleting local disk data is time-consuming. Therefore, an ultra-high I/O ECS requires a longer period of time than other ECSs for releasing resources.
- The data reliability of local disks depends on the reliability of physical servers and hard disks, which are SPOF-prone. It is a good practice to use data redundancy mechanisms at the application layer to ensure data availability. Use EVS disks to store service data that needs to be stored for a long time.
- The device name of a local disk attached to an ultra-high I/O ECS is /dev/nvme0n1 or /dev/nvme0n2.
- The basic resources, including vCPUs, memory, and image of an ultra-high I/O ECS will continue to be billed after the ECS is stopped. To stop the ECS from being billed, delete it.
Handling Damaged Local Disks Attached to an ECS of I Series
If a local disk attached to an ECS is damaged, perform the following operations to handle this issue:
For a Linux ECS:
- Detach the faulty local disk.
- Run the following command to query the mount point of the faulty disk:
- Run the following command to detach the faulty local disk:
In the example shown in Figure 1, the mount point of /dev/nvme0n1 is /mnt/nvme0. Run the following command:
umount /mnt/nvme0
- Check whether the mount point of the faulty disk is configured in /etc/fstab of the ECS. If yes, comment out the mount point to prevent the ECS from entering the maintenance mode upon ECS startup after the faulty disk is replaced.
- Run the following command to obtain the partition UUID:
In this example, run the following command to obtain the UUID of the /dev/nvme0n1 partition:
blkid /dev/nvme0n1
Information similar to the following is displayed:
/dev/nvme0n1: UUID="b9a07b7b-9322-4e05-ab9b-14b8050cd8cc" TYPE="ext4"
- Run the following command to check whether /etc/fstab contains the automatic mounting information about the disk partition:
cat /etc/fstab
Information similar to the following is displayed:
UUID=b9a07b7b-9322-4e05-ab9b-14b8050cd8cc /mnt ext4 defaults 0 0
- If the mounting information exists, perform the following steps to delete it.
- Run the following command to edit /etc/fstab:
vi /etc/fstab
Use the UUID obtained in 2.a to check whether the mounting information of the local disk is contained in /etc/fstab. If yes, comment out the information. This prevents the ECS from entering the maintenance mode upon ECS startup after the local disk is replaced.
- Press i to enter editing mode.
- Delete or comment out the automatic mounting information of the disk partition.
For example, add a pound sign (#) at the beginning of the following command line to comment out the automatic mounting information:
# UUID=b9a07b7b-9322-4e05-ab9b-14b8050cd8cc /mnt ext4 defaults 0 0
- Press Esc to exit editing mode. Enter :wq and press Enter to save the settings and exit.
- Run the following command to edit /etc/fstab:
- Run the following command to obtain the partition UUID:
- Run the following command to obtain the SN of the local disk:
For example, if the nvme0n1 disk is faulty, obtain the serial number of the nvme0n1 disk.
ll /dev/disk/by-id/
- Stop the ECS and provide the serial number of the faulty disk for technical support to replace the local disk.
After the local disk is replaced, restart the ECS to synchronize the new local disk information to the virtualization layer.
For a Windows ECS:
- Open Computer Management, choose Computer Management (Local) > Storage > Disk Management, and view the disk ID, for example, Disk 1.
- Open Windows PowerShell as an administrator and run the following command to query the disk on which the logical disk is created:
Get-CimInstance -ClassName Win32_LogicalDiskToPartition |select Antecedent, Dependent | fl
- Run the following command to obtain the serial number of the faulty disk according to the mapping between the disk ID and serial number:
- Stop the ECS and provide the serial number of the faulty disk for technical support to replace the local disk.
After the local disk is replaced, restart the ECS to synchronize the new local disk information to the virtualization layer.