Bug #4345
kamaki server wait is lying
Status: | Closed | Start date: | 09/23/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 09/27/2013 | |
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | 1.00 hour | |
Target version: | v0.11 | Estimated time: | 1.00 hour |
Description
When trying to delete a server, I want to wait until it's gone.
The server is ACTIVE.
I'm running:
$ kamaki server wait 152052 Server 152052 still in BUILD mode | | 0% - 0s Server 152052 is now in ACTIVE mode
and kamaki is lying. The server is not "still" in BUILD "mode".
Also, BUILD/ACTIVE/DELETED is the "status" of the VM, so the message should read
"Status of server XXX is now ACTIVE".
Please modify all of the source and documentation accordingly.
Related issues
Associated revisions
History
#1 Updated by Stavros Sachtouris over 9 years ago
- Due date set to 09/27/2013
- Priority changed from High to Medium
- Target version changed from v0.10 to v0.11
#2 Updated by Stavros Sachtouris over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Estimated time set to 1.00
The new wait message is
<service> <service id>: periodically check if status is <status>
Possible outcomes:
<service> <service id>: status is <new status>
or
<Time out: <service> <service id> still in <status>
#3 Updated by Stavros Sachtouris over 9 years ago
- Status changed from Resolved to Closed