This page describes how to manage your volumes.
Edit a volume
This section provides details about which volume settings are editable and instructions for how to edit a volume.
Editable settings
You can change the following settings of a volume after it's created:
-
Storage pool settings: you can re-assign the volumes of Premium and Extreme service levels to a different pool to change its service level. Note that this option isn't available for the Flex and Standard service levels. For example, if the storage pool hosts a Premium service level volume, you can re-assign the volume to an Extreme service level storage pool and the other way around. The change to service levels lets you manage volume throughput limits and per GiB costs.
-
Host groups: the volume can be detached from their existing host groups or added to additional host groups.
-
Volume details: the capacity of a volume is adjustable up and down in 1 GiB increments. The size of the file data in the volume must be smaller than the volume capacity. When you increase the volume capacity, the pool that hosts the volume must have enough available capacity to accommodate the additional capacity requirement.
Changing the volume capacity can impact the maximum achievable throughput of volumes of Standard, Premium, or Extreme service level.
If the storage pool doesn't have enough capacity to accommodate the additional capacity requirement, you can increase the capacity of the pool, see Storage pool capacity .
-
Protocol configurations: you can change the configuration for selected protocols, but you can't change the protocol itself. For example, if the volume's protocol type is Server Message Block (SMB), you can choose to enable or disable SMB encryption, hide or show the SMB share, and enable or disable access-based enumeration.
-
Export rules: for volumes that use NFSv3 or NFSv4.1 protocol types, you can edit the export rules.
-
Auto-tiering: for volumes in storage pools that allow auto-tiering, you can enable auto-tiering. Once auto-tiering is enabled, it can be paused and resumed, but can't be disabled. You can change the cooling threshold value for each volume. For volumes in custom-performance Flex zonal pools, you can enable or disable the hot tier bypass. For more information, see Manage auto-tiering .
-
Snapshot schedules: you can modify the snapshot schedule. You can either make the snapshot directory visible if you want to enable file system access to snapshot versions by clients or allow scheduled snapshots to configure the volume to automatically take snapshots.
-
Backup configuration: you can do the following in backup configuration:
-
Attach a volume to a backup vault .
-
Remove a volume from a backup vault .
-
Set a schedule for automatic backups by attaching a backup policy .
-
-
Labels: you can add, modify, or delete labels.
Monitor volume performance and usage
The volume details page now includes an observability tab, available in Preview. This feature provides an in-context view of your volume's performance and usage metrics, without the need to navigate to Cloud Monitoring.
The observability tab lets you do the following:
-
View key performance metrics: instantly see charts for critical indicators such as volume capacity usage, throughput (read/write), IOPS (read/write), and average latency.
-
Quickly assess health: get an immediate overview of your volume's operational status and identify potential performance bottlenecks or capacity concerns.
-
Troubleshoot performance issues: rapidly investigate performance issues by correlating application behaviour with the volume's real-time metrics.
To access the observability tab, do the following:
-
Go to the NetApp Volumespage in the Google Cloud console.
-
Click Volumes.
-
Click the volume you want to monitor.
-
Click the Observabilitytab on the volume details page.
Considerations
Consider the following before you edit a volume:
-
For volumes in an active volume replication, changes to either the source or destination volume also apply to the replication partner. For volumes in a stopped replication , changes apply independently from the replication partner.
-
For volumes in a volume replication relationship, when you change the source volume capacity, the destination volume capacity also changes. The source and destination pools need enough available capacity to accommodate the change.
-
You can only move volumes to pools that are in the same location and have the same Active Directory policy, customer-managed encryption key (CMEK) policy, LDAP, and Virtual Private Cloud (VPC) settings as the pool that hosts the volume. Auto-tiered volumes can only be moved to a storage pool that allows auto-tiering, regardless of whether auto-tiering is enabled or paused for the volume.
-
Only pools that satisfy the conditional criteria are listed for selections. The target storage pool needs enough available capacity to accommodate the volume.
-
The maximum throughput for Standard, Premium, and Extreme service level volumes depends on the capacity of the volume and the service level you chose. An Extreme volume goes twice as fast as a Premium volume of the same capacity. A larger volume provides higher performance based on additional IOPS or throughput.
Edit a volume
Use the following instructions to edit a volume using the Google Cloud console or Google Cloud CLI.
Console
-
Go to the NetApp Volumespage in the Google Cloud console.
-
Identify the volume you want to edit.
-
Click Show moreicon on the volume and click Edit.
-
Edit volume details and save your changes.
gcloud
Edit a volume using the following command:
gcloud netapp volumes update VOLUME_ID \ --project = PROJECT_ID \ --location = LOCATION \ --storage-pool = STORAGE_POOL \ --description = DESCRIPTION \ --capacity = CAPACITY \ --share-name = SHARE_NAME
Replace the following information:
-
VOLUME_ID: the ID of the volume. -
PROJECT_ID: the name of the project to create the volume in. -
LOCATION: the location for the volume. -
STORAGE_POOL: the storage pool to create the volume in. -
DESCRIPTION: the new description of the volume. -
CAPACITY: the size of the volume. It defines the capacity that NAS clients see.
Example to edit a volume
The following example shows you how to edit a volume:
gcloud neta pp volumes upda te volume - id -- projec t =projec t - id -- loca t io n =us - ce ntral 1 -- s t orage - pool=pool - id -- descrip t io n =descrip t io n -- capaci t y=capaci t y -- share - na me=share - na me
Example to edit an auto-tiered volume
The following example shows you how to edit an auto-tiered volume:
gcloud be ta neta pp volumes upda te volume - id -- projec t =projec t - id -- loca t io n =loca t io n -- t ieri n g - policy= t ier - ac t io n =ENABLED , cooli n g - t hreshold - days= 31
Edit a volume of the Flex service level of the Unified type
To edit a volume of the Flex service level of the Unifiedtype:
gcloud beta netapp volumes update VOLUME_NAME \ --location = LOCATION \ --capacity = CAPACITY \ --block-devices = name = LUN_NAME ,host-groups = projects/ PROJECT_ID /locations/ REGION /hostGroups/ HOST_GROUP_NAME
Replace the following information:
-
VOLUME_NAME: the name of the volume. -
LOCATION: the location of the volume where the volume was created. -
CAPACITY: the new capacity of the volume. Volume capacity can only be increased. -
LUN_NAME: the value of thenamefield from thevolume describecommand. -
PROJECT_ID: the project where the host group resides. -
REGION: the region name where the host group was created.
For more information on additional optional flags, see Google Cloud SDK documentation on volumes .
Delete a volume
This section provides instructions for how to delete a volume.
Before you begin
When you delete a volume, all of the data and volume snapshots within the volume get deleted and the capacity of the pool returns. Before you delete a volume, you must delete the replication relationship .
Delete a volume
Use the following instructions to delete a volume using the Google Cloud console or Google Cloud CLI.
Console
-
Go to the NetApp Volumespage in the Google Cloud console.
-
Identify the volume you want to delete.
-
Click the Show moreicon on the volume and click Delete.
-
A confirmation dialog appears. Read through the warnings.
-
To proceed, enter the name of the volume and click Delete.
gcloud
Run the following command:
gcloud netapp volumes delete VOLUME_NAME \ --project = PROJECT_ID \ --location = LOCATION
Replace the following information:
-
VOLUME_NAME: the name of the volume to delete -
PROJECT_ID: the name of the project the volume is in -
LOCATION: The location of the volume
For more information on additional optional flags, see Google Cloud SDK documentation on deleting volumes .

