Description of problem: I just tried to remove any partitions from one hard drive which was part of RAID Version-Release number of selected component: anaconda-20.25.15-1.fc20.x86_64 The following was filed automatically by anaconda: anaconda 20.25.15-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/blivet/devicelibs/mdraid.py", line 222, in mddeactivate raise MDRaidError("mddeactivate failed for %s: %s" % (device, msg)) File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3399, in teardown mdraid.mddeactivate(self.path) File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 317, in __init__ device.teardown() File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1220, in destroyDevice action = ActionDestroyDevice(device) File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 759, in recursiveRemove self.destroyDevice(leaf) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/resize.py", line 397, in _scheduleActions self.storage.recursiveRemove(device) MDRaidError: mddeactivate failed for /dev/md/localhost.localdomain:swap: running mdadm --stop /dev/md/localhost.localdomain:swap failed Additional info: cmdline: /usr/bin/python /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base cmdline_file: initrd=initrd0.img root=live:CDLABEL=LIVE rootfstype=vfat ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.11.10-301.fc20.x86_64 other involved packages: python-blivet-0.23.9-1.fc20.noarch product: Fedora release: Fedora release 20 (Heisenbug) type: anaconda version: 20
Created attachment 910562 [details] File: anaconda-tb
Created attachment 910563 [details] File: anaconda.log
Created attachment 910564 [details] File: environ
Created attachment 910565 [details] File: journalctl
Created attachment 910566 [details] File: lsblk_output
Created attachment 910567 [details] File: nmcli_dev_list
Created attachment 910568 [details] File: os_info
Created attachment 910569 [details] File: program.log
Created attachment 910570 [details] File: storage.log
Created attachment 910571 [details] File: ifcfg.log
17:22:44,633 INFO program: Running... mdadm --stop /dev/md/localhost.localdomain:swap 17:22:44,643 INFO program: mdadm: Cannot get exclusive access to /dev/md/localhost.localdomain:swap:Perhaps a running process, mounted filesystem or active volume group? Something else is currently using that device -- probably swap. You could try running swapoff /dev/md/localhost.localdomain:swap before starting anaconda and see what happens.