From 034b7679302d80502aaed29ad2933265fe701020 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Thu, 20 Mar 2025 17:57:51 +0100 Subject: [PATCH] LUDOC-551 sec: nodemap name constraints A nodemap name has a maximum length of 16, and can contain only alphanumeric characters and '_'. Add a note to mention this in section "Defining Terms" of the Lustre Operations Manual. Signed-off-by: Sebastien Buisson Change-Id: If05c9593d41aa836f4b2e4914d65a44bda4543d7 Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/58485 Tested-by: jenkins Reviewed-by: Andreas Dilger --- LustreNodemap.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LustreNodemap.xml b/LustreNodemap.xml index 2eadbf5..4b49c7b 100644 --- a/LustreNodemap.xml +++ b/LustreNodemap.xml @@ -73,6 +73,14 @@ systems must all have a version of Lustre which supports nodemap. Clients operate transparently and do not require special configuration or knowledge of the nodemap setup. + + + + A nodemap name has a maximum length of 16 characters, and can + contain only alphanumeric characters and '_'. + + +
-- 1.8.3.1