drbd: introduce stop-sector to online verify
authorLars Ellenberg <lars.ellenberg@linbit.com>
Thu, 26 Jul 2012 12:09:49 +0000 (14:09 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 9 Nov 2012 13:05:32 +0000 (14:05 +0100)
commit58ffa580a748dd16b1e5ab260bea39cdbd1e94ef
tree4155bcde6d49f50545bcb1312b6470c64e823d72
parent970fbde1f1ebae0c85bbaed3de83684a58d60fad
drbd: introduce stop-sector to online verify

We now can schedule only a specific range of sectors for online verify,
or interrupt a running verify without interrupting the connection.

Had to bump the protocol version differently, we are now 101.
Added verify_can_do_stop_sector() { protocol >= 97 && protocol != 100; }

Also, the return value convention for worker callbacks has changed,
we returned "true/false" for "keep the connection up" in 8.3,
we return 0 for success and <= for failure in 8.4.
Affected: receive_state()

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_nl.c
drivers/block/drbd/drbd_proc.c
drivers/block/drbd/drbd_receiver.c
drivers/block/drbd/drbd_state.c
drivers/block/drbd/drbd_worker.c
include/linux/drbd.h
include/linux/drbd_genl.h