Closed hisaac closed 1 week ago
This is for the disk image file of the virtual machine itself. This setting pretty much mimics this enum.
If there is no synchronization, VM saves bytes to the disk but if you'll terminate it you might loose some data. If you shutdown guest OS properly then you'll be good.
Gotcha, thanks for the info @fkorotkov. That makes sense to me now. 👍
I was reading through some of the help text for Tart, and had a couple questions about the
--root-disk-opts
flag.First, what is the root disk in this case? The root volume of the VM? Or the host machine's disk?
Second, I'm a little confused by the description of the sync options:
What is "data synchronization" mean here? If sync is disabled, does that mean the VM doesn't save its state after shutting down?
And what is "permanent storage"?