From f860ff4e1c95a83c9d7e33bb111728efb979ce11 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 8 May 2008 19:50:14 +0000
Subject: [PATCH] Improve DRBD8.Open's docstring a bit more

Reviewed-by: iustinp
---
 lib/bdev.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/bdev.py b/lib/bdev.py
index 098cb1548..da29f5dad 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():
-- 
GitLab