From d4c89b253c1bd7779ffcca51a13c521d5944045b Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Garcia Date: Tue, 30 Jun 2015 22:21:31 +0200 Subject: [PATCH] hypervisor support matrix: fix snapshot for libvirt Xen The libvirt Xen driver is partially supported, since it supports cold snapshots, but it is said that the feature is missing. Changing it and adding a note. TrivialFix Change-Id: Ie8b5c006129df4638f34b7c1fada5fc18ad672c7 --- doc/source/support-matrix.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index e52121bf8541..42892dfb4465 100644 --- a/doc/source/support-matrix.ini +++ b/doc/source/support-matrix.ini @@ -453,7 +453,8 @@ 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-libvirt-xen=partial +driver-notes-libvirt-xen=Only cold snapshots (pause + snapshot) supported driver-impl-vmware=complete driver-impl-hyperv=complete driver-impl-ironic=missing