Skip to content
Snippets Groups Projects
Commit 5c755a4d authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix a docstring in bdev's DRBD8 class


It seems this was not updated since the move to static minors…

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarAgata Murawska <agatamurawska@google.com>
parent 1c7bda0a
No related branches found
No related tags found
No related merge requests found
...@@ -1098,10 +1098,10 @@ class DRBD8(BaseDRBD): ...@@ -1098,10 +1098,10 @@ class DRBD8(BaseDRBD):
doesn't do anything to the supposed peer. If you need a fully doesn't do anything to the supposed peer. If you need a fully
connected DRBD pair, you need to use this class on both hosts. connected DRBD pair, you need to use this class on both hosts.
The unique_id for the drbd device is the (local_ip, local_port, The unique_id for the drbd device is a (local_ip, local_port,
remote_ip, remote_port) tuple, and it must have two children: the remote_ip, remote_port, local_minor, secret) tuple, and it must have
data device and the meta_device. The meta device is checked for two children: the data device and the meta_device. The meta device
valid size and is zeroed on create. is checked for valid size and is zeroed on create.
""" """
_MAX_MINORS = 255 _MAX_MINORS = 255
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment