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
I was able to delete a server after working around #104 and #105, but when I tried to recreate the VM, it gave this error:
---- Hosts.yml END ----
[SHI]: VirtualBox VM: [serverId => 8094, virtualBoxId => 8094--demo2.STARTcloud2.com]
[SHI]: Executing 'vagrant up' (provision:false)
[SHI]: 'vagrant up' started
The machine with the name 'f57e226' was not found configured for
this Vagrant environment.
[SHI]: 'vagrant up' stopped with exit code: 1, elapsed time: 00:00:01
I see "provision:false", so I think the problem is that the VM was still flagged as fully provisioned after it was deleted.
I tested on todays build of Super.Human.Installer Development v0.8.21, on macOS Monterey (13.6.3), Vagrant 2.4.0, VirtualBox 7.0.8. The process was something like this
I was able to delete a server after working around #104 and #105, but when I tried to recreate the VM, it gave this error:
I see "provision:false", so I think the problem is that the VM was still flagged as fully provisioned after it was deleted.
I tested on todays build of Super.Human.Installer Development v0.8.21, on macOS Monterey (13.6.3), Vagrant 2.4.0, VirtualBox 7.0.8. The process was something like this
To clear this problem, I restarted SHI Development, and then I could recreate the VM as expected
The text was updated successfully, but these errors were encountered: