[PATCH] [libvirt-tck] vol->as_xml: fix backing store element

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix typo that breaks setting the backing store format.
---
 lib/Sys/Virt/TCK/StorageVolBuilder.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/TCK/StorageVolBuilder.pm b/lib/Sys/Virt/TCK/StorageVolBuilder.pm
index 515795f..da90788 100644
--- a/lib/Sys/Virt/TCK/StorageVolBuilder.pm
+++ b/lib/Sys/Virt/TCK/StorageVolBuilder.pm
@@ -112,7 +112,7 @@ sub as_xml {
 	$w->startTag("backingStore");
 	$w->dataElement("path", $self->{backingFile});
 	if ($self->{backingFormat}) {
-	    $w->emptyTag("format", type => $self->{backinFormat});
+	    $w->emptyTag("format", type => $self->{backingFormat});
 	}
 	if ($self->{secret}) {
 	    $w->startTag("encryption", format => "qcow");
-- 
1.7.6.3

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]