Lines Matching +full:sync +full:- +full:write
39 label="new application (WRITE?) requests blocked\lwhile bitmap is exchanged"
58 // --------------------------------------
60 StandAlone -> Unconnected [ label="drbdadm connect" ]
61 Unconnected -> StandAlone [ label="drbdadm disconnect\lor serious communication trouble" ]
62 Unconnected -> WFConnection [ label="receiver thread is started" ]
63 …WFConnection -> WFReportParams [ headlabel="accept()\land/or \lconnect()\l"…
65 …WFReportParams -> StandAlone [ label="during handshake\lpeers do not agree\labout something essent…
66 WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ]
68 WFReportParams -> WFBitMapS
69 WFReportParams -> WFBitMapT
70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
72 WFBitMapS -> cluster_resync:S
73 WFSyncUUID -> cluster_resync:T
76 cluster_resync:any -> Connected [ label="resnyc done",fontcolor=green ]
79 WFReportParams -> CommTrouble
80 Connected -> CommTrouble
81 cluster_resync:any -> CommTrouble
83 CommTrouble -> Unconnected [label="receiver thread is stopped" ]