summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2016-06-28 12:45:55 -0500
committerTony Asleson <tasleson@redhat.com>2016-06-28 12:45:55 -0500
commit7c5a08521b687c7c7074b41d880e1e559d4ea6b8 (patch)
tree5c7eb8c42231c5fbb1df84d156059bd09c6557f2
parent9e3ad37828a14924dd12f65e62194bef286a16f0 (diff)
downloadlvm2-7c5a08521b687c7c7074b41d880e1e559d4ea6b8.tar.gz
lvmdbusd: Remove unneeded comment
-rw-r--r--daemons/lvmdbusd/lv.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemons/lvmdbusd/lv.py b/daemons/lvmdbusd/lv.py
index 8f063dc4a..5658d29db 100644
--- a/daemons/lvmdbusd/lv.py
+++ b/daemons/lvmdbusd/lv.py
@@ -472,8 +472,6 @@ class Lv(LvCommon):
# it is a thin lv
if not dbo.IsThinVolume:
if optional_size == 0:
- # TODO: Should we pick a sane default or force user to
- # make a decision?
space = dbo.SizeBytes / 80
remainder = space % 512
optional_size = space + 512 - remainder