Bug 1109350

Summary: edit-node fails to edit el6 based isos due to dracut variable error
Product: [Retired] oVirt Reporter: Joey Boggs <jboggs>
Component: ovirt-nodeAssignee: Fabian Deutsch <fdeutsch>
Status: CLOSED CURRENTRELEASE QA Contact: bugs <bugs>
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: cshao, dfediuck, gklein, hadong, huiwa, jboggs, leiwang, mgoldboi, ovirt-bugs, rbalakri, yaniwang, ycui, yeylon
Target Milestone: ---   
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: node
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-17 12:20:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joey Boggs 2014-06-13 17:59:55 UTC
when running edit-node on el6 based iso a missing dracut.conf error is not handled properly

Traceback (most recent call last):
  File "../edit-node", line 1705, in <module>
    sys.exit(main())
  File "../edit-node", line 1562, in main
    editor._rebuild_initramfs()
  File "../edit-node", line 1208, in _rebuild_initramfs
    with open(d_conf) as f:
IOError: [Errno 2] No such file or directory: '/var/tmp/edit-liveos-tj97rs/install_root/etc/dracut.conf'

Comment 1 Sandro Bonazzola 2014-10-17 12:20:55 UTC
oVirt 3.5 has been released and should include the fix for this issue.