Revision 3bc145d8 lib/bdev.py

b/lib/bdev.py
1058 1058
  def _CheckMetaSize(meta_device):
1059 1059
    """Check if the given meta device looks like a valid one.
1060 1060

  
1061
    This currently only check the size, which must be around
1061
    This currently only checks the size, which must be around
1062 1062
    128MiB.
1063 1063

  
1064 1064
    """
......
1197 1197
  def _GetShowParser(cls):
1198 1198
    """Return a parser for `drbd show` output.
1199 1199

  
1200
    This will either create or return an already-create parser for the
1200
    This will either create or return an already-created parser for the
1201 1201
    output of the command `drbd show`.
1202 1202

  
1203 1203
    """

Also available in: Unified diff