mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 19:30:04 +01:00
Add directio to reenc test.
This commit is contained in:
@@ -99,6 +99,8 @@ echo "key0" | $REENC $LOOPDEV1 -q -s 256
|
||||
check_hash "key0" $HASH1
|
||||
echo "key0" | $REENC $LOOPDEV1 -q -s 256 -c aes-xts-plain64 -h sha256
|
||||
check_hash "key0" $HASH1
|
||||
echo "key0" | $REENC $LOOPDEV1 -q --use-directio
|
||||
check_hash "key0" $HASH1
|
||||
|
||||
echo "[2] Reencryption with data shift"
|
||||
echo "key0" | $CRYPTSETUP -q luksFormat -s 128 -i 1 --align-payload 2048 $LOOPDEV1 || fail
|
||||
|
||||
Reference in New Issue
Block a user