Merge "Hypervisor support matrix: add feature "trigger crash dump""

This commit is contained in:
Jenkins 2016-02-19 21:32:38 +00:00 committed by Gerrit Code Review
commit 5d5612f019

View File

@ -544,6 +544,28 @@ driver-impl-ironic=complete
driver-impl-libvirt-vz-vm=complete
driver-impl-libvirt-vz-ct=complete
[operation.trigger-crash-dump]
title=Trigger crash dump
status=optional
notes=The trigger crash dump operation is a mechanism for triggering
a crash dump in an instance by injecting an NMI (Non-maskable Interrupt)
into the instance. It provides a means to dump the production memory image
as a dump file which is useful for users. Therefore this operation is
considered optional to support.
cli=
driver-impl-xenserver=missing
driver-impl-libvirt-kvm-x86=complete
driver-impl-libvirt-kvm-ppc64=complete
driver-impl-libvirt-kvm-s390x=complete
driver-impl-libvirt-qemu-x86=complete
driver-impl-libvirt-lxc=missing
driver-impl-libvirt-xen=missing
driver-impl-vmware=missing
driver-impl-hyperv=missing
driver-impl-ironic=missing
driver-impl-libvirt-vz-vm=missing
driver-impl-libvirt-vz-ct=missing
[operation.unpause]
title=Resume instance CPUs (unpause)
status=optional