Files
Maciek Sarnowicz 69ccd9ec52 Reduce VM create time
Remove the `wait_for_slice` label from the Vm Nexus and with that remove the wait time before calling the `prep`. The VM service on the host (systemctl service) has an implicit dependency on the slice by specifying the slice name in the service file. That ensures that the VM is not started until the slice is started and ready. That waiting can happen in `wait_for_sshable`, as we are waiting there anyway for the service to start and be connectable. This allows the slice creation to proceed fully parallel to the Vm creation.
2025-02-19 16:17:38 -06:00
..
2025-02-11 12:29:22 +01:00
2025-02-03 08:34:22 +03:00
2025-02-19 09:20:28 -08:00
2025-02-19 16:17:38 -06:00
2024-11-21 11:50:30 -08:00
2024-05-03 17:59:23 +02:00
2023-11-10 12:54:43 -08:00