<div class="gmail_quote">
<div class="im">Hi<br>I used lustre-1.8.3 for Centos5.4. I patched the kernel according to Lustre<br>1.8 operations manual.pdf.<br>I have a problem when I want to implement quota.<br>My cluster configuration is:<br>1. one MGS/MDS host (with two devices: sda and sdb,respectively)<br>
     with the following commands:<br>     1) mkfs.lustre --mgs /dev/sda<br>     2) mount -t lustre /dev/sda /mnt/mgt<br>     3) mkfs.lustre --fsname=lustre --mdt --mgsnode=<mgs IP@net> --param<br>mdt.quota_type=ug /dev/sdb<br>
     4) mount -t lustre /dev/sdb /mnt/mdt<br>2. one OSS host (with two devices: sda and sdb as OST targets)<br>    with the following commands:<br>    1) mkfs.lustre --fsname=lustre --ost --mgsnode=<mgs IP@net> --param<br>
ost.quota_type=ug /dev/sda<br>    2) mkfs.lustre --fsname=lustre --ost --mgsnode=<mgs IP@net> --param<br>ost.quota_type=ug /dev/sdb<br>    3) mount -t lustre /dev/sda /mnt/ost1<br>    4) mount -t lustre /dev/sdb /mnt/ost2<br>
3. and one client with the following command:<br></div>   mount -t lustre <mds IP@net>:/lustre <IP@net%3E:/lustre> /mnt/client1<br>
<div>
<div></div>
<div class="h5"><br>I tried to set quota for user1 with the following command:<br>  lfs quotacheck -ug /mnt/client1<br>  lfs setquota -u user1 10240 10440 3 5 /mnt/client1<br><br>But the following problems occurred:<br> when I ran the command, the MGS/MDS host is rebooted, so the process<br>
failed: Connection timed out<br><br>I can not understand that a client "can" force it's server to being rebooted<br>and also, why the client forces the MGS/MDS host to reboot<br><br>Any Idea?<br>Best Regards<br>
Kian<br></div></div></div><br>