1. 09 11月, 2012 1 次提交
    • L
      drbd: introduce stop-sector to online verify · 58ffa580
      Lars Ellenberg 提交于
      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: NPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
      58ffa580
  2. 08 11月, 2012 39 次提交