What happens when one of the multiple local SSDs attached to a compute engine instance has a hardware failure? Specifically:
- Is the failure automatically detected by Google Cloud Platform?
- Is there a notification, such as by email?
- How long does it take for the drive to be replaced?
- Is the VM stopped, and restarted after the replacement? Or, is it a hot-swap?
- Obviously, the data on that SSD is lost, however, what happens to the data on other SSDs attached to the same Virtual Machine?
Edit: I am aware of the "ephemeral" nature of local SSDs, and plan to replicate my data on multiple machines across different zones in my primary region, and at least one replication to a completely different region. The database I am planning to use is "data-center/rack aware". I am particularly looking for documentation/information about how Google Cloud Platform handles hardware failures in local SSDs.