Merge branch 'vm-test' into 'main'

Draft: WIP: print info from VMs

See merge request cryptsetup/cryptsetup!864
This commit is contained in:
Milan Broz
2025-11-28 23:05:13 +01:00

View File

@@ -54,4 +54,16 @@ dmsetup version
echo "Device mapper targets:"
dmsetup targets
echo "---------------------------"
pwd
lsblk
lsblk -S
lsblk -N
lsblk -D
lsblk -t
nvme list
mount
time $CRYPTSETUP_PATH/cryptsetup benchmark
echo "---------------------------"
exit 0