Nir Soffer
Nir Soffer
> > @olamilekan000 I've asked before to please test your changes locally instead of force-pushing an update every 10 minutes for 2 hours, triggering potentially costly CI runs all the...
I think we can do this: - Use cloud-init to install rsync - If cloud-init packages does not work for a distro, it must be done in the lima.yaml provision...
@sar0234 current version is 1.35. Please upgrade and test again. When submitting issues you should attach the logs - the error message explains how to collect the logs. You should...
@medyagh time to close
> The main feature is that the MicroVM boots up in a second (with the right image) - instead of in a minute. I see much smaller difference: - running...
> Using a kernel image for booting allows specifying kernel command-line arguments, which has proven beneficial, e.g., in QEMU-based workarounds (#2541). Therefore, ensuring the system works as expected under these...
> 2\. **Guest Agent Time Synchronization Failure**: `fixSystemTimeSkew()` in `pkg/guestagent/guestagent_linux.go` fails, preventing the guest OS from adjusting the time. Do you know why this fails? Can we fix this instead...
In the apple forum there is an interesting idea on how to synchronise time after sleep: https://developer.apple.com/forums/thread/760344?answerId=805675022#805675022 Maybe we can add this to the guest agent, and synchronize the time...
I think virtualizaton framework is behaving correctly. When the guest calls fsync() the right thing to do on the macOS side is `fcntl(F_FULLFSYNC)` since fsync() on macOS does nothing. We...
> > I think virtualizaton framework is behaving correctly. When the guest calls fsync() the right thing to do on the macOS side is `fcntl(F_FULLFSYNC)` since fsync() on macOS does...