Tech ONTAP Blogs
Tech ONTAP Blogs
Exciting news! The Google Cloud NetApp Volumes Flex service level now supports block storage. If you need high-performance, low-latency, reliable iSCSI volumes for your databases or enterprise applications, you’re in the right place. In this blog post, I’ll walk you through everything you need to get started—from setting up the NetApp Volumes Flex storage pool to attaching your first NetApp Volumes iSCSI volume to a Windows client.
Google Cloud and NetApp® now provide block storage as part of the NetApp Volumes Flex service level. It’s available through a new storage pool type: Unified. This fully managed service now provides high-performance, reliable, and scalable shared block storage by using the iSCSI protocol. NetApp Volumes Flex makes it easy to provision, to manage, and to connect storage to your applications—whether you’re running databases, enterprise workloads, or any application that needs direct disk access in the cloud.
Before we jump into provisioning your storage, you need to set up the following few things in Google Cloud. Don’t worry—these steps are straightforward, and I’ll explain why each one matters:
For details on how to configure your project and get started, review the NetApp Volumes access setup guide.
Now that your Google Cloud environment is ready, let’s create your first Flex block storage pool.
A NetApp Volumes Flex block storage pool can be created with zonal or regional availability, which provides SLAs of 99.9% and 99.99%, respectively. The storage pool supports independent provisioning of capacity, throughput, and IOPS based on the workload demands.
Following are the minimum and maximum values for capacity, throughput, and IOPS.
|
Attribute |
Minimum |
Maximum |
|
Capacity |
1TiB |
425TiB |
|
Throughput |
64MiBps |
5120MiBps |
|
IOPS |
1,024 |
160,000 |
A host group is a Google Cloud regional resource, a collection of iSCSI initiators (host iSCSI Qualified Names [IQNs]) that can be granted access to specific volumes. Host groups simplify access management by allowing you to control which hosts can connect to and use particular iSCSI volumes. By grouping initiators, you can efficiently manage permissions and streamline storage provisioning for multiple hosts.
It is recommended that you create the host group before you create a volume in the storage pool that you provisioned previously.
The iSCSI initiator information that you need to create the host group can be obtained from the iSCSI client. To obtain the for a Windows client, follow these steps:
By using the Unified storage pool option of NetApp Volumes Flex service level, you can provision iSCSI volumes that can be attached to Linux, Windows, and ESXi systems with a capacity between 1GiB and 128TiB.
The following example provisions an iSCSI volume that will be attached to the Windows iSCSI host through a host group that was provisioned in the previous step:
NetApp Volumes provides two paths to the iSCSI volume. It is recommended that you install the multipath feature on Windows Server. There are also some other settings that help prevent your applications from being affected by any disruptions on the storage side. It is recommended that you download and install the NetApp Windows Host Utilities 8.0 from the NetApp Support Site.
When you install NetApp Windows Host Utilities, select the option to install support for Multipath I/O, as shown in following screenshot. Restart Windows Server after the Host Utilities installation is complete.
iSCSI works with an initiator target model. The Windows iSCSI Initiator software adds the iSCSI initiator functionality to Windows Server.
Note: The IP address for the NetApp Volumes can be obtained by using the following Google Cloud (gcloud) CLI command:
gcloud beta netapp volumes describe <volume_name> –location=<location> –format=”value(mountOptions.ipAddress)”
Replace <volume_name> and <location> with the respective values for your environment.
And that’s it—your NetApp Volumes iSCSI volume is now attached and ready to use!
With NetApp Volumes unified storage, you can power your most demanding block storage workloads in Google Cloud. Also try connecting additional Windows or Linux clients, or explore advanced features like NetApp® Snapshot™, thin clones and replication.
Ready to get started? Head to the Google Cloud NetApp Volumes console and experience the power of NetApp Volumes block storage today!