Re: HAMMER filesystem update - design document

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kernel@...>
Date: Saturday, October 13, 2007 - 7:36 pm

:Hi,
:
:I hope this question has not been implicitly answered before, but how
:does Hammer handle quotas? Filesystems like XFS and ZFS maintain quota
:information internally so that a quotacheck after a system crash does
:not take ages. It seems to me that Hammer could manage quotas as a
:part of its cluster allocation strategy. Is this the case?
:
:TIA,
:RIggs

    Theoretically a transaction id can be stored along with the quota state
    and the quota state can be updated on the fly when a cluster gets 
    recovered.  I wasn't planning on implementing quotas in HAMMER for 2.0
    but it's definitely possible to do it without requiring a rescan.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: HAMMER filesystem update - design document, Matthew Dillon, (Sat Oct 13, 7:36 pm)
Re: HAMMER filesystem update - design document, Thomas Zander, (Sat Oct 13, 10:51 pm)
Re: HAMMER filesystem update - design document, Bill Hacker, (Sun Oct 14, 7:31 am)