Description of problem: vailable disk space for /var/cache/yum/preupgrade: 120.5GB Upgrade requires 500.0MB Available disk space for /usr: 117.6GB Generating metadata for preupgrade repo Traceback (most recent call last): File "/usr/share/preupgrade/preupgrade-gtk.py", line 237, in on_assistant_apply self._do_main() File "/usr/share/preupgrade/preupgrade-gtk.py", line 256, in _do_main self.main_preupgrade() File "/usr/share/preupgrade/preupgrade-gtk.py", line 531, in main_preupgrade repopath=preupgrade.bootpath_to_anacondapath(cachedir,UUID=True) File "/usr/lib/python2.5/site-packages/preupgrade/__init__.py", line 197, in bootpath_to_anacondapath raise PUError, "/boot is on unbootable RAID level '%s'" % raid['level'] preupgrade.PUError: /boot is on unbootable RAID level 'raid0' But that's not true! /boot is on it's own partition: mount /dev/md0 on / type ext3 (rw,noatime) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda1 on /boot type ext3 (rw,noatime) tmpfs on /dev/shm type tmpfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) fusectl on /sys/fs/fuse/connections type fusectl (rw) Version-Release number of selected component (if applicable): preupgrade-1.0.0-1.fc9.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Description of problem: Traceback (most recent call last): File "/usr/share/preupgrade/preupgrade-gtk.py", line 237, in on_assistant_apply self._do_main() File "/usr/share/preupgrade/preupgrade-gtk.py", line 256, in _do_main self.main_preupgrade() File "/usr/share/preupgrade/preupgrade-gtk.py", line 531, in main_preupgrade repopath=preupgrade.bootpath_to_anacondapath(cachedir,UUID=True) File "/usr/lib/python2.5/site-packages/preupgrade/__init__.py", line 197, in bootpath_to_anacondapath raise PUError, "/boot is on unbootable RAID level '%s'" % raid['level'] preupgrade.PUError: /boot is on unbootable RAID level 'raid5' /boot on my system is on raid 5 partition, but is bootable from the mbr! Version-Release number of selected component (if applicable): preupgrade-1.0.0-1.fc9.noarch
Yeah, this is a bug in preupgrade-1.0.0-1 - it will refuse to upgrade systems where the root partition is raid0 or raid5. A fix will be available soon.
*** Bug 474888 has been marked as a duplicate of this bug. ***
Dupe of bug 444497 ?
(In reply to comment #4) > Dupe of bug 444497 ? No - Similar symptom, completely different cause.
Built a fixed preupgrade-1.0.1 package, update will be available soon. http://koji.fedoraproject.org/koji/buildinfo?buildID=73594 If possible, please install and test that build of preupgrade.
preupgrade-1.0.1-1.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/preupgrade-1.0.1-1.fc8
preupgrade-1.0.1-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/preupgrade-1.0.1-1.fc10
preupgrade-1.0.1-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/preupgrade-1.0.1-1.fc9
I tried a fc9 -> f10 upgrade with a raid1 boot and raid5 root and it worked for me. That was with the version from koji.
*** Bug 477097 has been marked as a duplicate of this bug. ***
preupgrade-1.0.1-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-11587
preupgrade-1.0.1-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-11540
preupgrade-1.0.1-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update preupgrade'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2008-11437
preupgrade-1.0.1-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
preupgrade-1.0.1-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
preupgrade-1.0.1-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
i have /boot on /dev/mapper/isw_cfidaabedc_Volume0p2 (software raid0) and preupgrade-1.0.1-1.fc9.noarch doesnt work