A persistent instance has the interesting property of supporting "pause/resume" actions. In a nutshell, the VM can be suspended, hence releasing hardware resources (e.g., CPU; memory), then resumed when needed.
Unfortunately, the "resume" action does not work anymore.
Steps to reproduce:
- start a persistent image (e.g., Cloud Computing: Kubernetes within the "Experimental workspace")
- move into the "Active" section of the dashboard, and click on the "pause" button
- wait a couple of minutes (just to allow everything to be saved correctly on disk)
- within the same section, click on the "Start" button
The instance is never restarted, it hangs forever.