Hide Forgot
Description of problem: Run this on my laptop: # cryptsetup status /dev/mapper/luks-a6392fe0-ce8c-4049-9c76-88835e858f82 /dev/mapper//dev/mapper/luks-a6392fe0-ce8c-4049-9c76-88835e858f82 is active and is in use. type: LUKS1 cipher: aes-xts-plain64 keysize: 512 bits device: /dev/sda3 offset: 4096 sectors size: 192858112 sectors mode: read/write Notice "/dev/mapper//dev/mapper/" string in the beginning. Version-Release number of selected component (if applicable): cryptsetup-luks-1.2.0-3.el6_1.2.i686 How reproducible: always
Hm. But status really takes just mapped name for argument, not a path. This should not work at all :)
Fixed in cryptsetup-luks-1.2.0-7.el6.
# rpm -q cryptsetup-luks cryptsetup-luks-1.2.0-7.el6.x86_64 # cryptsetup status /dev/mapper/luks-14e91c9c-3159-444c-bf4d-f7af8814728c /dev/mapper/luks-14e91c9c-3159-444c-bf4d-f7af8814728c is active and is in use. type: LUKS1 cipher: aes-xts-plain64 keysize: 512 bits device: /dev/vda2 offset: 4096 sectors size: 15747072 sectors mode: read/write # cryptsetup status luks-14e91c9c-3159-444c-bf4d-f7af8814728c /dev/mapper/luks-14e91c9c-3159-444c-bf4d-f7af8814728c is active and is in use. type: LUKS1 cipher: aes-xts-plain64 keysize: 512 bits device: /dev/vda2 offset: 4096 sectors size: 15747072 sectors mode: read/write VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0886.html