Created attachment 888789 [details] reproducer (just initialzies blivet instance...) blivet.reset() deactivates my MD RAIDs. Version-Release number of selected component (if applicable): python-blivet-0.49-1.fc21.noarch How reproducible: always Steps to Reproduce: 1. mdadm -C /dev/md/test -l 1 -n 2 /dev/sdc{1,2} 2. initialize blivet 3. ls /dev/md* Actual results: no /dev/md127 (a.k.a. /dev/md/test Expected results: /dev/md127 survives Additional info: From blivet log: INFO:blivet: scanning md127 (/devices/virtual/block/md127)... INFO:blivet: md127 is an md device ERROR:blivet: failed to scan md array test INFO:program: Running... mdadm --stop /dev/md/test INFO:program: mdadm: stopped /dev/md/test [full log attached]
Created attachment 888790 [details] blivet log
Created attachment 888791 [details] correct blivet log Sorry, I attached wrong log, this is the right one.
Created attachment 888793 [details] correct blivet log Third attempt to attach proper log...
The last working version is python-blivet-0.45. python-blivet-0.46 and newer starts stopping MD RAIDs.
I think the patches I posted for review yesterday will resolve this. (https://lists.fedorahosted.org/pipermail/anaconda-patches/2014-April/010392.html)
Fixed in python-blivet-0.50-1