mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
drbd: Implemented two new connection states Ahead/Behind
In this connection mode, the ahead node no longer replicates application IO. The behind's disk becomes out dated. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
422028b1ca
commit
67531718d8
6 changed files with 45 additions and 3 deletions
|
@ -206,6 +206,10 @@ enum drbd_conns {
|
|||
C_VERIFY_T,
|
||||
C_PAUSED_SYNC_S,
|
||||
C_PAUSED_SYNC_T,
|
||||
|
||||
C_AHEAD,
|
||||
C_BEHIND,
|
||||
|
||||
C_MASK = 31
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue