mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
Previously, Vnet::SubnetNexus#destroy ran:
```ruby
strand.children.select { it.prog == "Aws::Vpc" }.each { it.destroy }
```
This is not safe as there could be an existing lease for Aws::Vpc
children.
@jeremy fixed a similar issue at
|
||
---|---|---|
.. | ||
instance.rb | ||
nic.rb | ||
vpc.rb |