commit | 0a00b77b331a0e4aac461d4e920677661256918a | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Fri Sep 19 12:48:33 2014 -0400 |
committer | Tom Haynes <loghyr@primarydata.com> | Tue Feb 03 11:06:46 2015 -0800 |
tree | 5335af505ce38262b8d2c6bdaa7b925427aa5f42 | |
parent | a7d42ddb3099727f58366fa006f850a219cce6c8 [diff] |
nfs: mirroring support for direct io The current mirroring code only notices short writes to the first mirror. This patch keeps per-mirror byte counts and only considers a byte to be written once all mirrors report so. Signed-off-by: Weston Andros Adamson <dros@primarydata.com>