From 4d9f95f45684617d7aed075985b3fdc757ffa1be Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Thu, 3 Aug 2023 11:22:23 +0200 Subject: [PATCH] LUDOC-516 sec: doc update for 'readonly_mount' nm property This patch updates the "Managing the Properties" section of the Lustre Operations Manual to introduce the 'readonly_mount' nodemap property as implemented by LU-15451. Signed-off-by: Sebastien Buisson Change-Id: I8d9760e87c3b63306c0ccc753daf3c038e2c90ff Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/51862 Tested-by: jenkins Reviewed-by: Andreas Dilger --- LustreNodemap.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LustreNodemap.xml b/LustreNodemap.xml index 2d270b5..1efa676 100644 --- a/LustreNodemap.xml +++ b/LustreNodemap.xml @@ -352,6 +352,14 @@ drwxr-xr-x 3 root root 4096 Jul 23 09:02 .. + The property + readonly_mount forces clients to a read-only + mount if not specified explicitly. By default it is set to 0 which + means clients are allowed to mount in read-write mode. Set it to 1 + to force read-only mount. + + + The property rbac defines different Role-Based Admin Control mechanisms: -- 1.8.3.1