mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 22:02:18 +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_spec.rb | ||
cert_server_spec.rb | ||
load_balancer_nexus_spec.rb | ||
load_balancer_remove_vm_spec.rb | ||
nic_nexus_spec.rb | ||
rekey_nic_tunnel_spec.rb | ||
subnet_nexus_spec.rb | ||
update_firewall_rules_spec.rb | ||
update_load_balancer_node_spec.rb |