commit | a73ff3231df59a4b92ccd0dd4e73897c5822489b | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Mon Jun 25 19:15:38 2012 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Tue Jul 24 15:14:28 2012 +0200 |
tree | b4a702fefd94689682a6be89773ef7c59f20db59 | |
parent | db141b2f42b485b700465fe2401fbe65c65b190c [diff] |
drbd: announce FLUSH/FUA capability to upper layers Unconditionally announce FLUSH/FUA to upper layers. If the lower layers on either node do not actually support this, generic_make_request() will deal with it. If this causes performance regressions on your setup, make sure there are no volatile caches involved, and mount -o nobarrier or equivalent. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>