drbd: also bump UUIDs if a diskless primary connects
authorLars Ellenberg <lars.ellenberg@linbit.com>
Thu, 19 Feb 2015 13:01:50 +0000 (14:01 +0100)
committerJens Axboe <axboe@fb.com>
Wed, 25 Nov 2015 16:22:01 +0000 (09:22 -0700)
commit9bd2eb2c98239c465a51571b5c2a465a2ff7d70b
treebbdb27c0da6ac182a61e0483abaedf7dd03563d9
parent05a72772fcaae4ac88052b6c93aa0d116ff0a748
drbd: also bump UUIDs if a diskless primary connects

If for some reason the primary lost its disk *and* the replication link
before it is able to communicate the disk loss, probably blocked IO,
then later is able to re-establish the connection, the peer needs to
bump its UUIDs just like it does when peer only loses the disk
and is able to communicate this in time.

Otherwise, a later re-attach of the disk on the primary may start a
resync in the "wrong" direction.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/drbd/drbd_state.c