> On Feb 17, 2020, at 2:42 PM, Liam Forbes <[email protected]> wrote: > > We recently noticed we apparently did not enable group quota enforcement > early last year during the most recent rebuild of our Lustre filesystem. Is > it possible to do so on the fly, or is it better/required for the filesystem > to be quiesced first? We are using Lustre 2.10.7 with ZFS 0.7.5 (project > quotas are not needed).
You should be able to enable enforcement on the fly by using the “lctl conf_param” command (something like "lctl conf_param <fsname>.quota.ost=ugp”). The Quota chapter in the lustre manual explains in more detail. — Rick Mohr Senior HPC System Administrator National Institute for Computational Sciences University of Tennessee _______________________________________________ lustre-discuss mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
