From: Philipp Reisner Date: Wed, 13 Oct 2010 13:32:44 +0000 (+0200) Subject: drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED X-Git-Tag: v2.6.37-rc1~167^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18b37befb37810ce50e1a9b0a6206dfe363d827;p=pandora-kernel.git drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED This might happen if on the VERIFY_S node the disk gets dropped. Although this is an cluster wide state transition, the VERIFY_T node, updates it connection state first. Then the ack packet for the cluster wide state transition travels back, and the VERIFY_S node stops to produce the P_OV_REQUEST packets. There is absolutely nothing wrong with that. Further, do not log "Can not satisfy peer's..." on the VERIFY_S node in this case, but pretend that they had equal checksum. [Bugz 327] Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed