Skip to content

Commit 01783f3

Browse files
committed
hpc-cache: update mount options and filename
1 parent 04f94d6 commit 01783f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/hpc-cache/hpc-cache-mount.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Example: `sudo mkdir /mnt/hpc-cache-1/target3`
4848

4949
Open the **Mount instructions** page from the **Configure** section of the cache view in the Azure Portal.
5050

51-
![screenshot of an Azure HPC Cache instance in the portal, with the Configure > Mount instructions page loaded](media/draft-mount-instructions.png)
51+
![screenshot of an Azure HPC Cache instance in the portal, with the Configure > Mount instructions page loaded](media/mount-instructions.png)
5252

5353
The mount command page includes information about the client mount process and prerequisites, plus fields you can use to create a copyable mount command.
5454

@@ -99,9 +99,9 @@ For a robust client mount, pass these settings and arguments in your mount comma
9999
| Recommended mount command settings | |
100100
--- | ---
101101
``hard`` | Soft mounts to Azure HPC Cache are associated with application failures and possible data loss.
102-
``proto=netid`` | This option supports appropriate handling of NFS network errors.
103-
``mountproto=netid`` | This option supports appropriate handling of network errors for mount operations.
104-
``retry=n`` | Set ``retry=30`` to avoid transient mount failures. (A different value is recommended in foreground mounts.)
102+
``proto=tcp`` | This option supports appropriate handling of NFS network errors.
103+
``mountproto=tcp`` | This option supports appropriate handling of network errors for mount operations.
104+
``retry=<value>`` | Set ``retry=30`` to avoid transient mount failures. (A different value is recommended in foreground mounts.)
105105

106106
### Find mount command components
107107

0 commit comments

Comments
 (0)