ubicloud/scheduling
Hadi Moshayedi e677e4efaf Make vring_workers configurable in Vm::Nexus.assemble.
Now, one can do the following to customize number of vring_workers for
each volume:

```
Prog::Vm::Nexus.assemble(
  ...,
  storage_volumes: [{vring_workers: 2, ...}],
  ...)
```

Also adds it as an option to `Option.VmSize`.
2025-09-09 11:58:45 -07:00
..
allocator.rb Make vring_workers configurable in Vm::Nexus.assemble. 2025-09-09 11:58:45 -07:00
dispatcher.rb Attempt to fix dispatcher spec nondeterminism 2025-09-09 01:39:54 +09:00