public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFS Adding Quotas - Skip Quota check on first mount/boot
@ 2013-06-07  2:59 Adam Brenner
  2013-06-07  3:50 ` Dave Chinner
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Brenner @ 2013-06-07  2:59 UTC (permalink / raw)
  To: xfs

Howdy XFS Devs,

We run a 14TB XFS fileserver on our cluster and want to add quota
support. This is running 3.9.2-1.el6.elrepo.x86_64 kernel under CentOS
6.3 (Final).

The issue is when we unmount the XFS RAID, and re-mount it adding
quota support, the mount command hangs. Sever IS responsive and the
XFS mount point is not accessible. Reverting our changes in /etc/fstab
to remove the quota options does not have mount hang.

I suspect that upon re-mount, XFS is running a quota check on the 14TB
RAID. My question is: how do I disable the initial quota check so it
can mount it properly and have quota check run in the background?

/etc/fstab entry:

    /dev/sdb   /w1    xfs   defaults,noatime,usrquota,grpquota 1 2


/var/log/messages output:

    Jun  6 11:37:43 nas-2-1 kernel: XFS (sdb): Mounting Filesystem
    Jun  6 11:37:43 nas-2-1 kernel: XFS (sdb): Ending clean mount
    Jun  6 11:37:43 nas-2-1 kernel: XFS (sdb): Quotacheck needed:
                                    Please wait.

I do not mind high CPU usage or slow performance while the mount point
is active, but having it unavailable is not an option we would like
stick with. I suspect running quota check on 14TB would take roughly a
full work day and then some.

Thanks,
-Adam

--
Adam Brenner
Computer Science, Undergraduate Student
Donald Bren School of Information and Computer Sciences

Research Computing Support
Office of Information Technology
http://www.oit.uci.edu/rcs/

University of California, Irvine
www.ics.uci.edu/~aebrenne/
aebrenne@uci.edu

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-06-07  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07  2:59 XFS Adding Quotas - Skip Quota check on first mount/boot Adam Brenner
2013-06-07  3:50 ` Dave Chinner
2013-06-07  5:04   ` Arkadiusz Miśkiewicz
2013-06-07  5:57     ` Dave Chinner
2013-06-07  5:25   ` Adam Brenner
2013-06-07  6:10     ` Dave Chinner
2013-06-07  6:36   ` Stan Hoeppner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox