Move/rename _IsValidMeta to base drbd class
authorIustin Pop <iustin@google.com>
Wed, 24 Oct 2007 13:30:17 +0000 (13:30 +0000)
committerIustin Pop <iustin@google.com>
Wed, 24 Oct 2007 13:30:17 +0000 (13:30 +0000)
commitae26a2876850eac2bf91cd81bd21b23b74db459d
treefbe6ae5b257179be152cdef285e701f7651f6b92
parent5a47ad2092e66b2f4f8c3de00f21da736bd7fd03
Move/rename _IsValidMeta to base drbd class

The DRBDev._IsValidMeta only checks for the metadata device size. Since
this is a useful check (but not complete) for DRBD8, move it to the base
class and name it _CheckMetaSize.

Reviewed-by: imsnah
lib/bdev.py