Skip to main content

Cloud Server network volumes

Network volumes are scalable block devices that can be easily transferred between cloud servers. They are suitable for scaling server disk space without changing the boot disk. Triple replication of disk volumes ensures high data integrity.

A network volume can be created along with a cloud server or created separately, and then you can create a server from it or connect it to a server as an additional disk.

You can work with network volumes in the control panel, using OpenStack CLI or Terraform.

You can track metrics for cloud server network volumes using the Metrics service.

Records of operations with network volumes are saved in audit logs.

Features of network volumes

Types of network volumes

  • HDD Basic — HDD based on enterprise-class SATA disks. Suitable for storing large amounts of data that do not need to be frequently read or overwritten;
  • SSD Basic — SSD for tasks that do not require high read and write speeds. Throughput and IOPS are higher than those of the basic HDD;
  • SSD Universal — SSD, suitable for use as a cloud server boot disk;
  • SSD Universal v2 — SSD with the ability to change the IOPS limit and without fixed separation of read and write operations. Suitable for tasks with uneven load. When choosing the maximum number of IOPS, it is suitable for CRM systems, monitoring systems, and for working with big data;
  • SSD Fast — SSD NVMe with lower latency and higher performance compared to other types. Suitable for workloads requiring high read and write speeds.
  • SSD Fast v2 — SSD NVMe with the ability to change the IOPS limit and without fixed separation of read and write operations. Suitable for tasks requiring high I/O speeds and a level of fault tolerance.

Disk types differ in recommended size limits, throughput values, and the number of read and write operations. See the Network volume limits table for details.

Different disk types are available in different pool segments. You can view type availability in locations in the Cloud Platform network volumes subsection of the Product availability in locations instructions.

You can view the list of IDs and type names in the Network volume type list subsection.

Network volume limits

The maximum size of boot and additional network volumes, throughput values, and the number of IOPS depend on the disk type.

Disks of the same type in different pool segments may have different limits. For example, if two network volumes with the SSD Universal type are in different segments (the first disk in ru-1c, the second in ru-8a), their limits will differ.

Maximum size for a boot diskMaximum size for an additional diskThroughput
(4 MB blocks)
Number of operations
(read, 4 KB blocks)
Number of operations
(write, 4 KB blocks)
HDD Basic
(all available pool segments)
500 GB10 TB100 MB/s320 IOPS120 IOPS
SSD Basic
(ru-2b, ru-2c, ru-3b, ru-7a, ru-7b, ru-8a, ru-9a)
500 GB10 TB150 MB/s640 IOPS320 IOPS
SSD Universal
(ru-1a, ru-1b, ru-1c, ru-2a, ru-3a)
2 TB10 TB150 MB/s640 IOPS320 IOPS
SSD Universal
(ru-2b, ru-2c, ru-3b, ru-7a, ru-7b, ru-8a, ru-9a, gis-1a, gis-2a, uz-1a, uz-1b, uz-2a, kz-1a, ke-1a)
5 TB10 TB200 MB/s7 000 IOPS4 000 IOPS
SSD
Universal v2
(ru-2c, ru-3b, ru-6a, ru-6b, ru-6c, ru-7a, ru-7b, ru-8a, ru-9a, gis-1a, gis-2a, uz-1a, uz-1b, uz-2a, kz-1a, ke-1a)
10 TB10 TB200 MB/s2 000 — 16 000 IOPS
(without separation
read and write)
SSD Fast
(ru-1a, ru-1b, ru-1c, ru-2a, ru-2b, ru-3a)
2 TB10 TB500 MB/s12 800 IOPS6 400 IOPS
SSD Fast
(ru-2c, ru-3b, ru-7a, ru-7b, ru-8a, ru-9a, gis-1a, gis-2a, uz-1a, uz-1b, uz-2a, kz-1a, ke-1a)
10 TB10 TB500 MB/s25 000 IOPS15 000 IOPS
SSD Fast v2
(ru-6a, ru-6b, ru-6c)
10 TB10 TB1 000 MB/s25 000 — 75 000 IOPS
(without separation
read and write)

You can test disk performance.

What affects performance

Different disk types have different IOPS values—the number of read and write operations per second. Creating and checking the file system are procedures that require a certain number of read and write operations to the disk. The higher the performance of the disk, the faster these operations are completed.

When a cloud server starts for the first time, the file system on the system disk expands to the size of the disk. The larger the disk size and the lower its IOPS limits, the longer this process will take, and consequently, the longer it will take for the cloud server to start.

The file system size affects the state check time in the event of an abnormal server shutdown. Checking is enabled by default for boot (system) disks of all servers that are created from pre-made images.

List of network volume types

To create network volumes using OpenStack CLI and Terraform, IDs or names of network volume types are used. IDs and names differ in pool segments.

note

For example, 94350392-3e5c-4b5a-8a51-873f02af833b is the ID, and basicssd.ru-9a is the name for creating a network volume with the SSD Basic type in the ru-9a pool segment.

You can view the list of network volume types in all pool segments in a table or view the list of network volume types in a specific pool using OpenStack CLI.

List of network volume types in all pool segments

IDName
f42f37b2-062f-4ce2-a6b3-28ca5e619030basic.ru-3a
de922498-6af2-4972-840d-36c5e6790b87basicssd.ru-3b
fca113dd-a80f-4996-be54-cf2515d4ddeeuniversal.ru-3a
9c16598e-342b-4ff2-b948-8c05cf8f1490fast.ru-3a
52cb3250-dbea-4ba6-bbde-b5607f1ca545basic.ru-3b
669c3c07-83e3-4e44-8499-d13d379e79eeuniversal.ru-3b
bbc41cd5-d112-4e19-a781-baf44fb690d3fast.ru-3b
0959f227-26c1-46e6-afed-09e040a80af1universal2.ru-3b

Where:

  • ID — network volume type ID;
  • Имяnetwork volume type name and pool segment in the тип.сегмент_пула format, for example basic.ru-9a. Available types:
    • basic — Basic HDD type;
    • basicssd — Basic SSD type;
    • universal — Universal SSD type;
    • universal2 — Universal SSD v2 type;
    • fast — Fast SSD type;
    • fast2 — Fast SSD v2 type.

View the list of network volume types in a specific pool

  1. Open the OpenStack CLI.

  2. View the list of types:

    openstack volume type list

    Example response for the ru-9 pool:

    +--------------------------------------+-----------------+
    | ID | Name |
    +--------------------------------------+-----------------+
    | 8ab097f3-3ffc-4fc4-9771-01fd512936eb | basic.ru-9a |
    | 94350392-3e5c-4b5a-8a51-873f02af833b | basicssd.ru-9a |
    | 52666f65-ec91-4c09-ad7e-207d10553e4a | universal.ru-9a |
    | 2eab725b-4797-4c34-9e1b-4ad083629608 | universal2.ru-9a|
    | a67bd670-633b-4c82-bb91-84058140aa05 | fast.ru-9a |
    +--------------------------------------+-----------------+

    Where:

    • ID — network volume type ID;
    • Namenetwork volume type name and pool segment in the тип.сегмент_пула format, for example basic.ru-9a. Available types:
      • basic — Basic HDD type;
      • basicssd — Basic SSD type;
      • universal — Universal SSD type;
      • universal2 — Universal SSD v2 type;
      • fast — Fast SSD type.

Cost

Network volumes are paid for using the Cloud Platform payment model.

Each GB of network volumes is charged. The cost depends on the network volume type, size, and the pool segment where it is located.

You can check the network volume size in the Control Panel: in the top menu, click ProductsCloud ServersDisks section → disk row → Size.

For Universal SSD v2 and Fast SSD v2 network volumes, the number of IOPS used is also charged. The maximum number of IOPS per hour is taken into account. For Universal SSD v2, the first 2,000 IOPS are free of charge, and for Fast SSD v2 — the first 25,000 IOPS. You can view the number of IOPS in the Control Panel: in the top menu, click ProductsCloud ServersDisks section → disk page → Settings.

The cost of one GB (for all network volume types) and one IOPS (for Universal SSD v2 and Fast SSD v2 disks) can be viewed on selectel.ru.