From cbd2b004911b69759bb9e42c4a80db7147e742a6 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Mon, 12 May 2025 22:04:31 +0000 Subject: [PATCH] LU-19007 doc: document client mount retry option Document the client mount retry option. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Ib618a5e909b66136bb37ed82783af500cd6b40ee Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/59198 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger Reviewed-by: Oleg Drokin --- lustre/doc/mount.lustre.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lustre/doc/mount.lustre.8 b/lustre/doc/mount.lustre.8 index d1d88e3..8367169 100644 --- a/lustre/doc/mount.lustre.8 +++ b/lustre/doc/mount.lustre.8 @@ -5,7 +5,7 @@ .\" .\" This file may be copied under the terms of the GNU Public License v2. .\" -.TH MOUNT.LUSTRE 8 2024-08-28 Lustre "Lustre Configuration Utilities" +.TH MOUNT.LUSTRE 8 2025-05-22 Lustre "Lustre Configuration Utilities" .SH NAME mount.lustre, mount.lustre_tgt \- mount helper for Lustre client/target service .SH SYNOPSIS @@ -246,6 +246,11 @@ Disable Lustre client-side encryption. By default, Lustre client-side encryption is enabled, letting users define encryption policies on a per-directory basis. fscrypt userspace tool can be used for that purpose, see https://github.com/google/fscrypt +.TP +.BI retry= NUM +Specify the number of times the mount attempt may be retried by the client, with +an interval starting at 32 seconds for the first 5 minutes, and doubling for +every two retries after that. .SS SERVER OPTIONS In addition to the standard mount options and backing disk type (e.g. ldiskfs) options listed in -- 1.8.3.1