Re: lifetime_write_kbytes isn't preserved during unclean shutdown

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2010-06-28, at 13:57, tytso@xxxxxxx wrote:
> On Sun, Jun 27, 2010 at 06:56:07PM +0200, Nebojsa Trpkovic wrote:
>> I've noticed that lifetime_write_kbytes isn't preserved during unclean
>> shutdown.
> 
> Yes, right now we are only updating the superblock's lifetime write
> kbytes at unmount time.  It should be possible to do a better job; but
> I don't want to increase writes to the disk just to keep the
> s_lifetime value up-to-date.  So what we should probably do is update
> it when we are going to be updating the superblock anyway (i.e., when
> we update the orphaned inode linked list)

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

> and maybe on some periodic basis (say once an hour) otherwise.

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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux