Created attachment 728469 [details]
y2logs from openSUSE-Leap-42.2-livecd-gnome.x86_64-1.0.0-Build56.1.iso
Interesting, that if at warring about fail to delete /dev/sda1 (swap)
(i.e. at DISK_REMOVE_PARTITION_PARTED_FAILED ),
I do `swapoff -a` and manually remove sda1,
press button to continue installion,
later I get error, that systems fails to mount /sda1 as swap:
Failure occurred during the following action:
Mounting /dev/sda1 to swap
VOLUME_MOUNT_FAILED
System error code was: -3003
/sbin/swapon --fixpgsz '/dev/sda1':
swapon: /dev/sda1: read swap header failed
Note sequence:
1. /dev/sda1 (swap) selected to be removed by user
(YaST seems never suggest to remove/resise swap
even if I intentionally create huge swap before install;
do we need to open separate bug for this 'feature'?)
2. /dev/sda1 (swap) failed to remove (because mounted) by YaST
3. /dev/sda1 (swap) umounted and remove manually
4. /dev/sda1 success to create as other partition type
(e.g. LVM or other, but not swap) by YaST (as expected)
5. YaST prematurely try to re-mount swap (by out-dated information)
even if it already should be removed (by YaST itself)!