mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 22:02:18 +08:00
Previously, Vm::Nexus#destroy ran:
```ruby
strand.children.select { it.prog == "Aws::Instance" }.each { it.destroy }
```
This is not safe as there could be an existing lease for Aws::Instance children.
@jeremy fixed a similar issue at
|
||
---|---|---|
.. | ||
github_runner_spec.rb | ||
host_nexus_spec.rb | ||
nexus_spec.rb | ||
prep_host_spec.rb | ||
vm_host_slice_nexus_spec.rb | ||
vm_pool_spec.rb |