geli: add a test case for attaching multiple providers with 1 command
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM. 8kB is overkill for the key, but mostly harmless.
tests/sys/geom/class/eli/attach_test.sh | ||
---|---|---|
85 ↗ | (On Diff #67423) | I don't know what geli does with it, but 32 bytes (256 bits) is completely sufficient as a key. I checked and geli doesn't reject 256 bit keys. Unfortunately, it does *accept* keys smaller than 256 bits. It also accepts keys smaller than 128 bits :-(. This is probably a bug we should fix (orthogonal to this test). I filed PR 243676. |