~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/admin-guide/blockdev/drbd/drbd-connection-state-overview.dot

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/admin-guide/blockdev/drbd/drbd-connection-state-overview.dot (Version linux-6.12-rc7) and /Documentation/admin-guide/blockdev/drbd/drbd-connection-state-overview.dot (Version linux-5.6.19)


  1 // vim: set sw=2 sts=2 :                            1 // vim: set sw=2 sts=2 :
  2 digraph {                                           2 digraph {
  3   rankdir=BT                                        3   rankdir=BT
  4   bgcolor=white                                     4   bgcolor=white
  5                                                     5 
  6   node [shape=plaintext]                            6   node [shape=plaintext]
  7   node [fontcolor=black]                            7   node [fontcolor=black]
  8                                                     8 
  9   StandAlone     [ style=filled,fillcolor=gray      9   StandAlone     [ style=filled,fillcolor=gray,label=StandAlone ]
 10                                                    10 
 11   node [fontcolor=lightgray]                       11   node [fontcolor=lightgray]
 12                                                    12 
 13   Unconnected    [ label=Unconnected ]             13   Unconnected    [ label=Unconnected ]
 14                                                    14 
 15   CommTrouble [ shape=record,                      15   CommTrouble [ shape=record,
 16     label="{communication loss|{Timeout|Broken     16     label="{communication loss|{Timeout|BrokenPipe|NetworkFailure}}" ]
 17                                                    17 
 18   node [fontcolor=gray]                            18   node [fontcolor=gray]
 19                                                    19 
 20   subgraph cluster_try_connect {                   20   subgraph cluster_try_connect {
 21     label="try to connect, handshake"              21     label="try to connect, handshake"
 22     rank=max                                       22     rank=max
 23     WFConnection   [ label=WFConnection ]          23     WFConnection   [ label=WFConnection ]
 24     WFReportParams [ label=WFReportParams ]        24     WFReportParams [ label=WFReportParams ]
 25   }                                                25   }
 26                                                    26 
 27   TearDown       [ label=TearDown ]                27   TearDown       [ label=TearDown ]
 28                                                    28 
 29   Connected      [ label=Connected,style=fille     29   Connected      [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
 30                                                    30 
 31   node [fontcolor=lightblue]                       31   node [fontcolor=lightblue]
 32                                                    32 
 33   StartingSyncS  [ label=StartingSyncS ]           33   StartingSyncS  [ label=StartingSyncS ]
 34   StartingSyncT  [ label=StartingSyncT ]           34   StartingSyncT  [ label=StartingSyncT ]
 35                                                    35 
 36   subgraph cluster_bitmap_exchange {               36   subgraph cluster_bitmap_exchange {
 37     node [fontcolor=red]                           37     node [fontcolor=red]
 38     fontcolor=red                                  38     fontcolor=red
 39     label="new application (WRITE?) requests b     39     label="new application (WRITE?) requests blocked\lwhile bitmap is exchanged"
 40                                                    40 
 41     WFBitMapT      [ label=WFBitMapT ]             41     WFBitMapT      [ label=WFBitMapT ]
 42     WFSyncUUID     [ label=WFSyncUUID ]            42     WFSyncUUID     [ label=WFSyncUUID ]
 43     WFBitMapS      [ label=WFBitMapS ]             43     WFBitMapS      [ label=WFBitMapS ]
 44   }                                                44   }
 45                                                    45 
 46   node [fontcolor=blue]                            46   node [fontcolor=blue]
 47                                                    47 
 48   cluster_resync [ shape=record,label="{<any>r     48   cluster_resync [ shape=record,label="{<any>resynchronisation process running\l'concurrent' application requests allowed|{{<T>PausedSyncT\nSyncTarget}|{<S>PausedSyncS\nSyncSource}}}" ]
 49                                                    49 
 50   node [shape=box,fontcolor=black]                 50   node [shape=box,fontcolor=black]
 51                                                    51 
 52   // drbdadm [label="drbdadm connect"]             52   // drbdadm [label="drbdadm connect"]
 53   // handshake [label="drbd_connect()\ndrbd_do     53   // handshake [label="drbd_connect()\ndrbd_do_handshake\ndrbd_sync_handshake() etc."]
 54   // comm_error [label="communication trouble"     54   // comm_error [label="communication trouble"]
 55                                                    55 
 56   //                                               56   //
 57   // edges                                         57   // edges
 58   // --------------------------------------        58   // --------------------------------------
 59                                                    59 
 60   StandAlone -> Unconnected [ label="drbdadm c     60   StandAlone -> Unconnected [ label="drbdadm connect" ]
 61   Unconnected -> StandAlone  [ label="drbdadm      61   Unconnected -> StandAlone  [ label="drbdadm disconnect\lor serious communication trouble" ]
 62   Unconnected -> WFConnection [ label="receive     62   Unconnected -> WFConnection [ label="receiver thread is started" ]
 63   WFConnection -> WFReportParams [ headlabel="     63   WFConnection -> WFReportParams [ headlabel="accept()\land/or                        \lconnect()\l" ]
 64                                                    64 
 65   WFReportParams -> StandAlone [ label="during     65   WFReportParams -> StandAlone [ label="during handshake\lpeers do not agree\labout something essential" ]
 66   WFReportParams -> Connected [ label="data id     66   WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ]
 67                                                    67 
 68     WFReportParams -> WFBitMapS                    68     WFReportParams -> WFBitMapS
 69     WFReportParams -> WFBitMapT                    69     WFReportParams -> WFBitMapT
 70     WFBitMapT -> WFSyncUUID [minlen=0.1,constr     70     WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
 71                                                    71 
 72       WFBitMapS -> cluster_resync:S                72       WFBitMapS -> cluster_resync:S
 73       WFSyncUUID -> cluster_resync:T               73       WFSyncUUID -> cluster_resync:T
 74                                                    74 
 75   edge [color=green]                               75   edge [color=green]
 76   cluster_resync:any -> Connected [ label="res     76   cluster_resync:any -> Connected [ label="resnyc done",fontcolor=green ]
 77                                                    77 
 78   edge [color=red]                                 78   edge [color=red]
 79   WFReportParams -> CommTrouble                    79   WFReportParams -> CommTrouble
 80   Connected -> CommTrouble                         80   Connected -> CommTrouble
 81   cluster_resync:any -> CommTrouble                81   cluster_resync:any -> CommTrouble
 82   edge [color=black]                               82   edge [color=black]
 83   CommTrouble -> Unconnected [label="receiver      83   CommTrouble -> Unconnected [label="receiver thread is stopped" ]
 84                                                    84 
 85 }                                                  85 }
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php