Created attachment 918737[details]
vdsm.log
Description of problem:
When trying to get api/templates/{ID}/disks , getting
"500 Internal Server Error"
Version-Release number of selected component (if applicable):
oVirt Engine Version: 3.5.0-0.0.master.20140629172257.git0b16ed7.el6
How reproducible:
via rest API , try to get api/templates/{ID}/disks
Steps to Reproduce:
1.up and running setup with shutdown VM + disks
2.create a template from that vm
3.via rest API , try to get api/templates/{ID}/disks
Actual results:
"500 Internal Server Error"
<fault>
<reason>Operation Failed</reason>
<detail>java.lang.reflect.InvocationTargetException</detail>
</fault>
Expected results:
get a response with the disks
Additional info:
in the vdsm.log , we can see :
AttributeError: '_IOProcWrapper' object has no attribute 'utils'
Created attachment 918737 [details] vdsm.log Description of problem: When trying to get api/templates/{ID}/disks , getting "500 Internal Server Error" Version-Release number of selected component (if applicable): oVirt Engine Version: 3.5.0-0.0.master.20140629172257.git0b16ed7.el6 How reproducible: via rest API , try to get api/templates/{ID}/disks Steps to Reproduce: 1.up and running setup with shutdown VM + disks 2.create a template from that vm 3.via rest API , try to get api/templates/{ID}/disks Actual results: "500 Internal Server Error" <fault> <reason>Operation Failed</reason> <detail>java.lang.reflect.InvocationTargetException</detail> </fault> Expected results: get a response with the disks Additional info: in the vdsm.log , we can see : AttributeError: '_IOProcWrapper' object has no attribute 'utils'