Files
ubicloud/model/nic.rb
Furkan Sahin b0ad8230c3 Fix Nic label progress sync issue after VM allocation
We were using vm's allocated_at field to progress NicNexus to the next
label. This is problemmatic because VM can get allocated and subnet can
be triggered to rekey before nic strand switches states because of nap
5. Semaphores on the other hand, wakes the strand up the moment it is
incremented. Therefore, the new way simply switches the state before
subnet gets the signal.
2025-01-08 16:49:59 +01:00

1.9 KiB