From: Lars Ellenberg Date: Mon, 28 Apr 2014 16:43:27 +0000 (+0200) Subject: drbd: keep max-bio size during detach/attach on disconnected primary X-Git-Tag: omap-for-v3.17/soc-cleanup~42^2~7^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa090e708a72f0ea9cbe067fba28cfb2b8b787af;p=pandora-kernel.git drbd: keep max-bio size during detach/attach on disconnected primary We want to store in persistent meta data what the peer DRBD can handle, which, due to spreading requests to multiple bios, may be more than its backing device can handle. Otherwise, if a disconnected Primary temporarily loses access to its local data as well, we may accidentally shrink the max-bio setting, portentially causing already assembled, but not yet processed, application bios to be spuriously failed due to device limits. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg Signed-off-by: Jens Axboe --- Reading git-diff-tree failed