cloudfoundry-attic / bosh_vcloud_cpi

vCloud Cloud Provider Interface (CPI) for BOSH
http://bosh.io/docs/vcloud-cpi.html
Apache License 2.0
3 stars 18 forks source link

Adding in checks to account for tasks that might not be running yet. #14

Closed cdelashmutt-pivotal closed 9 years ago

cdelashmutt-pivotal commented 9 years ago

Many of the operations assumed that after tasks were submitted with vCD that they would be in a "running" status when checked again, and that if they weren't, then they must be completed. This commit handles tasks that were submitted, but haven't yet started running, and allows them to start running before assuming they have completed.