You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Dies Koper (JIRA)" <ji...@apache.org> on 2013/05/08 04:09:19 UTC

[jira] [Created] (JCLOUDS-2) document effect of ComputeService operations with different node states

Dies Koper created JCLOUDS-2:
--------------------------------

             Summary: document effect of ComputeService operations with different node states
                 Key: JCLOUDS-2
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-2
             Project: jclouds
          Issue Type: Improvement
            Reporter: Dies Koper


Make the behaviour of ComputeService operations consistent across providers by first including in their javadoc how they operate on nodes with different states.
E.g.,
- suspendNode on a node that is already suspended: throws IAE, or NOP?
- suspendNode on a node that is currently starting: throws IAE, or waits (loops) until node has started and then tries to suspend it.
- destroyNode on a node that is currently running, starting, creating... IAE or wait and bring it to a provider depending state in which it can be destroyed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira