[rhel6-branch 14/30] 8 MiB is the minimum member size on RHEL 6.

mulkieran installerbot-noreply at redhat.com
Thu May 28 21:04:19 UTC 2015


From: Anne Mulhern <amulhern at redhat.com>

Signed-off-by: Anne Mulhern <amulhern at redhat.com>
---
 blivet/devicelibs/btrfs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devicelibs/btrfs.py b/blivet/devicelibs/btrfs.py
index a0a4ec8..42c98ca 100644
--- a/blivet/devicelibs/btrfs.py
+++ b/blivet/devicelibs/btrfs.py
@@ -35,7 +35,7 @@
 MAIN_VOLUME_ID = 5
 
 # if any component device is less than this size, mkfs.btrfs will fail
-MIN_MEMBER_SIZE = Size("16 MiB")
+MIN_MEMBER_SIZE = Size("8 MiB")
 
 RAID_levels = raid.RAIDLevels(["raid0", "raid1", "raid10", "single"])
 


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


More information about the anaconda-patches mailing list