Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to edit storage pool settings or delete a storage pool.
Edit storage pool settings
You can change the following settings after you create a storage pool:
Storage pool capacity
You can resize storage pool capacity to control charges. Storage pool
capacity is adjustable in 1 GiB increments. You can't decrease pool
capacity below the sum of all capacity of the volumes attached to the pool.
Pools with Flex service level can't be decreased in capacity. Pools with
Flex custom performance can only be increased once every four hours.
Performance
Pools with the Flex zonal custom performance service level lets you
adjust throughput, but only once every four hours.
Active Directory policy
You can attach an Active Directory policy to a storage pool that
doesn't already have an Active Directory policy. You can modify the
Active Directory policy, however, you can't replace a policy that is
already attached to a pool with another policy.
Adding an Active Directory policy doesn't affect existing volumes in a pool.
Auto-tiering settings
For Premium and Extreme pools, you can enable auto-tiering only once
for a pool. Your selection is permanent. Once auto-tiering is enabled, it
can't be disabled.
For custom-performance Flex zonal pools with auto-tiering enabled, you
can adjust the Hot tier threshold by increasing its size and also
enable or disable auto-increase.
Pool description and labels
You can change storage pool descriptions and add, modify, or delete labels.
Switch active and replica zones
Regional storage pools of Flex service level replicate data synchronously
between two zones. The active zone serves all volumes of the pool, while the
replica zone acts as a standby. If the active zone stops working,
NetApp Volumes automatically switches the NFS or SMB service to
the replica zone. While this switch happens after a brief I/O pause, file
service operations resume without any data loss.
File service operations from clients in the previously active zone can have
increased latency because of the cross-zone traffic with the newly active zone.
Note that cross-zone exit from the clients can incur a Compute Engine
inter-zone data transfer charge. For pricing information, see
Network Pricing.
You can also trigger a zone switch manually, and this can also cause an I/O
pause.
Use the following instructions to switch a zone manually using the
Google Cloud console or Google Cloud CLI.
Console
Go to the NetApp Volumes page in the Google Cloud console.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Manage your storage pool\n\nThis page describes how to edit storage pool settings or delete a storage pool.\n\nEdit storage pool settings\n--------------------------\n\nYou can change the following settings after you create a storage pool:\n\nStorage pool capacity\n: You can resize storage pool capacity to control charges. Storage pool\n capacity is adjustable in 1 GiB increments. You can't decrease pool\n capacity below the sum of all capacity of the volumes attached to the pool.\n Pools with Flex service level can't be decreased in capacity. Pools with\n Flex custom performance can only be increased once every four hours.\n\nPerformance\n: Pools with the Flex zonal custom performance service level lets you\n adjust throughput, but only once every four hours.\n\nActive Directory policy\n: You can attach an Active Directory policy to a storage pool that\n doesn't already have an Active Directory policy. You can modify the\n Active Directory policy, however, you can't replace a policy that is\n already attached to a pool with another policy.\n\n\n \u003cbr /\u003e\n\n\n Adding an Active Directory policy doesn't affect existing volumes in a pool.\n\nAuto-tiering settings\n: For Premium and Extreme pools, you can enable auto-tiering only once\n for a pool. Your selection is permanent. Once auto-tiering is enabled, it\n can't be disabled.\n: For custom-performance Flex zonal pools with auto-tiering enabled, you\n can adjust the *Hot tier threshold* by increasing its size and also\n enable or disable *auto-increase*.\n\nPool description and labels\n: You can change storage pool descriptions and add, modify, or delete labels.\n\nSwitch active and replica zones\n-------------------------------\n\nRegional storage pools of Flex service level replicate data synchronously\nbetween two zones. The active zone serves all volumes of the pool, while the\nreplica zone acts as a standby. If the active zone stops working,\nNetApp Volumes automatically switches the NFS or SMB service to\nthe replica zone. While this switch happens after a brief I/O pause, file\nservice operations resume without any data loss.\n\nFile service operations from clients in the previously active zone can have\nincreased latency because of the cross-zone traffic with the newly active zone.\nNote that cross-zone exit from the clients can incur a Compute Engine\ninter-zone data transfer charge. For pricing information, see\n[Network Pricing](/vpc/network-pricing).\n\nYou can also trigger a zone switch manually, and this can also cause an I/O\npause.\n\nUse the following instructions to switch a zone manually using the\nGoogle Cloud console or Google Cloud CLI. \n\n### Console\n\n1. Go to the **NetApp Volumes** page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Click **Storage pools**.\n\n3. Click the name of the regional Flex storage pool you want to fail over.\n\n4. Click **Switch active/replica zones**.\n\n5. Review the current zone versus replica zone settings and the new settings\n that appear in the dialog.\n\n6. Click **Switch** to proceed.\n\n7. Read through the confirmation dialog and enter the name of the pool and\n then click **Switch**.\n\nAfter the switch operation ends, your active zone and replica zone will\nhave changed roles.\n\n### gcloud\n\nSwitch a zone manually: \n\n```bash\n gcloud netapp storage-pools switch STORAGE_POOL_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eSTORAGE_POOL_NAME\u003c/var\u003e: the name of the storage pool.\n This name must be unique per location.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project you want to\n create the storage pool in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location for the pool.\n\nFor more information on additional optional flags, see\n[Google Cloud SDK documentation on storage-pools switch](/sdk/gcloud/reference/beta/netapp/storage-pools/switch).\n\nDelete a storage pool\n---------------------\n\nYou can delete storage pools to control charges. Use the following instructions\nto delete a storage pool:\n\n1. Go to the **NetApp Volumes** page in the Google Cloud console.\n\n [Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n2. Click **Storage pools**.\n\n3. Select the storage pool you want to delete.\n\n4. Click **Delete**.\n\n5. To confirm deletion, enter the name of the storage pool.\n\n6. Click **Delete**.\n\nWhat's next\n-----------\n\nRead about [volumes](/netapp/volumes/docs/configure-and-use/volumes/overview)."]]