From b723a6a305e123a6e0de1bd47f0042a55daf64b8 Mon Sep 17 00:00:00 2001 From: Joseph Gmitter Date: Tue, 25 Feb 2020 08:39:13 -0500 Subject: [PATCH] LUDOC-465 misc: fix typo in --mode to be 0666 This trivial patch changes a typo for the --mode option to use 'zero' instead of 'capital-O' in 0666. Signed-off-by: Joseph Gmitter Change-Id: I1b9e5ed0b096f57d9713adf0a42405e9e2ea1036 Reviewed-on: https://review.whamcloud.com/37716 Tested-by: jenkins --- ManagingStripingFreeSpace.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ManagingStripingFreeSpace.xml b/ManagingStripingFreeSpace.xml index 0bcff3e..9fd099e 100644 --- a/ManagingStripingFreeSpace.xml +++ b/ManagingStripingFreeSpace.xml @@ -1886,7 +1886,7 @@ STRIPE OPTIONS: --xattr|-x options are mandatory. The <foreign_type> (default is "none", meaning no special behavior), and both --flags and - --mode (default is O666) options are optional. + --mode (default is 0666) options are optional. Example The following command creates a foreign file of "none" type and with "foo@bar" LOV content and specific mode and flags: -- 1.8.3.1