Comment # 5 on bug 1094963 from
The LUKS could successfully be opened with "cryptsetup",
and "dmsetup table" and "blkid" showed it correctly:


2018-05-28 09:23:29 <1> install(3471) [libstorage] SystemCmd.cc:186 SystemCmd
Executing:
"/sbin/cryptsetup --batch-mode luksOpen '/dev/sda3' 'cr-auto-1' --tries 1
--key-file -"
...
Returns:0


2018-05-28 09:23:30 <1> install(3471) [libstorage] SystemCmd.cc:186 SystemCmd
Executing:
"/sbin/dmsetup table"

->

"cr-auto-1: 0 34236416 crypt aes-xts-plain64
0000000000000000000000000000000000000000000000000000000000000000 0 8:3 4096"

Returns:0


2018-05-28 09:23:30 <1> install(3471) [libstorage] SystemCmd.cc:186 SystemCmd
Executing:
"/sbin/blkid -c '/dev/null'"

->
...
"/dev/mapper/cr-auto-1: UUID="2b7823b8-a8b0-443a-9e81-b7b1bd6f51e8" TYPE="xfs""

Returns:0


You are receiving this mail because: