Hide Forgot
Description of problem: virsh suspend command should raise error for paused VM. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.# virsh list --all Id Name State ---------------------------------------------------- 12 vm1 running 2.# virsh suspend vm1 Domain vm1 suspended 3.#virsh suspend vm1 Domain vm1 suspended 4. echo $? 0 5.# virsh list --all Id Name State ---------------------------------------------------- 12 vm1 paused Actual results: No error information. Expected results: Error is raised. Additional info:
Not particularly important for Fedora, so moving to the upstream tracker.
Closing as NOTABUG per the upstream discussion at: https://www.redhat.com/archives/libvir-list/2013-October/msg00224.html