doranid opened a new issue #1589:
URL: https://github.com/apache/libcloud/issues/1589


   ## Summary
   
   When calling `GCENodeDriver.ex_create_multiple_nodes`, if one of the node's 
creation fails, the whole operation raises an exception, and the already 
created nodes are dangling and are not passed to the caller.
   
   
   ## Detailed Information
   
   When calling `GCENodeDriver.ex_create_multiple_nodes`, if one of the node's 
creation fails, the whole operation raises an exception , and the already 
created nodes are dangling and are not passed to the caller.  I think that 
actually deleting the created nodes is pretty intrusive. But, it may be helpful 
to pass the information regarding the already created nodes in the raised 
exception object, so that the caller would be able to act on this information.
   
   Thanks!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to