Skip to content

Commit

Permalink
Merge pull request #3506 from canonical/show-starting-in-lxd
Browse files Browse the repository at this point in the history
[lxd] Fix instances not reported as starting
  • Loading branch information
Chris Townsend authored Apr 25, 2024
2 parents abe5553 + 1918c9c commit 7473d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/backends/lxd/lxd_virtual_machine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ void mp::LXDVirtualMachine::ensure_vm_is_running(const std::chrono::milliseconds
if (current_state() != State::stopped)
{
state = State::starting;
update_state();
return true;
}

Expand Down

0 comments on commit 7473d6b

Please sign in to comment.