On Mon, Sep 04, 2017 at 04:42:53PM +0200, Heinz Mauelshagen wrote: > Josef, > > using the current log-writes target, would a device tree with a single large > logged device sliced up into N linear mappings used by btrfs/md/... work to? > Or would that miss any semantics as of your design? > Huh that's a good question. So it would work, but we would lose out on the ability to replay different devices in different orders because we would essentially be making each individual device a certain area on the log device. We could test things like random replay and such, but things like making sure flush'es are handled properly per device would get lost. Thanks, Josef