Manage your volume

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.

  • 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:

  • Labels: you can add, modify, or delete labels.

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

  1. Go to the NetApp Volumespage in the Google Cloud console.

    Go to NetApp Volumes

  2. Identify the volume you want to edit.

  3. Click Show moreicon on the volume and click Edit.

  4. 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 

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

  1. Go to the NetApp Volumespage in the Google Cloud console.

    Go to NetApp Volumes

  2. Identify the volume you want to delete.

  3. Click the Show moreicon on the volume and click Delete.

  4. A confirmation dialog appears. Read through the warnings.

  5. 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 volumes .

What's next

Manage quota rules .

Create a Mobile Website
View Site in Mobile | Classic
Share by: