[master 1/1] Increase ext4 maximum size from 16 TiB to 1 EiB (#1231049)

bcl installerbot-noreply at redhat.com
Mon Jun 15 19:16:39 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

Resolves: rhbz#1231049
---
 blivet/formats/fs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index ce87d89..7b4b7ce 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -831,6 +831,7 @@ class Ext4FS(Ext3FS):
     _modules = ["ext4"]
     _mkfsClass = fsmkfs.Ext4FSMkfs
     partedSystem = fileSystemType["ext4"]
+    _maxSize = Size("1 EiB")
 
 register_device_format(Ext4FS)
 


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


More information about the anaconda-patches mailing list