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
Copy file name to clipboardExpand all lines: website/docs/r/netapp_storage_pool.html.markdown
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ Storage pools act as containers for volumes. All volumes in a storage pool share
27
27
* LDAP use for NFS volumes, if applicable
28
28
* Customer-managed encryption key (CMEK) policy
29
29
30
-
The capacity of the pool can be split up and assigned to volumes within the pool. Storage pools are a billable component of NetApp Volumes. Billing is based on the location, service level, and capacity allocated to a pool independent of consumption at the volume level.
30
+
The capacity of the pool can be split up and assigned to volumes within the pool. Storage pools are a billable
31
+
component of NetApp Volumes. Billing is based on the location, service level, and capacity allocated to a pool
32
+
independent of consumption at the volume level.
31
33
32
34
33
35
To get more information about storagePool, see:
@@ -45,12 +47,13 @@ To get more information about storagePool, see:
45
47
46
48
47
49
```hcl
48
-
50
+
# Create a network or use datasource to reference existing network
0 commit comments