Created attachment 612089 [details] storage log Description of problem: A previous lvm stuff is on disk and anaconda is unable to start the installation process when using automatic partitioning because it seems to not to be able to remove the existing lmv pv. Version-Release number of selected component (if applicable): f18a rc2 dvd How reproducible: always Steps to Reproduce: 1. boot in graphical 2. fill all anacona requeriments and do an automatic partitioning 3. anaconda stalls at 'preparing to install' Actual results: no install Expected results: install Additional info: see attached logs.
Created attachment 612090 [details] program log 09:26:05,373 INFO program: Running... udevadm settle --timeout=300 09:26:05,647 INFO program: Running... lvm pvremove --force --force --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|","r|/fedora-root$|","r|/fedora$|","r|/sdb1$|","r|/sdb$|"] } /dev/sda1 09:26:06,041 ERR program: Couldn't find device with uuid LQNJGd-eAil-p1cB-PU83-ysJL-qjDG-xhFAHD. (END)
I think this is fixed by 853977, given that we are hung up on a pvremove and the patch from that bug adds arguments to pvremove. Unfortunately, that's a private bug. However the important thing to note is that it's in modified and anaconda-18.8 should be tne build on master that'll have the fix. So, post-alpha. *** This bug has been marked as a duplicate of bug 853977 ***