<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Thanks Faye. The correct place to report suspected documentation bugs is to open a ticket in the documentation project in JIRA - <a href="https://jira.hpdd.intel.com/projects/LUDOC">https://jira.hpdd.intel.com/projects/LUDOC</a></div>
<div><br>
</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div>
<div>On 6/6/17, 4:41 AM, "lustre-discuss on behalf of Gibbins, Faye" <<a href="mailto:lustre-discuss-bounces@lists.lustre.org">lustre-discuss-bounces@lists.lustre.org</a> on behalf of
<a href="mailto:Faye.Gibbins@cirrus.com">Faye.Gibbins@cirrus.com</a>> wrote:</div>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I think I’ve found a bug in the manual: <a href="https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.50438221_48757">
https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#dbdoclet.50438221_48757</a> I’ve included it below in case this is the correct place to report it. If not please let me know and I’ll submit it elsewhere.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In section 25.2.2. Enabling and Tuning Root Squash, the bit that says:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal">Root squash parameters can also be changed with the lctl conf_param command. For example:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">mgs# lctl conf_param testfs.mdt.root_squash="1000:101"<o:p></o:p></p>
<p class="MsoNormal">mgs# lctl conf_param testfs.mdt.nosquash_nids="*@tcp"<o:p></o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Should be IMHO:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal">Root squash parameters can also be changed with the lctl conf_param command. For example:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">mgs# lctl conf_param mdt.testfs-MDT0000.root_squash="1000:101"<o:p></o:p></p>
<p class="MsoNormal">mgs# lctl conf_param mdt.testfs-MDT0000.nosquash_nids="*@tcp"<o:p></o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is an example of me using my version compared to the documentation version using Lustre 2.8 on RHEL 7:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000# lctl get_param mdt.audiodb-MDT0000.root_squash<o:p></o:p></p>
<p class="MsoNormal">mdt.audiodb-MDT0000.root_squash=0:0<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000# lctl set_param mdt.audiodb-MDT0000.root_squash="0:1"<o:p></o:p></p>
<p class="MsoNormal">mdt.audiodb-MDT0000.root_squash=0:1<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000# lctl get_param mdt.audiodb-MDT0000.root_squash<o:p></o:p></p>
<p class="MsoNormal">mdt.audiodb-MDT0000.root_squash=0:1<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000# lctl set_param mdt.audiodb-MDT0000.root_squash="0:0"<o:p></o:p></p>
<p class="MsoNormal">mdt.audiodb-MDT0000.root_squash=0:0<o:p></o:p></p>
<p class="MsoNormal"># Using the documented version.<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000# lctl set_param audiodb.mdt.root_squash="0:1"<o:p></o:p></p>
<p class="MsoNormal">error: set_param: param_path 'audiodb/mdt/root_squash': No such file or directory<o:p></o:p></p>
<p class="MsoNormal">0 edi-vf-1-5:audiodb-MDT0000#<o:p></o:p></p>
<p class="MsoNormal">Snip---<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB">Yours<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB">Faye Gibbins<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;color:#9CC2E5;mso-fareast-language:EN-GB">Snr SysAdmin, Unix Lead Architect<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:9.0pt;color:#9CC2E5;mso-fareast-language:EN-GB">Software Systems and Cloud Services<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:9.0pt;color:#9CC2E5;mso-fareast-language:EN-GB">Cirrus Logic | <a href="http://www.cirrus.com/"><span style="color:#9CC2E5">cirrus.com</span></a>  | +44 (0) 131 272 7398</span><span style="font-size:9.0pt;color:#9CC2E5;mso-fareast-language:EN-GB"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-GB"> <o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-GB"><img border="0" width="439" height="117" style="width:4.5729in;height:1.2187in" id="Picture_x005f_x0020_1" src="cid:image001.png@01D2DEC2.36EA6B80" alt="cid:image002.png@01D2CF24.9A35B8F0"><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
This message and any attachments may contain privileged and confidential information that is intended solely for the person(s) to whom it is addressed. If you are not an intended recipient you must not: read; copy; distribute; discuss; take any action in or
 make any reliance upon the contents of this message; nor open or read any attachment. If you have received this message in error, please notify us as soon as possible on the following telephone number and destroy this message including any attachments. Thank
 you. Cirrus Logic International (UK) Ltd and Cirrus Logic International Semiconductor Ltd are companies registered in Scotland, with registered numbers SC089839 and SC495735 respectively. Our registered office is at 7B Nightingale Way, Quartermile, Edinburgh,
 EH3 9EG, UK. Tel: +44 (0)131 272 7000. cirrus.com </div>
</div>
</blockquote>
</span>
</body>
</html>