Documentation/admin-guide/blockdev/drbd/peer-states-8.dot

Source file repositories/reference/linux-study-clean/Documentation/admin-guide/blockdev/drbd/peer-states-8.dot

File Facts

System
Linux kernel
Corpus path
Documentation/admin-guide/blockdev/drbd/peer-states-8.dot
Extension
.dot
Size
386 bytes
Lines
9
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: Documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

digraph peer_states {
	Secondary -> Primary           [ label = "recv state packet" ]
	Primary   -> Secondary 	       [ label = "recv state packet" ]
	Primary   -> Unknown 	       [ label = "connection lost" ]
	Secondary  -> Unknown  	       [ label = "connection lost" ]
	Unknown   -> Primary           [ label = "connected" ]
	Unknown   -> Secondary         [ label = "connected" ]
}

Annotation

Implementation Notes