From 480c8340c8ec5b93a31e5d1fd288aac34d612745 Mon Sep 17 00:00:00 2001 From: Cliff White Date: Mon, 12 Mar 2012 09:32:25 -0700 Subject: [PATCH] LU-1203 Fix root_squash documentation for mdt Replace 'mds' with 'mdt' in root_sqaush setup Change-Id: I410c5078b3f0a44b3e40b7b7814e31c913a424ad --- ManagingSecurity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ManagingSecurity.xml b/ManagingSecurity.xml index c481e0d..371a691 100644 --- a/ManagingSecurity.xml +++ b/ManagingSecurity.xml @@ -101,7 +101,7 @@ other::--- Root squash parameters can be set when the MDT is created (mkfs.lustre --mdt). For example: mkfs.lustre --reformat --fsname=Lustre --mdt --mgs \ --param "mdt.root_squash=500:501" \ - --param "mdt.nosquash_nids='0@elan1 192.168.1.[10,11]'" /dev/sda1 + --param "mdt.nosquash_nids='0@elan1 192.168.2.[10,11]'" /dev/sda1 Root squash parameters can also be changed on an unmounted device with tunefs.lustre. For example: tunefs.lustre --param "mdt.root_squash=65534:65534" \ --param "mds.nosquash_nids=192.168.0.13@tcp0" /dev/sda1 -- 1.8.3.1