diff --git a/lib/bdev.py b/lib/bdev.py index 098cb1548ff44b37880b85c9ea970341f05c1a5e..da29f5dad71001be42f48776b24f375d74009aeb 100644 --- a/lib/bdev.py +++ b/lib/bdev.py @@ -1964,10 +1964,10 @@ class DRBD8(BaseDRBD): def Open(self, force=False): """Make the local state primary. - If the 'force' parameter is given, the '--do-what-I-say' parameter - is given. Since this is a potentially dangerous operation, the + If the 'force' parameter is given, the '-o' option is passed to + drbdsetup. Since this is a potentially dangerous operation, the force flag should be only given after creation, when it actually - has to be given. + is mandatory. """ if self.minor is None and not self.Attach():