- Code: Select all
Traceback (most recent call last):
File "/opt/anaconda/usr/lib/anaconda/gui.py", line 872, in nextClicked
self.dispatch.gotoNext()
File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 140, in gotoNext
self.moveStep()
File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 208, in moveStep
rc = apply(func, self.bindArgs(args))
File "/opt/anaconda/usr/lib/anaconda/upgrade.py", line 40, in findRootParts
id.rootParts = findExistingRoots(intf, id, chroot)
File "/opt/anaconda/usr/lib/anaconda/upgrade.py", line 69, in findExistingRoots
upgradeany = upgradeany)
File "/opt/anaconda/usr/lib/anaconda/partedUtils.py", line 631, in findExistingRootPartitions
self.startAllRaid()
File "/opt/anaconda/usr/lib/anaconda/partedUtils.py", line 554, in startAllRaid
DiskSet.mdList.extend(raid.startAllRaid(driveList))
File "/opt/anaconda/usr/lib/anaconda/raid.py", line 134, in startAllRaid
isys.raidstart(devName, deviceList[0])
File "/opt/anaconda/usr/lib/anaconda/isys.py", line 86, in raidstart
os.remove("/tmp/member")
OSError: [Errno 2] No such file or directory: '/tmp/member'
Looks like it has problem with my raid 0.
