[Pkg-libvirt-commits] [libguestfs] 186/266: v2v: -o libvirt: Mistakenly we were calling `virsh dumpxml' instead of `virsh pool-dumpxml'.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:42:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 53999bddf44539f70164a8aa8f2abb011cf33264
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Aug 26 17:34:57 2014 +0100
v2v: -o libvirt: Mistakenly we were calling `virsh dumpxml' instead of `virsh pool-dumpxml'.
---
v2v/output_libvirt.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index 2ffb4da..383d874 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -215,7 +215,7 @@ class output_libvirt verbose oc output_pool = object
match oc with
| None -> sprintf "virsh pool-dumpxml %s" (quote output_pool)
| Some uri ->
- sprintf "virsh -c %s dumpxml %s" (quote uri) (quote output_pool) in
+ sprintf "virsh -c %s pool-dumpxml %s" (quote uri) (quote output_pool) in
let lines = external_command ~prog cmd in
let xml = String.concat "\n" lines in
let doc = Xml.parse_memory xml in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list