[master 1/7] Two minor fixes in LVMLogicalVolumeDevice's constructor's docstring

vpodzime installerbot-noreply at redhat.com
Fri Jul 31 11:33:53 UTC 2015


From: Vratislav Podzimek <vpodzime at redhat.com>

---
 blivet/devices/lvm.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/blivet/devices/lvm.py b/blivet/devices/lvm.py
index 094f216..f4e5a7b 100644
--- a/blivet/devices/lvm.py
+++ b/blivet/devices/lvm.py
@@ -492,10 +492,6 @@ def __init__(self, name, parents=None, size=None, uuid=None, segType=None,
 
             For existing LVs only:
 
-            :keyword copies: number of copies in the vg (>1 for mirrored lvs)
-            :type copies: int
-            :keyword logSize: size of log volume (for mirrored lvs)
-            :type logSize: :class:`~.size.Size`
             :keyword segType: segment type (eg: "linear", "raid1")
             :type segType: str
 
@@ -505,7 +501,7 @@ def __init__(self, name, parents=None, size=None, uuid=None, segType=None,
             :type grow: bool
             :keyword maxsize: maximum size for growable LV
             :type maxsize: :class:`~.size.Size`
-            :keyword percent -- percent of VG space to take
+            :keyword percent: percent of VG space to take
             :type percent: int
 
         """


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/bfea086ef8608de46e843dcf91da78d704c63cc6


More information about the anaconda-patches mailing list