[master 1/19] Specify sector size for a LUKS mapping.

mulkieran installerbot-noreply at redhat.com
Thu Jun 18 21:04:02 UTC 2015


From: mulhern <amulhern at redhat.com>

Related: #56

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/devicelibs/crypto.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devicelibs/crypto.py b/blivet/devicelibs/crypto.py
index 474c905..a94cb60 100644
--- a/blivet/devicelibs/crypto.py
+++ b/blivet/devicelibs/crypto.py
@@ -25,5 +25,6 @@
 
 LUKS_METADATA_SIZE = Size("2 MiB")
 MIN_CREATE_ENTROPY = 256 # bits
+SECTOR_SIZE = Size("512 B")
 
 EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_CRYPTO_PLUGIN]


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


More information about the anaconda-patches mailing list