Bug 805969 - oVirt CLI : no status of delete host command
Summary: oVirt CLI : no status of delete host command
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-cli
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Michael Pasternak
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-22 15:18 UTC by Avihai Shoham
Modified: 2014-01-13 00:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-26 13:23:05 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.