Hi Guys,<br><br>I am running lustre 1.8.1 and need to setup quota's for users.  I have done the following:<br><br>On MDS:<br>tunefs.lustre --param mdt.quota_type=ug /dev/mdtvg/mdtlv<br><br>On OSS's:<br>(For all ost's)<br>
tunefs.lustre --param ost.quota_type=ug /dev/mapper/mpath[X]<br><br>** I believe the above commands are persistent and I don't have to do anything besides this? **<br><br>On Client:<br>Mounted the lustre filesystem and ran:<br>
lfs quotacheck /mnt/lustre<br><br>Now, I need to set a 12TB limit for all users.  I believe this size is supported for quota's in 1.8.  Would this be the right thing to do:<br><br>lfs setquota -u username -b 12884901888 -B 13199474688 /mnt/lustre<br>
<br>I believe I will need to do the above for all users.  Not using group quotas even though they are enabled.  Also, this is a 20TB lustre volume and the quota is just to safegaurd from one user filling up the filesystem.<br>
<br>Also, would it be okay to monitor the usage on a daily basis by running the following command with a script:<br><br>lfs quota -u username -v /mnt/lustre<br><br>Or would it not be recommended?  I do not know how much overhead this would add and don't want to cause other issues by running this.  But, this information would be a nice to have.<br>
<br>Regards,<br>-J<br>