On Wed, Jul 25, 2018 at 05:57:44PM +0200, Peter Krempa wrote:
If a user configures the backing chain in the XML we should not
ignore
it. We already do parse it but don't format it out. As a
safety-precaution don't attempt to format detected chain into the
inactive XML.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_conf.c | 8 ++-
.../disk-backing-chains-inactive.xml | 35 ++++++++++
.../disk-backing-chains-index-active.xml | 80 ++++++++++++++++++++++
.../disk-backing-chains-index-inactive.xml | 80 ++++++++++++++++++++++
.../disk-backing-chains-noindex-active.xml | 80 ++++++++++++++++++++++
.../disk-backing-chains-noindex-inactive.xml | 80 ++++++++++++++++++++++
tests/qemuxml2xmloutdata/disk-mirror-inactive.xml | 4 ++
.../disk-mirror-old-inactive.xml | 4 ++
8 files changed, 369 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano