[blivet:master 2/5] Remove _minSize assignment to 0 where it's inherited from superclass.

mulhern amulhern at redhat.com
Wed Nov 5 14:07:26 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/formats/fs.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index 3205a57..092bbcd 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -882,7 +882,6 @@ class Ext2FS(FS):
     _resizable = True
     _linuxNative = True
     _maxSize = Size("8 TiB")
-    _minSize = Size(0)
     _defaultMountOptions = ["defaults"]
     _defaultCheckOptions = ["-f", "-p", "-C", "0"]
     _dump = True
@@ -1504,8 +1503,6 @@ class TmpFS(NoDevFS):
     # as tmpfs is part of the Linux kernel,
     # it is Linux-native
     _linuxNative = True
-    # tmpfs really does not occupy any space by itself
-    _minSize = 0
     # in a sense, I guess tmpfs is formattable
     # in the regard that the format is automatically created
     # once mounted
-- 
1.9.3



More information about the anaconda-patches mailing list