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
We have had issues with the openstack provider shutting down customer VMs without notifying us, either due to perceived security risks or other reasons. We should monitor the underlying openstack server state via openstack server list to check if any VMs (especially for AppInst VMs where the image is not ours) have been shutdown.
Openstack server list returns a status of ACTIVE for normally running VMs, and SHUTOFF for powered off VMs. Note that we do allow users to power off VMs, but in this case our state thinks the VM is powered on, but openstack reports SHUTOFF.
The text was updated successfully, but these errors were encountered:
We have had issues with the openstack provider shutting down customer VMs without notifying us, either due to perceived security risks or other reasons. We should monitor the underlying openstack server state via
openstack server list
to check if any VMs (especially for AppInst VMs where the image is not ours) have been shutdown.Openstack server list returns a status of ACTIVE for normally running VMs, and SHUTOFF for powered off VMs. Note that we do allow users to power off VMs, but in this case our state thinks the VM is powered on, but openstack reports SHUTOFF.
The text was updated successfully, but these errors were encountered: