Bug 805969

Summary: oVirt CLI : no status of delete host command
Product: [Retired] oVirt Reporter: Avihai Shoham <ashoham>
Component: ovirt-engine-cliAssignee: Michael Pasternak <mpastern>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bazulay, dyasny, iheim, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-26 13:23:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Avihai Shoham 2012-03-22 15:18:25 UTC
when deleting host the cli not give status of delete host command. other commands do have status command state

[oVirt shell (connected)]# action host camel-vdsb deactivate 

status-state: complete

[oVirt shell (connected)]# 
[oVirt shell (connected)]# delete host camel-vdsb 


Expected results:

return 

command state when deleting host (e.g. status-state: complete)

impact :
user doesn't know if the command failed or succeed

Comment 1 Michael Pasternak 2012-03-26 13:23:05 UTC
actions are different from the DELETE command, by REST spec DELETE commands
doesn't return success/failure, but only ACCEPTED status, if DELETE
will fail on pre-delete verification - return status won't be ACCEPTED
and CLI will throw error.