yast2 disk VOLUME_CRUPTSETUP_FAILED error code -3024

I am trying to set up encrypted LVM on a fresh install of OpenSUSE Tumbleweed on a x86_64 system. using the 0228 DVD ISO installer image.

I I added a new partition with Do not format and “Encrypt Device” checked, entered the passphrase, clicked Next, and get the pop-up box with that message… It does offer to continue despite the error, but I think that is a bad idea, so I always select abort.

First, that’s a really terrible error message.

Second,what does it really mean?

Additional information. I can do everything at the command line and it seems to work:


# cryptsetup luksFormat /dev/nvme1n1p1

WARNING!
========
This will overwrite data on /dev/nvme1n1p1 irrevocably.

Are you sure? (Type uppercase yes): YES    
Enter passphrase: 
Verify passphrase: 

# cryptsetup luksOpen /dev/nvme1n1p1 cr_nvme1n1p1
Enter passphrase for /dev/nvme1n1p1: 

# pvcreate /dev/mapper/cr_nvme1n1p1
File descriptor 18 (socket:[30990]) leaked on pvcreate invocation. Parent PID 2457: bash
File descriptor 19 (socket:[26186]) leaked on pvcreate invocation. Parent PID 2457: bash
File descriptor 21 (socket:[30941]) leaked on pvcreate invocation. Parent PID 2457: bash
File descriptor 32 (/dev/rfkill) leaked on pvcreate invocation. Parent PID 2457: bash
File descriptor 56 (/home/ingham/.local/share/baloo/index) leaked on pvcreate invocation. Parent PID 2457: bash
        Physical volume "/dev/mapper/cr_nvme1n1p1" successfully created.

# vgcreate internal /dev/mapper/cr_nvme1n1p1
File descriptor 18 (socket:[30990]) leaked on vgcreate invocation. Parent PID 2457: bash
File descriptor 19 (socket:[26186]) leaked on vgcreate invocation. Parent PID 2457: bash
File descriptor 21 (socket:[30941]) leaked on vgcreate invocation. Parent PID 2457: bash
File descriptor 32 (/dev/rfkill) leaked on vgcreate invocation. Parent PID 2457: bash
File descriptor 56 (/home/ingham/.local/share/baloo/index) leaked on vgcreate invocation. Parent PID 2457: bash
        Volume group "internal" successfully created