<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Andrew.<br>
<br>
First, thank you so much.    I searched and searched, but some things
are not very obvious to me.<br>
<br>
Questions please:    When I run that command, does the Lustre file
system need to be off-line (no writes, no appends, only read mode).<br>
<br>
If I only need to take that ost off-line, can I simply umounted it?   
What is the recommended way?<br>
<br>
One last un-related question:   When I reboot my OST(s) and/or MetaData
server, the servers go into the "recovery mode" which for us takes
around ~40 minutes to complete.    When the OST(s) are recovering and I
am watching them, they seem to be idle simply waiting for a time out.  
Not really doing a fsck type of operation.     Can I reduce this time
to say 5 minutes?  <br>
<br>
Thanks again,<br>
Joseph<br>
UCI<br>
<br>
<br>
Andrew Perepechko wrote:
<blockquote cite="mid:200905210557.27512.andrew.perepechko@sun.com"
 type="cite">
  <pre wrap="">Joseph,

you have to run "lfs quotacheck -ug" to create the required quota files on the 
new OST.

There is no need to run tunefs additionally (since you have already specified
the quota_type setting), but usually you can change permanent parameters
of running lustre filesystem with "lctl conf_param" from mgs.

mgs> lctl conf_param ${FSNAME}-MDT0000.mdt.quota_type=ug
mgs> lctl conf_param ${FSNAME}-OST0000.ost.quota_type=ug
mgs> lctl conf_param ${FSNAME}-OST0001.ost.quota_type=ug
...

By the way, we are going to change this non-obvious interface in the future
lustre releases.

Andrew.

On Tuesday 14 April 2009 20:20:23 Joseph Farran wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi.   I sent this to the Lustre dist and I don't see my entry.

Do I need to do anything else to enable my post?

Joseph

-------- Original Message --------
Subject:        New OST lost quotas
Date:   Fri, 10 Apr 2009 15:29:50 -0700
From:   Joseph Farran <a class="moz-txt-link-rfc2396E" href="mailto:jfarran@uci.edu"><jfarran@uci.edu></a>
Reply-To:       <a class="moz-txt-link-abbreviated" href="mailto:jfarran@uci.edu">jfarran@uci.edu</a>
To:     <a class="moz-txt-link-abbreviated" href="mailto:lustre-discuss@lists.lustre.org">lustre-discuss@lists.lustre.org</a>



Hi.

I am currently using Lustre 1.6.6, Redhat 5, with one MDT and two OST
and all is working fine over Infiniband.   Group and user quota is also
working on Lustre.

I just added a new OST with the command:

mkfs.lustre --ost --fsname=lustre --param quota_type=ug
--mgsnode=nas-5-4-ib@o2ib /dev/sdc

The new OST is working, but quotas are gone.     My question is, can I
dismount this new OST and run tunefs.lustre on just this OST:

       tunefs.lustre --param ost.quota_type=ug /dev/sdc

Or do I need to take Lustre complete off-line and run the tunefs.lustre
on all OST and MTD again?

Thanks,
Joseph
    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
</body>
</html>