Bug 491900

Summary: While attempting iSCSI installation - Filesystem error detected, cannot continue.
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Joel Andres Granados <jgranado>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dlehman, esandeen, jgranado, jturner, pjones, rmaximo, tcallawa, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-06 21:23:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 495965    

Description James Laska 2009-03-24 15:30:43 UTC
Description of problem:


Version-Release number of selected component (if applicable):
anaconda-11.5.0.36 (plus http://jgranado.fedorapeople.org/storage/testing/updates-i586.img) to workaround a rawhide issue

How reproducible:


Steps to Reproduce:
1. Initiate installation on KVM guest
2. Add a iSCSI volume (IP:192.168.33.219, IQN:iqn.rhel5.ppc)
  
Actual results:

A dialog is presenting stating "Filesystem error detected, cannot continue"

Expected results:

The iSCSI volume should be added 

Additional info:

Comment 1 Joel Andres Granados 2009-03-24 15:33:28 UTC
I guess that we just need to do some File System checks after the mount fails.  If we find that the filesystem is corrupt we ask for user intervention.  When in kickstart we do what initlabel tells us.

Comment 2 David Lehman 2009-04-06 23:47:34 UTC
There isn't really any mounting going on in that block of code AFAIK. I think we need to figure out where these can come from and resolve them at a lower level (like somewhere in the DeviceTree). If the filesystem is broken we should either just log it and hope for the best or replace the format with the format base class ("Unknown"). In the latter case, we aren't changing anything -- we're just changing the way we show the filesystem type since it is apparently unusable.

Comment 3 Joel Andres Granados 2009-04-16 11:00:30 UTC
This message is no longer in the code.  There were changes that would address this issue.  pls retest and move to assigned if the behavior persists.