CanonicalLtd / microstack

Snap for installing an all-in-one OpenStack
46 stars 15 forks source link

snap refresh is tricky #36

Closed pengale closed 5 years ago

pengale commented 5 years ago

This is an umbrella issue to cover the fun things that may happen when the snap refreshes.

Workloads will be stopped. How effectively do they recover?

pengale commented 5 years ago

Poking at this, it looks like a refresh stops all running servers.

But they do come back up successfully. I think that this is basically an okay situation for a developer tool for now.

I think that we should have something a bit nicer by the 1.0 release, though.

pengale commented 5 years ago

After more discussion, this isn't really a microstack bug. It doesn't necessarily make sense to add a lot of custom code to microstack that tracks which instances are running, and brings them back up after a reboot, especially when the reboot might have been due to an issue w/ running instances.

Closing this out for now.