ubicloud/prog/vm
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
..
github_runner.rb Skip runner pool if feature flag is enabled 2025-09-05 15:35:41 +03:00
host_nexus.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00
nexus.rb Make vring_workers configurable in Vm::Nexus.assemble. 2025-09-09 11:58:45 -07:00
prep_host.rb Colour the prompt of the VmHost for production hosts 2023-11-24 10:12:59 +03:00
vm_host_slice_nexus.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00
vm_pool.rb Use create_with_id in progs and routes 2025-08-07 02:13:08 +09:00