luk2 overhead (now default in disco) is 16 MiB

This commit is contained in:
Michael Hudson-Doyle 2019-02-22 09:38:26 +01:00
parent 8892e027e9
commit 04f1ff0dd0
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ class Raid(_Device):
component_name = "component"
LUKS_OVERHEAD = 2*(2**20) # check this
LUKS_OVERHEAD = 16*(2**20)
@attr.s(cmp=False)