You can use a Hyperdisk Extreme or Hyperdisk Throughput volume with your VM by completing the following tasks:
- Create a blank, non-boot, and zonal Hyperdisk volume and attach it to your VM either as part of VM creation or as separate tasks.
- Format and mount the volume to provide access to a data or file system.
The process is the same for Hyperdisk Balanced volumes, except that you can also create boot disks of type Hyperdisk Balanced.
For general information about Hyperdisk, see About Hyperdisk.
Before you begin
- Review the Hyperdisk limitations before adding a Hyperdisk volume to your VM.
-
If you haven't already, then set up authentication.
Authentication is
the process by which your identity is verified for access to Google Cloud services and APIs.
To run code or samples from a local development environment, you can authenticate to
Compute Engine by selecting one of the following options:
Select the tab for how you plan to use the samples on this page:
Console
When you use the Google Cloud console to access Google Cloud services and APIs, you don't need to set up authentication.
gcloud
-
Install the Google Cloud CLI, then initialize it by running the following command:
gcloud init
- Set a default region and zone.
Go
To use the Go samples on this page in a local development environment, install and initialize the gcloud CLI, and then set up Application Default Credentials with your user credentials.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
For more information, see Set up authentication for a local development environment.
Java
To use the Java samples on this page in a local development environment, install and initialize the gcloud CLI, and then set up Application Default Credentials with your user credentials.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
For more information, see Set up authentication for a local development environment.
Node.js
To use the Node.js samples on this page in a local development environment, install and initialize the gcloud CLI, and then set up Application Default Credentials with your user credentials.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
If you're using a local shell, then create local authentication credentials for your user account:
gcloud auth application-default login
You don't need to do this if you're using Cloud Shell.
For more information, see Set up authentication for a local development environment.
REST
To use the REST API samples on this page in a local development environment, you use the credentials you provide to the gcloud CLI.
Install the Google Cloud CLI, then initialize it by running the following command:
gcloud init
For more information, see Authenticate for using REST in the Google Cloud authentication documentation.
-
Required roles and permissions
To get the permissions that you need to add a Hyperdisk volume to your VM, ask your administrator to grant you the following IAM roles on the project:
-
Compute Instance Admin (v1) (
roles/compute.instanceAdmin.v1
) -
To connect to a VM that can run as a service account:
Service Account User (v1) (
roles/iam.serviceAccountUser
)
For more information about granting roles, see Manage access to projects, folders, and organizations.
These predefined roles contain the permissions required to add a Hyperdisk volume to your VM. To see the exact permissions that are required, expand the Required permissions section:
Required permissions
The following permissions are required to add a Hyperdisk volume to your VM:
-
To create and attach a Hyperdisk volume:
-
compute.disks.create
on the project -
compute.instances.attachDisk
on the VM -
compute.disks.use
on the volume that you want to attach to the VM
-
-
To format and mount the attached volume:
compute.instances.setMetadata
on the VM
You might also be able to get these permissions with custom roles or other predefined roles.
Supported values for Hyperdisk volumes
The values you use when creating or modifying a Hyperdisk volume must fall within the range of maximum and minimum values described in Hyperdisk limits per disk.
If you're modifying the size of a Hyperdisk volume that's attached to a VM, then the new values can't exceed the Hyperdisk limits per VM.
The provisioned IOPS and throughput for a Hyperdisk volume must follow the rules outlined in About IOPS and throughput provisioning for Hyperdisk.
Add a Hyperdisk volume to your VM
You can create and attach a Hyperdisk volume by using the Google Cloud console, Google Cloud CLI, or REST.
The size, throughput, and IOPS that you specify when creating a Hyperdisk volume must be in the range of supported values.
When you create a Hyperdisk Balanced or Hyperdisk Balanced High Availability (Preview) volume, you can optionally allow multiple VMs to access the disk by creating the disk in multi-writer mode.
Console
Go to the VM instances page.
Click the name of the VM where you want to add a disk.
On the VM instance details page, click Edit.
Under the heading Additional disks, click Add new disk.
Specify a name for the disk, and optionally add a description. Select Blank disk as the Disk source type.
Under Disk settings, choose a disk type from the following list. The values that you specify must be in the range of supported values.
- Hyperdisk Balanced. You can also change the default disk Size, Provisioned IOPS, and Provisioned Throughput settings.
- Hyperdisk Extreme. You can also change the default disk Size and Provisioned IOPS settings.
- Hyperdisk ML. You can also change the default disk Size and Provisioned Throughput settings.
- Hyperdisk Throughput.You can also change the default disk Size and Provisioned Throughput settings.
Optional: For Hyperdisk Balanced or Hyperdisk Balanced High Availability (Preview) volumes, you can enable attaching the disk to multiple VMs by creating the disk in multi-writer mode. Under Access mode, select Multiple VMs read write.
Click Save.
To apply your changes to the VM, click Save.
gcloud
Use the
gcloud compute disks create
command to create the Hyperdisk volume.gcloud compute disks create DISK_NAME \ --zone=ZONE \ --size=DISK_SIZE \ --type=DISK_TYPE \ --provisioned-iops=IOPS_LIMIT --provisioned-throughput=THROUGHPUT_LIMIT --access-mode=DISK_ACCESS_MODE
Replace the following:
DISK_NAME
: the name of the new disk.ZONE
: the name of zone where the new disk is being created.DISK_SIZE
: Optional: The size of the new disk. The value must be a whole number followed by a size unit of GB for gibibyte, or TB for tebibyte. If no size unit is specified, 100 GB is used as the default value. The accepted values for the disk size are:- Hyperdisk Balanced: From 4 GiB to 64 TiB, inclusive, in 1 GiB increments.
- Hyperdisk Extreme: From 64 GiB to 64 TiB, inclusive, in 1 GiB increments.
- Hyperdisk ML: From 4 GiB to 64 TiB, inclusive, in 1 GiB increments.
- Hyperdisk Throughput: From 2 TiB to 32 TiB, inclusive, in 1 GiB increments.
DISK_TYPE
: the type of disk. Use one of the following values:hyperdisk-balanced
,hyperdisk-extreme
,hyperdisk-ml
, orhyperdisk-throughput
IOPS_LIMIT
: Optional: For Hyperdisk Balanced or Hyperdisk Extreme disks, this is the number of I/O operations per second (IOPS) that the disk can handle.THROUGHPUT_LIMIT
: Optional: For Hyperdisk Balanced, Hyperdisk ML, or Hyperdisk Throughput volumes, this is an integer that represents the throughput, measured in MiB per second, that the disk can handle.DISK_ACCESS_MODE
: Optional: How VMs can access the data on the disk. Supported values are:READ_WRITE_SINGLE
, for read-write access from one VM. This is the default.READ_WRITE_MANY
, for read-write access from multiple VMs.READ_ONLY_MANY
, for read-only access from multiple VMs.
You can set the access mode for the following disk types:
- Hyperdisk Balanced
- Hyperdisk ML
- Hyperdisk Balanced High Availability (Preview)
Optional: Use the
gcloud compute disks describe DISK_NAME
command to see a description of your disk.After you create the disk, you can attach the disk to a VM.
REST
Construct a
POST
request to create a zonal Hyperdisk by using thedisks.insert
method. Include thename
,sizeGb
,type
,provisionedIops
, andprovisionedThroughput
properties. To create this disk as an empty and unformatted non-boot disk, don't specify a source image or a source snapshot.POST https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/disks { "name": "DISK_NAME", "sizeGb": "DISK_SIZE", "type": "https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/zones/ZONE/diskTypes/DISK_TYPE", "provisionedIops": "IOPS_LIMIT", "provisionedThroughput": "THROUGHPUT_LIMIT", "accessMode": "DISK_ACCESS_MODE" }
Replace the following:
PROJECT_ID
: your project IDZONE
: the zone where your VM and new disk are locatedDISK_NAME
: the name of the new diskDISK_SIZE
: Optional: The size of the new disk. The value must be a whole number followed by a size unit of GB for gibibytes or TB for tebibytes.DISK_TYPE
: the type of disk. To create a Hyperdisk volume, use one of the following values:hyperdisk-balanced
,hyperdisk-extreme
,hyperdisk-ml
, orhyperdisk-throughput
.IOPS_LIMIT
: Optional: For Hyperdisk Balanced and Hyperdisk Extreme, this is the number of I/O operations per second that the disk can handle.THROUGHPUT_LIMIT
: Optional: For Hyperdisk Balanced, Hyperdisk ML, or Hyperdisk Throughput volumes, this is an integer that represents the throughput, measured in MiB per second, that the disk can handle.DISK_ACCESS_MODE
: how VMs can access the data on the disk. Supported values are:READ_WRITE_SINGLE
, for read-write access from one VM. This is the default.READ_WRITE_MANY
, for read-write access from multiple VMs.READ_ONLY_MANY
, for read-only access from multiple VMs.
You can set the access mode for the following disk types:
- Hyperdisk Balanced
- Hyperdisk ML
- Hyperdisk Balanced High Availability (Preview)
Optional: Use the
compute.disks.get
method to see a description of your disk.After you create the disk, you can attach the disk to any running or stopped VM.
Go
Java
Node.js
After you create the disk, you can attach the disk to any running or stopped VM.
Format and mount the disk
After you create and attach the new disk to a VM, you must format and mount the disk, so that the operating system can use the available storage space.
- Linux: See Formatting and mounting a non-boot disk on a Linux VM
- Windows: See Formatting and mounting a non-boot disk on a Windows VM
What's next
- Learn how to customize the IOPS and throughput on your Hyperdisk volumes.
- Learn how to regularly back up your disks using snapshots to prevent unintended data loss.