Hide Forgot
Created attachment 538386 [details] patch to fix the problem Description of problem: oz creates two console fields which doesn't work with libvirt-0.9.7. Version-Release number of selected component (if applicable): oz-0.8.0 (and previous versions) How reproducible: 100% Steps to Reproduce: 1. run oz with libvirt 0.9.7 2. oz fails 3. another option is to run oz and save the xml output using the -x flag. two console sections are present. Actual results: oz fails to build an image with libvirt 0.9.7 Expected results: oz should build an image with libvirt 0.9.7 Additional info: patch attached which fixes the problem
fixing version.. move to 1.0.0
adding ce-sprint-next bugs to ce-sprint
Fixed here: https://github.com/aeolusproject/oz/commit/6cb0f46e02094039ea502faf0704647324bd221d Submitted as pull request against aeolusproject/oz and Chris' upstream. This does not affect RHEL6 so I'd suggest that it be removed from ce-sprint and all future sprints that are directly related to a RHEL based aeolus release. Switching to ON_QA.
bugs in verified or on_qa moving off tracker
Issue reproduced with oz-0.8.0-0.20111219203204git5775e9d.fc16.noarch # grep console test.xml <console device="pty"/> <console type="pty"> </console> Successfully tested with oz-0.9.0-0.20120119132256gite3f0da4.fc16.noarch # grep console test01.xml <console type="pty"> </console> command was #oz-install -x test01.xml template.tdl Moving bug to VERIFIED for version oz-0.9.0-0.20120119132256gite3f0da4.fc16.noarch.