On Thu, 21 June 2007 13:57:15 -0400, James Bruce wrote: > > efficient atomic snapshots on a filesystem. There are still some issues > with unexpected disk space usage (it requires _additional_ disk space to > _delete_ a file), and it tends to use more memory (you want to delay > client writes as much as possible, so you can allocate later and copy > the least amount necessary)
The delete issue really surprised me. It is so obvious and simple to solve that it hardly deserves mentioning. And yet ZFS allegedly hasn't solved it yet - scary. Additional memory isn't strictly required either. It just helps to delay writes as long as possible to fight fragmentation. Jörn -- Joern's library part 9: http://www.scl.ameslab.gov/Publications/Gus/TwelveWays.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/