Hide Forgot
The following was filed automatically by anaconda: anaconda 14.22 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/pyanaconda/storage/formats/disklabel.py", line 250, in commit raise DiskLabelCommitError(msg) File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devices.py", line 1390, in destroy self.disk.originalFormat.commit() File "/usr/lib/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 219, in execute self.device.destroy() File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 705, in processActions action.execute(intf=self.intf) File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 313, in doIt self.devicetree.processActions() File "/usr/lib/python2.7/site-packages/pyanaconda/packages.py", line 110, in turnOnFilesystems anaconda.storage.doIt() File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1190, in nextClicked self.anaconda.dispatch.gotoNext() DiskLabelCommitError: Could not commit to disk /dev/sdc
Created attachment 492177 [details] Attached traceback automatically from anaconda.
F14 is really pretty old at this point. Please retest with F15 beta and let us know if this is still a problem. Thanks.
This error occured because I use an ITE8212f PCI-Controller. This error vanishes if I use a different ide-controller (e.g. sil0680a-chipset). Using Debian 6.01a or Opensuse 11.4 this error do not happen with the ITE8212f-Controller.
anaconda doesn't care about disk controllers. Reassigning.
Anaconda is doing a FLUSH_CACHE command on the disk, and some controllers don't support that. Can't it just ignore the error if it's -EOPNOTSUPP ??
Anaconda does not do SCSI commands. The kernel does.
This is happening at a level lower than anaconda. It may be a kernel problem or perhaps a parted problem, but most certainly not anaconda. Reassigning again. If it gets sent back again it will be promptly closed.
(In reply to comment #6) > Anaconda does not do SCSI commands. The kernel does. The kernel is doing exactly what it is supposed to do: it's reporting that the device does not support FLUSH CACHE. This is not necessarily an error.
This is a dupe of bug 575057, I also found this LKML thread http://lkml.org/lkml/2010/9/23/294 *** This bug has been marked as a duplicate of bug 575057 ***