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
|
||
---|---|---|
.. | ||
cert_nexus.rb | ||
cert_server.rb | ||
load_balancer_nexus.rb | ||
load_balancer_remove_vm.rb | ||
nic_nexus.rb | ||
rekey_nic_tunnel.rb | ||
subnet_nexus.rb | ||
update_firewall_rules.rb | ||
update_load_balancer_node.rb |