Hi,
after creating a zpool on a geli encrypted disk I just noticed:
and
I expected about 10 to 15% overhead but this is half the size.
From the logs I see "GEOM_ELI: gpt/xxx.eli: Failed to authenticate 512 bytes of data at offset 2000381017088"
Which would after my guess be around 1.8 TB.
So could it be that I have to initialise the whole drive with data for geli before I can create the pool?
Kind regards,
after creating a zpool on a geli encrypted disk I just noticed:
Code:
=>
% gpart show da4
34 7814037100 da4 GPT (3.6T)
34 6 - free - (3.0K)
40 7813988352 1 freebsd-zfs (3.6T)
7813988392 48742 - free - (24M)
and
Code:
% zfs list -o space mypool
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
mypool 1.76T 768K 0B 96K 0B 672K
I expected about 10 to 15% overhead but this is half the size.
From the logs I see "GEOM_ELI: gpt/xxx.eli: Failed to authenticate 512 bytes of data at offset 2000381017088"
Which would after my guess be around 1.8 TB.
So could it be that I have to initialise the whole drive with data for geli before I can create the pool?
Kind regards,