Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 876615 - No disk visible when installing to an image file specified with relative path
Summary: No disk visible when installing to an image file specified with relative path
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 18
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora19rtt
TreeView+ depends on / blocked
 
Reported: 2012-11-14 15:26 UTC by Jan Stodola
Modified: 2013-12-19 19:20 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 994488 (view as bug list)
Environment:
Last Closed: 2013-12-19 19:20:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda.log (4.26 KB, text/plain)
2012-11-14 15:26 UTC, Jan Stodola
no flags Details
program.log (1.83 KB, text/plain)
2012-11-14 15:26 UTC, Jan Stodola
no flags Details
storage.log (49.51 KB, text/plain)
2012-11-14 15:26 UTC, Jan Stodola
no flags Details
storage.state (12.00 KB, text/plain)
2012-11-14 15:26 UTC, Jan Stodola
no flags Details
anaconda.log, F19-Alpha (5.39 KB, text/plain)
2013-04-22 12:16 UTC, Jan Stodola
no flags Details
storage.log, F19-Alpha (29.26 KB, text/plain)
2013-04-22 12:16 UTC, Jan Stodola
no flags Details
program.log, F19-Alpha (8.28 KB, text/plain)
2013-04-22 12:17 UTC, Jan Stodola
no flags Details

Description Jan Stodola 2012-11-14 15:26:21 UTC
Description of problem:
There is no image visible in anaconda UI (tested both text and GUI) when one tries to install to an image file using --image option.

Version-Release number of selected component (if applicable):
anaconda-18.29-1.fc18.x86_64

How reproducible:
always

Steps to Reproduce:
1. install latest Fedora 18
2. yum install anaconda
3. dd if=/dev/zero of=disk.img bs=1M count=10000
4. anaconda -G --image=disk.img
5. go to Installation destination
  
Actual results:
no disk available

Expected results:
file image is available for installation

Comment 1 Jan Stodola 2012-11-14 15:26:46 UTC
Created attachment 644956 [details]
anaconda.log

Comment 2 Jan Stodola 2012-11-14 15:26:49 UTC
Created attachment 644957 [details]
program.log

Comment 3 Jan Stodola 2012-11-14 15:26:52 UTC
Created attachment 644958 [details]
storage.log

Comment 4 Jan Stodola 2012-11-14 15:26:55 UTC
Created attachment 644959 [details]
storage.state

Comment 5 Jan Stodola 2013-04-22 12:14:58 UTC
Also reproduced with F19-Alpha (anaconda-19.20-1). 

Executed with following options:
# anaconda --graphical --image=file.img

from storage.log:
...
07:32:35,833 INFO blivet: setting up disk image file 'file.img' as 'file'
07:32:35,833 ERR blivet: failed to set up disk image: FileDevice requires an absolute path
...

With absolute path, anaconda shows the image file. Changing summary of the bug.

Comment 6 Jan Stodola 2013-04-22 12:16:03 UTC
Created attachment 738484 [details]
anaconda.log, F19-Alpha

Comment 7 Jan Stodola 2013-04-22 12:16:36 UTC
Created attachment 738485 [details]
storage.log, F19-Alpha

Comment 8 Jan Stodola 2013-04-22 12:17:48 UTC
Created attachment 738486 [details]
program.log, F19-Alpha

Comment 9 Brian Lane 2013-12-19 19:20:26 UTC
The path must be absolute.


Note You need to log in before you can comment on or make changes to this bug.