From: Philipp Reisner Date: Mon, 26 Mar 2012 14:47:11 +0000 (+0200) Subject: drbd: Delay/reject other state changes while establishing a connection X-Git-Tag: v3.5-rc1~41^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197296ffed71b7d5056d8618a07fec145b040303;p=pandora-kernel.git drbd: Delay/reject other state changes while establishing a connection Changes to the role and disk state should be delayed or rejected while we establish a connection. This is necessary, since the peer will base its resync decision on the UUIDs and the state we sent in the drbd_connect() function. The most prominent example for this race is becoming primary after sending state and UUIDs and before the state changes to C_WF_CONNECTION. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed