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-mount.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ 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/09/2020
8
-
ms.author: rohogue
7
+
ms.date: 04/14/2020
8
+
ms.author: v-erkel
9
9
---
10
10
11
11
# Mount the Azure HPC Cache
@@ -58,16 +58,24 @@ Before using the command on a client, make sure the client meets the prerequisit
58
58
59
59
Follow this procedure to create the mount command.
60
60
61
-
1. Customize the **Client path** field. This field gives an example command that you can use to create a local path on the client. This is the path that the client will use to access the content from the Azure HPC Cache.
61
+
1. Customize the **Client path** field. This field gives an example command that you can use to create a local path on the client. The client accesses the content from the Azure HPC Cache locally in this directory.
62
62
63
-
Edit the command to contain the directory name you want. The name appears at the end of the string after `sudo mkdir -p`
63
+
Click the field and edit the command to contain the directory name you want. The name appears at the end of the string after `sudo mkdir -p`
64
+
65
+

66
+
67
+
After you finish editing the field, the mount command at the bottom of the page updates with the new client path.
64
68
65
69
1. Choose the **Cache mount address** from the list. This menu lists all of the cache's [client mount points](#find-mount-command-components).
66
70
67
71
Balance client load across all of the available mount addresses for better cache performance.
68
72
73
+

74
+
69
75
1. Choose the **Virtual namespace path** to use for the client. These paths link to exports on the back-end storage system.
70
76
77
+

78
+
71
79
You can view and change virtual namespace paths on the Storage targets portal page. Read [Add storage targets](hpc-cache-add-storage.md) to see how.
72
80
73
81
To learn more about Azure HPC Cache's aggregated namespace feature, read [Plan the aggregated namespace](hpc-cache-namespace.md).
@@ -76,6 +84,8 @@ Follow this procedure to create the mount command.
76
84
77
85
Click the copy symbol at the right side of the field to automatically copy it to your clipboard.
78
86
87
+

88
+
79
89
1. Use the copied mount command on the client machine to connect it to the Azure HPC Cache. You can issue the command directly from the client command line, or include the mount command in a client setup script or template.
0 commit comments