Skip to content

Commit

Permalink
Increase ext4 maximum size from 16 TiB to 1 EiB (#1231049)
Browse files Browse the repository at this point in the history
Resolves: rhbz#1231049
  • Loading branch information
bcl committed Jun 15, 2015
1 parent 6ca39b9 commit 63beda4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blivet/formats/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ class Ext4FS(Ext3FS):
_modules = ["ext4"]
_mkfsClass = fsmkfs.Ext4FSMkfs
partedSystem = fileSystemType["ext4"]
_maxSize = Size("1 EiB")

register_device_format(Ext4FS)

Expand Down

0 comments on commit 63beda4

Please sign in to comment.