Re: lifetime_write_kbytes isn't preserved during unclean shutdown

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andreas Dilger
Date: Tuesday, June 29, 2010 - 10:46 pm

On 2010-06-28, at 13:57, tytso@mit.edu wrote:

Could we also update the superblock blocks/inodes free counters at that time as well?


I don't think that is the right thing to do, unless the filesystem is still active for other reasons.  We don't necessarily want to spin up the disks every hour if the filesystem is inactive, I'd rather write out the superblock for an existing transaction while it is still active than generate a new transaction for no particular reason.

One way to do this would be to have a JBD transaction pre-commit callback, and if the superblock has not been written in N seconds then it can be added as part of that transaction (if it will fit).  If it is already in the transaction it can be updated via the existing bh callbacks that OCFS2 is using.

Cheers, Andreas





--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
lifetime_write_kbytes isn't preserved during unclean shutdown, Nebojsa Trpkovic, (Sun Jun 27, 9:56 am)
Re: lifetime_write_kbytes isn't preserved during unclean s ..., Andreas Dilger, (Tue Jun 29, 10:46 pm)