Merge "Introspective Instance Monitoring through QEMU Guest Agent"

This commit is contained in:
Zuul 2018-07-04 01:01:25 +00:00 committed by Gerrit Code Review
commit 8334f33f84
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ instance recovery failure.
"""
INSTANCE_EVENTS = {
# Add QEMU guest agent events here.
'QEMU_GUEST_AGENT_ERROR': ['STOPPED_FAILED'],
# Add more events and vir_domain_events here.
'LIFECYCLE': ['STOPPED_FAILED'],
'IO_ERROR': ['IO_ERROR_REPORT']