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: articles/hpc-cache/hpc-cache-add-storage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ description: How to define storage targets so that your Azure HPC Cache can use
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: conceptual
7
-
ms.date: 03/25/2020
7
+
ms.date: 04/03/2020
8
8
ms.author: rohogue
9
9
---
10
10
11
11
# Add storage targets
12
12
13
-
*Storage targets* are back-end storage for files that are accessed through an Azure HPC Cache instance. You can add NFS storage (like an on-premises hardware system), or store data in Azure Blob.
13
+
*Storage targets* are back-end storage for files that are accessed through an Azure HPC Cache. You can add NFS storage (like an on-premises hardware system), or store data in Azure Blob.
14
14
15
15
You can define up to ten different storage targets for one cache. The cache presents all of the storage targets in one aggregated namespace.
16
16
@@ -30,10 +30,10 @@ A new Blob storage target needs an empty Blob container or a container that is p
30
30
31
31
You can create a new container from this page just before adding it.
32
32
33
-
To define an Azure Blob container, enter this information.
34
-
35
33

36
34
35
+
To define an Azure Blob container, enter this information.
36
+
37
37
***Storage target name** - Set a name that identifies this storage target in the Azure HPC Cache.
38
38
***Target type** - Choose **Blob**.
39
39
***Storage account** - Select the account that you want to use.
@@ -136,7 +136,7 @@ There are three options:
136
136
137
137
***Greater than 15% writes** - This option speeds up both read and write performance. When using this option, all clients must access files through the Azure HPC Cache instead of mounting the back-end storage directly. The cached files will have recent changes that are not stored on the back end.
138
138
139
-
In this usage model, files in the cache are not checked against the files on back-end storage. The cached version of the file is assumed to be more current. A modified file in the cache is only written to the back-end storage system after it has been in the cache for an hour with no additional changes.
139
+
In this usage model, files in the cache are not checked against the files on back-end storage. The cached version of the file is assumed to be more current. A modified file in the cache is written to the back-end storage system after it has been in the cache for an hour with no additional changes.
140
140
141
141
***Clients write to the NFS target, bypassing the cache** - Choose this option if any clients in your workflow write data directly to the storage system without first writing to the cache. Files that clients request are cached, but any changes to those files from the client are passed back to the back-end storage system immediately.
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-mount.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to connect clients to an Azure HPC Cache service
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: conceptual
7
-
ms.date: 04/01/2020
7
+
ms.date: 04/03/2020
8
8
ms.author: rohogue
9
9
---
10
10
@@ -29,7 +29,7 @@ Make sure your clients are able to mount the Azure HPC Cache by following the gu
29
29
30
30
The client machines must have network access to the cache's virtual network and private subnet.
31
31
32
-
For example, create client VMs within the same virtual network, or use an endpoint, gateway, or other solution in the virtual network for access from outside. (Remember that nothing other than the cache itself can be hosted inside the cache's subnet.)
32
+
For example, create client VMs within the same virtual network, or use an endpoint, gateway, or other solution in the virtual network for access from outside. (Remember that nothing other than the cache itself should be hosted inside the cache's subnet.)
33
33
34
34
### Install utilities
35
35
@@ -42,7 +42,7 @@ Install the appropriate Linux utility software to support the NFS mount command:
42
42
43
43
Create a local directory path on each client to connect to the cache. Create a path for each storage target that you want to mount.
44
44
45
-
Example: `sudo mkdir /mnt/hpc-cache-1/target3`
45
+
Example: `sudo mkdir -p /mnt/hpc-cache-1/target3`
46
46
47
47
## Use the mount instructions utility
48
48
@@ -65,7 +65,7 @@ To use this page, follow this procedure:
65
65
66
66
Note the path name so that you can modify it in the command if needed.
67
67
68
-
1. In step two, select one of the available IP addresses. All of the cache's [client mount points](#find-mount-command-components) are listed here.
68
+
1. In step two, select one of the available IP addresses. All of the cache's [client mount points](#find-mount-command-components) are listed here. Make sure that you have a system to balance load among all IP addresses.
69
69
70
70
1. The field in step three automatically populates with a prototype mount command. Click the copy symbol at the right side of the field to automatically copy it to your clipboard.
Copy file name to clipboardExpand all lines: articles/hpc-cache/hpc-cache-prereqs.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Prerequisites for using Azure HPC Cache
4
4
author: ekpgh
5
5
ms.service: hpc-cache
6
6
ms.topic: conceptual
7
-
ms.date: 03/25/2020
7
+
ms.date: 04/03/2020
8
8
ms.author: rohogue
9
9
---
10
10
@@ -118,6 +118,8 @@ More information is included in [Troubleshoot NAS configuration and NFS storage
118
118
| TCP/UDP | 4046 | mountd |
119
119
| TCP/UDP | 4047 | status |
120
120
121
+
Some systems use different port numbers for these services - consult your storage system's documentation to be sure.
122
+
121
123
* Check firewall settings to be sure that they allow traffic on all of these required ports. Be sure to check firewalls used in Azure as well as on-premises firewalls in your data center.
122
124
123
125
* **Directory access:** Enable the `showmount` command on the storage system. Azure HPC Cache uses this command to check that your storage target configuration points to a valid export, and also to make sure that multiple mounts don't access the same subdirectories (a risk for file collision).
@@ -127,7 +129,7 @@ More information is included in [Troubleshoot NAS configuration and NFS storage
127
129
128
130
Learn more about directory listing access in the NFS storage target [troubleshooting article](troubleshoot-nas.md#enable-export-listing).
129
131
130
-
***Root access:** The cache connects to the back-end system as user ID 0. Check these settings on your storage system:
132
+
* **Root access** (read/write): The cache connects to the back-end system as user ID 0. Check these settings on your storage system:
131
133
132
134
* Enable `no_root_squash`. This option ensures that the remote root user can access files owned by root.
0 commit comments