On Thu, Jun 06, 2013 at 07:59:34PM -0700, Adam Brenner wrote: > 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). How many files in the filesystem? > The issue is when we unmount the XFS RAID, and re-mount it adding > quota support, the mount command hangs. It won't have hung, it will just be busy doing a quotacheck. > 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. Because it doesn't do a quotacheck. > 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? You can't. quotacheck relies on exclusive access to the filesystem, and so the mount cannot process until it completes. Quotas need to be consistent before you can start using the filesystem.... Now, there's the possibility that we could parallelise quotacheck because it uses bulkstat for iteration, but somebody would have to find the time to do that and it won't solve your immediate problem. Hence I suggest just waiting for it to complete - if you have millions of inodes it could hours to complete, so just let it go overnight... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs