You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Occasionally, changing the configuration of an instance then starting it will result in the start hanging. After restarting the daemon, the instance will be in the suspended state and be started normally.
To Reproduce
Launch an instance
Stop the instance
Change CPUs from 1 to 2
Start the instance
Observe starting forever
Restart daemon/machine
Observe instance in suspended state
Start instance
Observe instance finish starting
Expected behavior
The instance starts normally without a hang.
Logs
4:14:56 PM [new-rook] Waiting for SSH to be up
4:20:13 PM [new-rook] SSH session disconnected
4:20:13 PM [new-rook] Caching new SSH session
...
Repeats ssh disconnect and cache once every 20 seconds.
Additional info
OS: Windows 10 Home
multipass version: 1.14.1, 1.50 RC2
multipass get local.driver: VirtualBox
Additional context
Is not guaranteed to happen. The daemon will give up ("Waiting for daemon") after 5 minutes.
The text was updated successfully, but these errors were encountered:
Describe the bug
Occasionally, changing the configuration of an instance then starting it will result in the start hanging. After restarting the daemon, the instance will be in the suspended state and be started normally.
To Reproduce
Expected behavior
The instance starts normally without a hang.
Logs
Additional info
multipass version
: 1.14.1, 1.50 RC2multipass get local.driver
: VirtualBoxAdditional context
Is not guaranteed to happen. The daemon will give up ("Waiting for daemon") after 5 minutes.
The text was updated successfully, but these errors were encountered: