mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +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.rb | ||
host_nexus.rb | ||
nexus.rb | ||
prep_host.rb | ||
vm_host_slice_nexus.rb | ||
vm_pool.rb |