Hide Forgot
Description of problem: The virsh command 'cpu-baseline' doesn't print eny error message into stderr for emtpy file argument. This bug has been discovered by libvirt-autotest. Version-Release number of selected component (if applicable): libvirt-0.10.2-23.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. virsh cpu-baseline '' Actual results: echo $? -> 1 stderr -> nothing Expected results: echo $? -> 1 stderr -> error: Failed to get option 'file': Option argument is empty Additional info: The error message is from upstream libvirt.
This was fixed upstream by commit: commit fa956d9055c6fc1aaf672172343172da113f5e47 Author: Peter Krempa <pkrempa> Date: Mon Jan 21 15:39:18 2013 +0100 virsh-domain: Update domain commands to use vshCommandOptStringReq
*** This bug has been marked as a duplicate of bug 889276 ***