Home / Reference / GCNV

Google Cloud NetApp Volumes: managed ONTAP on GCP

Google Cloud NetApp Volumes (GCNV) is the third fully managed ONTAP service, alongside Amazon FSx for ONTAP and Azure NetApp Files — same ONTAP core, different cloud. This guide covers what GCNV is, how its storage model differs from the other two, and when it's the right call for GCP workloads.

Diagram of Google Cloud NetApp Volumes: a storage pool in Google Cloud serving NFS, SMB, iSCSI and NVMe/TCP volumes to VMs in a peered VPC

What GCNV is

Storage model: pools, tiers, and Flex Unified

Networking

Data protection: snapshots, backups, replication

GCNV vs FSx for ONTAP vs Azure NetApp Files

DimensionGoogle Cloud NetApp VolumesAmazon FSx for ONTAPAzure NetApp Files
CloudGoogle CloudAWSAzure
Management surfaceGoogle Cloud console/API (gcloud)AWS console/CLI (FSx APIs)Azure portal/CLI (Microsoft.NetApp)
ProtocolsNFS, SMB, iSCSI, NVMe/TCP, multiprotocolNFS, SMB, iSCSI (NVMe/TCP in later releases)NFS, SMB, dual-protocol
Capacity modelStorage pools + service tiers (Standard/Premium/Extreme, Flex Unified)File systems with SSD/HDD tiers, storage capacity poolsCapacity pools + service levels (Standard/Premium/Ultra)
Data servicesSnapshots, backups, cross-region replication, clones, auto-tieringSnapshots, FlexClone, SnapMirror to/from cloud, tiering to S3Snapshots, cross-region/cross-zone replication, backup vaults, cool tier
DifferentiatorDeep GCP integration (peered VPCs, gcloud, GCVE datastores)AWS-native ops + SnapMirror hybrid tiesAzure-native ops + large ecosystem integrations

All three are the same ONTAP brain wearing a cloud-native coat. Pick by which cloud your VMs live in — cross-cloud replication between them and on-prem is possible via SnapMirror where the service exposes it (FSx and CVO do; GCNV replication is region-to-region within GCP).

Common use cases

Note: service-tier throughput figures, region availability, and the exact feature set (e.g. which NVMe/TCP versions, replication topology) change as Google updates the service — confirm against the current Google Cloud NetApp Volumes documentation before sizing a production deployment.

GCNV vs Cloud Volumes ONTAP on GCP

Google Cloud is the one place where the choice between managed and self-managed ONTAP is most visible: Cloud Volumes ONTAP (CVO) can also run in GCP as VMs you operate. GCNV wins on zero operations (no upgrades, no node shell) and Google console integration; CVO wins when you need the full ONTAP feature set — FlexGroup, MetroCluster, deeper CLI access, or a region GCNV doesn't cover. If you're starting fresh in GCP with standard NFS/SMB/block needs, GCNV is the default; reach for CVO when a requirement exceeds the managed envelope.

Getting started

  1. Enable the NetApp Volumes API in your Google Cloud project and create a storage pool (choose region, tier, and capacity).
  2. Allocate the VPC IP ranges GCNV uses to reach your network (the console walks you through the peering/ranges setup).
  3. Create a volume with the protocol you need (NFSv3/v4.1, SMB, iSCSI, or NVMe/TCP) and set export/share rules.
  4. Mount from your VMs: mount -t nfs <volume-ip>:/<export-path> /mnt/data — the same command you'd run against on-prem ONTAP.
  5. Schedule snapshots and backups, then test a restore before you rely on it.