You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Writing an HPC Blueprint](#writing-an-hpc-blueprint)
66
67
*[Blueprint Boilerplate](#blueprint-boilerplate)
@@ -1489,6 +1490,61 @@ This blueprint uses GKE to provision a Kubernetes cluster and a H4D node pool, a
1489
1490
1490
1491
[gke-h4d]: ../examples/gke-h4d
1491
1492
1493
+
### [netapp-volumes.yaml] ![core-badge]
1494
+
1495
+
This blueprint demonstrates how to provision NFS volumes as shares filesystems for compute VMs, using Google Cloud NetApp Volumes. It can be used as an alternative to FileStore in blueprints.
1496
+
1497
+
NetApp Volumes is a first-party Google service that provides NFS and/or SMB shared file-systems to VMs. It offers advanced data management capabilities and highly scalable capacity and performance.
1498
+
1499
+
NetApp Volume provides:
1500
+
1501
+
* robust support for NFSv3, NFSv4.x and SMB 2.1 and 3.x
* FlexCache: Caching of ONTAP-based volumes to provide high-throughput and low latency read access to compute clusters of on-premises data
1505
+
* [Auto-tiering](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/manage-auto-tiering) of unused data to optimse cost
1506
+
1507
+
Support for NetApp Volumes is split into two modules.
1508
+
1509
+
* **netapp-storage-pool** provisions a [storage pool](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/overview). Storage pools are pre-provisioned storage capacity containers which host volumes. A pool also defines fundamental properties of all the volumes within, like the region, the attached network, the [service level][service-levels], CMEK encryption, Active Directory and LDAP settings.
1510
+
* **netapp-volume** provisions a [volume](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) inside an existing storage pool. A volume file-system container which is shared using NFS or SMB. It provides advanced data management capabilities.
1511
+
1512
+
You can provision multiple volumes in a pool. For service levels Standard, Premium and Extreme the throughput capability depends on volume size and service level. Every GiB of provisioned volume space adds 16/64/128 KiBps of throughput capability.
Copy file name to clipboardExpand all lines: modules/file-system/netapp-storage-pool/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
## Description
2
2
3
3
This module creates a [Google Cloud NetApp Volumes](https://cloud.google.com/netapp/volumes/docs/discover/overview)
4
-
storage pool. NetApp Volumes is a fully managed, cloud-based data storage service that provides advanced data management capabilities and highly scalable performance. It provides filesystems shared through the NFSv3, NFSv4.x and the SMB protocols.
4
+
storage pool.
5
5
6
+
NetApp Volumes is a first-party Google service that provides NFS and/or SMB shared file-systems to VMs. It offers advanced data management capabilities and highly scalable capacity and performance.
6
7
NetApp Volume provides:
7
8
8
9
- robust support for NFSv3, NFSv4.x and SMB 2.1 and 3.x
- Caching of ONTAP-based volumes to provide high-throughput and low latency read access to compute clusters of on-premises data
12
+
-FlexCache: Caching of ONTAP-based volumes to provide high-throughput and low latency read access to compute clusters of on-premises data
12
13
-[Auto-tiering](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/manage-auto-tiering) of unused data to optimse cost
13
14
14
15
Support for NetApp Volumes is split into two modules.
15
16
16
-
-**netapp-storage-pool** provisions a [storage pool](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/overview). Storage pools are pre-provisioned storage capacity containers which host filesystems called volumes. Volumes are provisioned using the [netapp-volume module](../netapp-volume/README.md). A pool also defined fundamental properties of all the volumes within, like the region, the attached network, the [service level][service-levels], CMEK encryption, Active Directory and LDAP settings.
17
-
-**netapp-volume** provisions a [volume](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) inside an existing storage pool. A volume is a shared file-system. It can be shared using NFS and SMB protocols and provides scalabale performance.
17
+
-**netapp-storage-pool** provisions a [storage pool](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/overview). Storage pools are pre-provisioned storage capacity containers which host volumes. A pool also defines fundamental properties of all the volumes within, like the region, the attached network, the [service level][service-levels], CMEK encryption, Active Directory and LDAP settings.
18
+
-**netapp-volume** provisions a [volume](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) inside an existing storage pool. A volume file-system container which is shared using NFS or SMB. It provides advanced data management capabilities.
18
19
19
20
For more information on this and other network storage options in the Cluster
20
21
Toolkit, see the extended [Network Storage documentation](../../../docs/network_storage.md).
Copy file name to clipboardExpand all lines: modules/file-system/netapp-volume/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
## Description
2
2
3
3
This module creates a [Google Cloud NetApp Volumes](https://cloud.google.com/netapp/volumes/docs/discover/overview)
4
-
volume. NetApp Volumes is a fully managed, cloud-based data storage service that provides advanced data management capabilities and highly scalable performance. It provides filesystems shared through the NFSv3, NFSv4.x and the SMB protocols.
4
+
volume.
5
5
6
+
NetApp Volumes is a first-party Google service that provides NFS and/or SMB shared file-systems to VMs. It offers advanced data management capabilities and highly scalable capacity and performance.
6
7
NetApp Volume provides:
7
8
8
9
- robust support for NFSv3, NFSv4.x and SMB 2.1 and 3.x
- Caching of ONTAP-based volumes to provide high-throughput and low latency read access to compute clusters of on-premises data
12
+
-FlexCache: Caching of ONTAP-based volumes to provide high-throughput and low latency read access to compute clusters of on-premises data
12
13
-[Auto-tiering](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/manage-auto-tiering) of unused data to optimse cost
13
14
14
15
Support for NetApp Volumes is split into two modules.
15
16
16
-
-**netapp-storage-pool** provisions a [storage pool](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/overview). Storage pools are pre-provisioned storage capacity containers which host filesystems called volumes. Volumes are provisioned using the [netapp-volume module](../netapp-volume/README.md). A pool also defined fundamental properties of all the volumes within, like the region, the attached network, the [service level][service-levels], CMEK encryption, Active Directory and LDAP settings.
17
-
-**netapp-volume** provisions a [volume](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) inside an existing storage pool. A volume is a shared file-system. It can be shared using NFS and SMB protocols and provides scalabale performance.
17
+
-**netapp-storage-pool** provisions a [storage pool](https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/overview). Storage pools are pre-provisioned storage capacity containers which host volumes. A pool also defines fundamental properties of all the volumes within, like the region, the attached network, the [service level][service-levels], CMEK encryption, Active Directory and LDAP settings.
18
+
-**netapp-volume** provisions a [volume](https://cloud.google.com/netapp/volumes/docs/configure-and-use/volumes/overview) inside an existing storage pool. A volume file-system container which is shared using NFS or SMB. It provides advanced data management capabilities.
18
19
19
20
For more information on this and other network storage options in the Cluster
20
21
Toolkit, see the extended [Network Storage documentation](../../../docs/network_storage.md).
0 commit comments