[Pkg-libvirt-commits] [libguestfs] 08/12: Version 1.27.46.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:46: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.46-1
in repository libguestfs.

commit 21c6c70378b0a48528911bd93ce7b528c809805f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Sep 15 11:03:35 2014 +0100

    Version 1.27.46.
---
 BUGS                        |  33 ++-
 configure.ac                |   2 +-
 po-docs/ja.po               | 540 ++++++++++++++++++++++----------------------
 po-docs/libguestfs-docs.pot | 532 +++++++++++++++++++++----------------------
 po-docs/uk.po               | 540 ++++++++++++++++++++++----------------------
 po/en_GB.po                 |  43 +++-
 po/es.po                    |  43 +++-
 po/gu.po                    |  43 +++-
 po/hi.po                    |  43 +++-
 po/kn.po                    |  43 +++-
 po/libguestfs.pot           |  45 +++-
 po/ml.po                    |  43 +++-
 po/mr.po                    |  43 +++-
 po/nl.po                    |  43 +++-
 po/or.po                    |  43 +++-
 po/pa.po                    |  43 +++-
 po/pl.po                    |  43 +++-
 po/ta.po                    |  43 +++-
 po/te.po                    |  43 +++-
 po/uk.po                    |  43 +++-
 20 files changed, 1429 insertions(+), 865 deletions(-)

diff --git a/BUGS b/BUGS
index 5332535..0ed3427 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
 NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2014-09-14
+Last updated: 2014-09-15
 
 This contains a local list of the bugs that are open against
 libguestfs.  Bugs are tracked in the Red Hat Bugzilla database
@@ -395,15 +395,21 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 1139785 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1139785
   virt-sysprep should change UUID fields in /etc/sysconfig/network-scripts/ifcfg-* files
 
-1140156 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1140156
-  RFE: Export to RHEV data domain
-
-1140894 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1140894
-  No error messages output if append '--format qcow2' after '-a guest.img', guest.img is a raw format image file
-
 1141451 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1141451
   Failures in tests: /dev/sda1: No such file or directory
 
+1141626 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1141626
+  virt-sysprep option '--password' don't work well, it will cause login problem and if execute with other options it will take no effect
+
+1141631 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1141631
+  [RFE] virt-v2 should support convert a guest to a dir-pool with using pool's uuid
+
+1141654 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1141654
+  virt-v2v: error: access: No such file or directory shows when converting xen/esx guests
+
+1141680 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1141680
+  [RFE] virt-v2 should support convert a domain with using domain's UUID instead of domain name
+
 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
   guestfish's list splitting does not recognize internal quoting
 
@@ -428,7 +434,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
 1138619 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1138619
   libguestfs-1.27.36-2.fc22: FTBFS with Perl 5.20
 
-(136 bugs)
+(138 bugs)
 
 --------------------------------------------------
 Bugs in MODIFIED, POST or ON_QA state are fixed.
@@ -449,9 +455,6 @@ You can help by testing the fixes.
 1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
   Recommended default clock/timer settings
 
-1141145 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1141145
-  virt-v2v fails to convert xen pv guests.
-
 805417 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=805417
   RFE: support inspection of installation ISOs of WinVista, Win7, Win2008 & Win2008r2
 
@@ -473,13 +476,19 @@ You can help by testing the fixes.
 1140547 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1140547
   virt-builder option '--format' don't work well
 
+1140894 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1140894
+  No error messages output if append '--format qcow2' after '-a guest.img', guest.img is a raw format image file
+
 1141113 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1141113
   virt-v2v fails to convert esx guests
 
+1141145 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1141145
+  virt-v2v fails to convert xen pv guests.
+
 1141157 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1141157
   virt-sysprep option '--user-accounts' don't work well
 
-(15 bugs)
+(16 bugs)
 
 --------------------------------------------------
 These bugs are in the VERIFIED state.
diff --git a/configure.ac b/configure.ac
index 1093db2..0b0dc7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@
 # freeform string.
 m4_define([libguestfs_major],   [1])
 m4_define([libguestfs_minor],   [27])
-m4_define([libguestfs_release], [45])
+m4_define([libguestfs_release], [46])
 
 AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/po-docs/ja.po b/po-docs/ja.po
index 80bf235..b0651bd 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: libguestfs at redhat.com\n"
-"POT-Creation-Date: 2014-09-12 22:42+0200\n"
+"POT-Creation-Date: 2014-09-15 10:59+0200\n"
 "PO-Revision-Date: 2014-07-22 18:04+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Japanese (http://www.transifex.com/projects/p/libguestfs/"
@@ -723,7 +723,7 @@ msgstr ""
 #: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178
 #: ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:511
 #: ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211
-#: ../v2v/virt-v2v.pod:368
+#: ../v2v/virt-v2v.pod:369
 msgid "B<-q>"
 msgstr "B<-q>"
 
@@ -731,7 +731,7 @@ msgstr "B<-q>"
 #: ../align/virt-alignment-scan.pod:179 ../builder/virt-builder.pod:452
 #: ../customize/virt-customize.pod:180 ../fuse/guestunmount.pod:85
 #: ../resize/virt-resize.pod:513 ../sparsify/virt-sparsify.pod:245
-#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:370
+#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:371
 msgid "B<--quiet>"
 msgstr "B<--quiet>"
 
@@ -781,7 +781,7 @@ msgstr ""
 #: ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:243
 #: ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:581
 #: ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219
-#: ../v2v/virt-v2v.pod:450
+#: ../v2v/virt-v2v.pod:451
 msgid "B<-v>"
 msgstr "B<-v>"
 
@@ -796,7 +796,7 @@ msgstr "B<-v>"
 #: ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:245
 #: ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:583
 #: ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221
-#: ../v2v/virt-v2v.pod:452
+#: ../v2v/virt-v2v.pod:453
 msgid "B<--verbose>"
 msgstr "B<--verbose>"
 
@@ -808,7 +808,7 @@ msgstr "B<--verbose>"
 #: ../edit/virt-edit.pod:207 ../format/virt-format.pod:157
 #: ../inspector/virt-inspector.pod:120 ../rescue/virt-rescue.pod:242
 #: ../sparsify/virt-sparsify.pod:296 ../sysprep/virt-sysprep.pod:223
-#: ../v2v/virt-v2v.pod:454
+#: ../v2v/virt-v2v.pod:455
 msgid "Enable verbose messages for debugging."
 msgstr "デバッグ用の冗長なメッセージを有効にします。"
 
@@ -827,7 +827,7 @@ msgstr "デバッグ用の冗長なメッセージを有効にします。"
 #: ../p2v/virt-p2v.pod:249 ../rescue/virt-rescue.pod:244
 #: ../resize/virt-resize.pod:587 ../sparsify/virt-sparsify.pod:298
 #: ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59
-#: ../v2v/virt-v2v.pod:456
+#: ../v2v/virt-v2v.pod:457
 msgid "B<-V>"
 msgstr "B<-V>"
 
@@ -847,7 +847,7 @@ msgstr "B<-V>"
 #: ../resize/virt-resize.pod:589 ../sparsify/virt-sparsify.pod:300
 #: ../sysprep/virt-sysprep.pod:227 ../test-tool/libguestfs-test-tool.pod:61
 #: ../tools/virt-list-filesystems:68 ../tools/virt-list-partitions:69
-#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:458
+#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:459
 msgid "B<--version>"
 msgstr "B<--version>"
 
@@ -863,7 +863,7 @@ msgstr "B<--version>"
 #: ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:591
 #: ../sparsify/virt-sparsify.pod:302 ../sysprep/virt-sysprep.pod:229
 #: ../tools/virt-list-filesystems:70 ../tools/virt-list-partitions:71
-#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:460
+#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:461
 msgid "Display version number and exit."
 msgstr "バージョン番号を表示して、終了します。"
 
@@ -878,7 +878,7 @@ msgstr "バージョン番号を表示して、終了します。"
 #: ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259
 #: ../resize/virt-resize.pod:593 ../sparsify/virt-sparsify.pod:304
 #: ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155
-#: ../v2v/virt-v2v.pod:471
+#: ../v2v/virt-v2v.pod:472
 msgid "B<-x>"
 msgstr "B<-x>"
 
@@ -891,7 +891,7 @@ msgstr "B<-x>"
 #: ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130
 #: ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:595
 #: ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233
-#: ../v2v/virt-v2v.pod:473
+#: ../v2v/virt-v2v.pod:474
 msgid "Enable tracing of libguestfs API calls."
 msgstr "libguestfs API 呼び出しのトレースを有効にします。"
 
@@ -1401,9 +1401,9 @@ msgstr "このプログラムは以下を返します:"
 #: ../sysprep/virt-sysprep.pod:411 ../tools/virt-win-reg:194
 #: ../tools/virt-win-reg:199 ../tools/virt-win-reg:205
 #: ../tools/virt-win-reg:754 ../tools/virt-win-reg:760
-#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:430 ../v2v/virt-v2v.pod:434
-#: ../v2v/virt-v2v.pod:439 ../v2v/virt-v2v.pod:737 ../v2v/virt-v2v.pod:742
-#: ../v2v/virt-v2v.pod:747
+#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:431 ../v2v/virt-v2v.pod:435
+#: ../v2v/virt-v2v.pod:440 ../v2v/virt-v2v.pod:738 ../v2v/virt-v2v.pod:743
+#: ../v2v/virt-v2v.pod:748
 msgid "*"
 msgstr "*"
 
@@ -1485,7 +1485,7 @@ msgstr ""
 #: ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4748
 #: ../sysprep/virt-sysprep.pod:548 ../test-tool/libguestfs-test-tool.pod:180
 #: ../tools/virt-list-filesystems:181 ../tools/virt-list-partitions:263
-#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:972
+#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:973
 msgid "SEE ALSO"
 msgstr "関連項目"
 
@@ -1525,7 +1525,7 @@ msgstr "著者"
 #: ../resize/virt-resize.pod:781 ../sparsify/virt-sparsify.pod:454
 #: ../sysprep/virt-sysprep.pod:567 ../tools/virt-list-filesystems:195
 #: ../tools/virt-list-partitions:276 ../tools/virt-tar:308
-#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:987
+#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:988
 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 
@@ -1556,7 +1556,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 #: ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4812
 #: ../sysprep/virt-sysprep.pod:571 ../test-tool/libguestfs-test-tool.pod:190
 #: ../tools/virt-list-filesystems:197 ../tools/virt-list-partitions:278
-#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:997
+#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:998
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
@@ -1886,7 +1886,7 @@ msgstr ""
 #: ../p2v/virt-p2v-make-kickstart.pod:175 ../rescue/virt-rescue.pod:388
 #: ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4640
 #: ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175
-#: ../v2v/virt-v2v.pod:909
+#: ../v2v/virt-v2v.pod:910
 msgid "ENVIRONMENT VARIABLES"
 msgstr "環境変数"
 
@@ -1925,7 +1925,7 @@ msgstr ""
 #: ../python/examples/guestfs-python.pod:65
 #: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4808
 #: ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186
-#: ../v2v/virt-v2v.pod:985
+#: ../v2v/virt-v2v.pod:986
 msgid "AUTHORS"
 msgstr "著者"
 
@@ -1956,7 +1956,7 @@ msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
 #: ../p2v/virt-p2v-make-kickstart.pod:201 ../p2v/virt-p2v.pod:273
 #: ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4814
 #: ../test-tool/libguestfs-test-tool.pod:192 ../tools/virt-list-partitions:280
-#: ../v2v/virt-v2v.pod:999
+#: ../v2v/virt-v2v.pod:1000
 msgid "Copyright (C) 2009-2014 Red Hat Inc."
 msgstr ""
 
@@ -2792,13 +2792,13 @@ msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:445
-#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:211
+#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:212
 msgid "B<--machine-readable>"
 msgstr "B<--machine-readable>"
 
 #. type: textblock
 #: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:447
-#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:213
+#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:214
 msgid ""
 "This option is used to make the output more machine friendly when being "
 "parsed by other programs.  See L</MACHINE READABLE OUTPUT> below."
@@ -2896,8 +2896,8 @@ msgstr ""
 #: ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29
 #: ../resize/virt-resize.pod:627 ../sparsify/virt-sparsify.pod:366
 #: ../src/guestfs.pod:485 ../src/guestfs.pod:1819 ../src/guestfs.pod:2091
-#: ../src/guestfs.pod:2389 ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:758
-#: ../v2v/virt-v2v.pod:871
+#: ../src/guestfs.pod:2389 ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:759
+#: ../v2v/virt-v2v.pod:872
 msgid "1."
 msgstr "1."
 
@@ -2916,8 +2916,8 @@ msgstr ""
 #: ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42
 #: ../resize/virt-resize.pod:634 ../sparsify/virt-sparsify.pod:373
 #: ../src/guestfs.pod:491 ../src/guestfs.pod:1823 ../src/guestfs.pod:2095
-#: ../src/guestfs.pod:2393 ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:772
-#: ../v2v/virt-v2v.pod:878
+#: ../src/guestfs.pod:2393 ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:773
+#: ../v2v/virt-v2v.pod:879
 msgid "2."
 msgstr "2."
 
@@ -2935,8 +2935,8 @@ msgstr ""
 #: ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343
 #: ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:640
 #: ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502
-#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:780
-#: ../v2v/virt-v2v.pod:884
+#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:781
+#: ../v2v/virt-v2v.pod:885
 msgid "3."
 msgstr "3."
 
@@ -2951,7 +2951,7 @@ msgstr ""
 #. type: =item
 #: ../builder/virt-builder.pod:405 ../customize/virt-customize.pod:172
 #: ../rescue/virt-rescue.pod:352 ../resize/virt-resize.pod:59
-#: ../v2v/virt-v2v.pod:801
+#: ../v2v/virt-v2v.pod:802
 msgid "4."
 msgstr "4."
 
@@ -5366,7 +5366,7 @@ msgstr ""
 
 #. type: =head1
 #: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:599
-#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:846
+#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:847
 msgid "MACHINE READABLE OUTPUT"
 msgstr "マシン可読な出力"
 
@@ -5401,7 +5401,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:617
-#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:861
+#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:862
 msgid ""
 "A list of features is printed, one per line, and the program exits with "
 "status 0."
@@ -5450,7 +5450,7 @@ msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220
-#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:932
+#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:933
 msgid "C<VIRT_TOOLS_DATA_DIR>"
 msgstr ""
 
@@ -5464,7 +5464,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225
-#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:937
+#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:938
 msgid ""
 "Normally you do not need to set this.  If not set, a compiled-in default "
 "will be used (something like C</usr/share/virt-tools>)."
@@ -5472,13 +5472,13 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228
-#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:940
+#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:941
 msgid "This directory may contain the following files:"
 msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:1657 ../customize/virt-customize.pod:232
-#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:944
+#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:945
 msgid "C<rhsrvany.exe>"
 msgstr ""
 
@@ -5493,7 +5493,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238
-#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:951
+#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:952
 msgid "See also: C<https://github.com/rwmjones/rhsrvany>"
 msgstr ""
 
@@ -8631,7 +8631,7 @@ msgstr ""
 
 #. type: textblock
 #: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426
-#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:970
+#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:971
 msgid ""
 "For other environment variables, see L<guestfs(3)/ENVIRONMENT VARIABLES>."
 msgstr "他の環境変数は L<guestfs(3)/環境変数> を参照してください。"
@@ -8771,7 +8771,7 @@ msgstr ""
 #: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537
 #: ../fuse/guestmount.pod:391 ../p2v/virt-p2v-make-disk.pod:71
 #: ../p2v/virt-p2v-make-kickstart.pod:159 ../rescue/virt-rescue.pod:393
-#: ../v2v/virt-v2v.pod:895
+#: ../v2v/virt-v2v.pod:896
 msgid "FILES"
 msgstr "ファイル"
 
@@ -52121,7 +52121,7 @@ msgstr ""
 "L<virt-edit(1)>, L<virt-tar-in(1)>, L<http://libguestfs.org/>."
 
 #. type: textblock
-#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:989
+#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:990
 msgid "Matthew Booth"
 msgstr ""
 
@@ -54199,7 +54199,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:605 ../sparsify/virt-sparsify.pod:346
-#: ../v2v/virt-v2v.pod:852
+#: ../v2v/virt-v2v.pod:853
 msgid "There are two ways to use this option."
 msgstr "このオプションを使用するには 2 通りの方法があります。"
 
@@ -54232,7 +54232,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:620 ../sparsify/virt-sparsify.pod:359
-#: ../v2v/virt-v2v.pod:864
+#: ../v2v/virt-v2v.pod:865
 msgid ""
 "Secondly use the option in conjunction with other options to make the "
 "regular program output more machine friendly."
@@ -54240,13 +54240,13 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:623 ../sparsify/virt-sparsify.pod:362
-#: ../v2v/virt-v2v.pod:867
+#: ../v2v/virt-v2v.pod:868
 msgid "At the moment this means:"
 msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:629 ../sparsify/virt-sparsify.pod:368
-#: ../v2v/virt-v2v.pod:873
+#: ../v2v/virt-v2v.pod:874
 msgid ""
 "Progress bar messages can be parsed from stdout by looking for this regular "
 "expression:"
@@ -54254,7 +54254,7 @@ msgstr ""
 
 #. type: verbatim
 #: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:371
-#: ../v2v/virt-v2v.pod:876
+#: ../v2v/virt-v2v.pod:877
 #, no-wrap
 msgid ""
 " ^[0-9]+/[0-9]+$\n"
@@ -54265,7 +54265,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:375
-#: ../v2v/virt-v2v.pod:880
+#: ../v2v/virt-v2v.pod:881
 msgid ""
 "The calling program should treat messages sent to stdout (except for "
 "progress bar messages) as status messages.  They can be logged and/or "
@@ -54971,7 +54971,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:372
+#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:373
 msgid "This disables progress bars and other unnecessary output."
 msgstr ""
 
@@ -55154,7 +55154,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:915
+#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:916
 msgid ""
 "Location of the temporary directory used for the potentially large temporary "
 "overlay file."
@@ -55168,7 +55168,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:918
+#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:919
 msgid ""
 "You should ensure there is enough free space in the worst case for a full "
 "copy of the source disk (I<virtual> size), or else set C<$TMPDIR> to point "
@@ -55176,7 +55176,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:922
+#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:923
 msgid "This defaults to C</tmp>."
 msgstr "この初期値は C</tmp> です。"
 
@@ -55191,7 +55191,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:930
+#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:931
 #, no-wrap
 msgid ""
 " mount -o remount,size=10G /tmp\n"
@@ -88227,22 +88227,22 @@ msgstr ""
 #. type: textblock
 #: ../v2v/virt-v2v.pod:169
 msgid ""
-"In this mode you have to specify a libvirt guest name on the command line.  "
-"You may also specify a libvirt connection URI (see I<-ic>)."
+"In this mode you have to specify a libvirt guest name or UUID on the command "
+"line.  You may also specify a libvirt connection URI (see I<-ic>)."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:172
+#: ../v2v/virt-v2v.pod:173
 msgid "B<-i libvirtxml>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:174
+#: ../v2v/virt-v2v.pod:175
 msgid "Set the input method to I<libvirtxml>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:176
+#: ../v2v/virt-v2v.pod:177
 msgid ""
 "In this mode you have to pass a libvirt XML file on the command line.  This "
 "file is read in order to get metadata about the source guest (such as its "
@@ -88251,33 +88251,33 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:181
+#: ../v2v/virt-v2v.pod:182
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-i local>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:183
+#: ../v2v/virt-v2v.pod:184
 #, fuzzy
 #| msgid "This is the same as the tune2fs C<-e> option."
 msgid "This is the same as I<-i disk>."
 msgstr "これは tune2fs C<-e> オプションと同じです。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:185
+#: ../v2v/virt-v2v.pod:186
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-i ova>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:187
+#: ../v2v/virt-v2v.pod:188
 msgid "Set the input method to I<ova>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:189
+#: ../v2v/virt-v2v.pod:190
 msgid ""
 "In this mode you can read a VMware ova file.  Virt-v2v will read the ova "
 "manifest file and check the vmdk volumes for validity (checksums)  as well "
@@ -88285,19 +88285,19 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:193
+#: ../v2v/virt-v2v.pod:194
 msgid "B<-ic> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:195
+#: ../v2v/virt-v2v.pod:196
 msgid ""
 "Specify a libvirt connection URI to use when reading the guest.  This is "
 "only used when S<I<-i libvirt>>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:198
+#: ../v2v/virt-v2v.pod:199
 msgid ""
 "Only local libvirt connections, ESX connections, or RHEL 5 Xen remote "
 "connections can be used.  Other remote libvirt connections will not work in "
@@ -88305,7 +88305,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:202
+#: ../v2v/virt-v2v.pod:203
 #, fuzzy
 #| msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
 msgid ""
@@ -88314,47 +88314,47 @@ msgid ""
 msgstr "以下の L</OPENING DISKS FOR READ AND WRITE> 参照。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:205
+#: ../v2v/virt-v2v.pod:206
 #, fuzzy
 #| msgid "B<--format>"
 msgid "B<-if> format"
 msgstr "B<--format>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:207
+#: ../v2v/virt-v2v.pod:208
 msgid ""
 "For I<-i disk> only, this specifies the format of the input disk image.  For "
 "other input methods you should specify the input format in the metadata."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:217
+#: ../v2v/virt-v2v.pod:218
 #, fuzzy
 #| msgid "B<--network>"
 msgid "B<--network> in:out"
 msgstr "B<--network>"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:219
+#: ../v2v/virt-v2v.pod:220
 #, fuzzy
 #| msgid "B<--network>"
 msgid "B<--network> out"
 msgstr "B<--network>"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:221
+#: ../v2v/virt-v2v.pod:222
 msgid "B<--bridge> in:out"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:223
+#: ../v2v/virt-v2v.pod:224
 #, fuzzy
 #| msgid "B<--merge>"
 msgid "B<--bridge> out"
 msgstr "B<--merge>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:225
+#: ../v2v/virt-v2v.pod:226
 msgid ""
 "Map network (or bridge) called C<in> to network (or bridge) called C<out>.  "
 "If no C<in:> prefix is given, all other networks (or bridges)  are mapped to "
@@ -88362,21 +88362,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:229
+#: ../v2v/virt-v2v.pod:230
 #, fuzzy
 #| msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
 msgid "See L</NETWORKS AND BRIDGES> below."
 msgstr "以下の L</OPENING DISKS FOR READ AND WRITE> 参照。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:231
+#: ../v2v/virt-v2v.pod:232
 #, fuzzy
 #| msgid "B<--no-sync>"
 msgid "B<--no-copy>"
 msgstr "B<--no-sync>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:233
+#: ../v2v/virt-v2v.pod:234
 msgid ""
 "Don't copy the disks.  Instead, conversion is performed (and thrown away), "
 "and metadata is written, but no disks are created.  See also discussion of "
@@ -88384,7 +88384,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:237
+#: ../v2v/virt-v2v.pod:238
 msgid ""
 "This is useful in two cases: Either you want to test if conversion is likely "
 "to succeed, without the long copying process.  Or you are only interested in "
@@ -88392,40 +88392,40 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:241
+#: ../v2v/virt-v2v.pod:242
 msgid ""
 "This option is not compatible with I<-o libvirt> since it would create a "
 "faulty guest (one with no disks)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:244
+#: ../v2v/virt-v2v.pod:245
 msgid "This option is not compatible with I<-o glance> for technical reasons."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:246
+#: ../v2v/virt-v2v.pod:247
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-o disk>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:248
+#: ../v2v/virt-v2v.pod:249
 #, fuzzy
 #| msgid "This is the same as the tune2fs C<-e> option."
 msgid "This is the same as I<-o local>."
 msgstr "これは tune2fs C<-e> オプションと同じです。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:250
+#: ../v2v/virt-v2v.pod:251
 #, fuzzy
 #| msgid "B<-o kernel_cache>"
 msgid "B<-o glance>"
 msgstr "B<-o kernel_cache>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:252
+#: ../v2v/virt-v2v.pod:253
 msgid ""
 "Set the output method to OpenStack Glance.  In this mode the converted guest "
 "is uploaded to Glance.  You can control the image name by setting the I<-on> "
@@ -88433,41 +88433,41 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:256
+#: ../v2v/virt-v2v.pod:257
 msgid "B<-o libvirt>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:258
+#: ../v2v/virt-v2v.pod:259
 msgid "Set the output method to I<libvirt>.  This is the default."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:260
+#: ../v2v/virt-v2v.pod:261
 msgid ""
 "In this mode, the converted guest is created as a libvirt guest.  You may "
 "also specify a libvirt connection URI (see I<-oc>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:263
+#: ../v2v/virt-v2v.pod:264
 #, fuzzy
 #| msgid "see L</1 MB PARTITION ALIGNMENT> below."
 msgid "See L</OUTPUT TO LIBVIRT> below."
 msgstr "以下の L</1 MB パーティションアライメント> 参照。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:265
+#: ../v2v/virt-v2v.pod:266
 msgid "B<-o local>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:267
+#: ../v2v/virt-v2v.pod:268
 msgid "Set the output method to I<local>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:269
+#: ../v2v/virt-v2v.pod:270
 msgid ""
 "In this mode, the converted guest is written to a local directory specified "
 "by I<-os /dir> (the directory must exist).  The converted guest's disks are "
@@ -88475,7 +88475,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:273
+#: ../v2v/virt-v2v.pod:274
 #, no-wrap
 msgid ""
 " /dir/name-sda\n"
@@ -88485,12 +88485,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:277
+#: ../v2v/virt-v2v.pod:278
 msgid "and a libvirt XML file is created containing guest metadata:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:279
+#: ../v2v/virt-v2v.pod:280
 #, no-wrap
 msgid ""
 " /dir/name.xml\n"
@@ -88498,55 +88498,55 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:281
+#: ../v2v/virt-v2v.pod:282
 msgid "where C<name> is the guest name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:283
+#: ../v2v/virt-v2v.pod:284
 #, fuzzy
 #| msgid "B<-o option>"
 msgid "B<-o null>"
 msgstr "B<-o option>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:285
+#: ../v2v/virt-v2v.pod:286
 msgid "Set the output method to I<null>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:287
+#: ../v2v/virt-v2v.pod:288
 msgid ""
 "The guest is converted and copied (unless you also specify I<--no-copy>), "
 "but the results are thrown away and no metadata is written."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:291
+#: ../v2v/virt-v2v.pod:292
 #, fuzzy
 #| msgid "B<-o option>"
 msgid "B<-o ovirt>"
 msgstr "B<-o option>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:293
+#: ../v2v/virt-v2v.pod:294
 #, fuzzy
 #| msgid "This is the same as the tune2fs C<-e> option."
 msgid "This is the same as I<-o rhev>."
 msgstr "これは tune2fs C<-e> オプションと同じです。"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:295
+#: ../v2v/virt-v2v.pod:296
 msgid "B<-o rhev>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:297
+#: ../v2v/virt-v2v.pod:298
 msgid "Set the output method to I<rhev>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:299
+#: ../v2v/virt-v2v.pod:300
 msgid ""
 "The converted guest is written to a RHEV Export Storage Domain.  The I<-os> "
 "parameter must also be used to specify the location of the Export Storage "
@@ -88555,116 +88555,116 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:304
+#: ../v2v/virt-v2v.pod:305
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-o vdsm>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:306
+#: ../v2v/virt-v2v.pod:307
 msgid "Set the output method to I<vdsm>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:308
+#: ../v2v/virt-v2v.pod:309
 msgid ""
 "This mode is similar to I<-o rhev> but is only used by RHEV VDSM when it "
 "runs virt-v2v under VDSM control."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:311
+#: ../v2v/virt-v2v.pod:312
 msgid "B<-oa sparse>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:313
+#: ../v2v/virt-v2v.pod:314
 msgid "B<-oa preallocated>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:315
+#: ../v2v/virt-v2v.pod:316
 msgid "Set the output file allocation mode.  The default is C<sparse>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:317
+#: ../v2v/virt-v2v.pod:318
 msgid "B<-oc> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:319
+#: ../v2v/virt-v2v.pod:320
 msgid ""
 "Specify a libvirt connection to use when writing the converted guest.  This "
 "is only used when S<I<-o libvirt>>.  See L</OUTPUT TO LIBVIRT> below."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:322
+#: ../v2v/virt-v2v.pod:323
 msgid ""
 "Only local libvirt connections can be used.  Remote libvirt connections will "
 "not work."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:325
+#: ../v2v/virt-v2v.pod:326
 msgid "B<-of> format"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:327
+#: ../v2v/virt-v2v.pod:328
 msgid "When converting the guest, convert the disks to the given format."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:329
+#: ../v2v/virt-v2v.pod:330
 msgid "If not specified, then the input format is used."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:331
+#: ../v2v/virt-v2v.pod:332
 msgid "B<-on> name"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:333
+#: ../v2v/virt-v2v.pod:334
 msgid ""
 "Rename the guest when converting it.  If this option is not used then the "
 "output name is the same as the input name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:336
+#: ../v2v/virt-v2v.pod:337
 msgid "B<-os> storage"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:338
+#: ../v2v/virt-v2v.pod:339
 msgid "The location of the storage for the converted guest."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:340
+#: ../v2v/virt-v2v.pod:341
 msgid ""
 "For I<-o libvirt>, this is a libvirt directory pool (see S<C<virsh pool-"
-"list>>)."
+"list>>) or pool UUID."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:343
+#: ../v2v/virt-v2v.pod:344
 msgid "For I<-o local>, this is a directory name.  The directory must exist."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:345
+#: ../v2v/virt-v2v.pod:346
 msgid ""
 "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the "
 "form C<E<lt>hostE<gt>:E<lt>pathE<gt>>, eg:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:348
+#: ../v2v/virt-v2v.pod:349
 #, no-wrap
 msgid ""
 " rhev-storage.example.com:/rhev/export\n"
@@ -88672,7 +88672,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:350
+#: ../v2v/virt-v2v.pod:351
 msgid ""
 "The NFS export must be mountable and writable by the user and host running "
 "virt-v2v, since the virt-v2v program has to actually mount it when it runs.  "
@@ -88680,7 +88680,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:354
+#: ../v2v/virt-v2v.pod:355
 msgid ""
 "B<Or:> You can mount the Export Storage Domain yourself, and point I<-os> to "
 "the mountpoint.  Note that virt-v2v will still need to write to this remote "
@@ -88688,21 +88688,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:359
+#: ../v2v/virt-v2v.pod:360
 msgid ""
 "You will get an error if virt-v2v is unable to mount/write to the Export "
 "Storage Domain."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:362
+#: ../v2v/virt-v2v.pod:363
 #, fuzzy
 #| msgid "B<--parts>"
 msgid "B<--print-source>"
 msgstr "B<--parts>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:364
+#: ../v2v/virt-v2v.pod:365
 msgid ""
 "Print information about the source guest and stop.  This option is useful "
 "when you are setting up network and bridge maps.  See L</NETWORKS AND "
@@ -88710,37 +88710,37 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:374
+#: ../v2v/virt-v2v.pod:375
 msgid "B<--root ask>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:376
+#: ../v2v/virt-v2v.pod:377
 msgid "B<--root single>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:378
+#: ../v2v/virt-v2v.pod:379
 msgid "B<--root first>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:380
+#: ../v2v/virt-v2v.pod:381
 msgid "B<--root> /dev/sdX"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:382
+#: ../v2v/virt-v2v.pod:383
 msgid "B<--root> /dev/VG/LV"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:384
+#: ../v2v/virt-v2v.pod:385
 msgid "Choose the root filesystem to be converted."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:386
+#: ../v2v/virt-v2v.pod:387
 msgid ""
 "In the case where the virtual machine is dual-boot or multi-boot, or where "
 "the VM has other filesystems that look like operating systems, this option "
@@ -88751,14 +88751,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:394
+#: ../v2v/virt-v2v.pod:395
 msgid ""
 "The default in virt-v2v E<le> 0.7.1 was S<I<--root single>>, which causes "
 "virt-v2v to die if a multi-boot operating system is found."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:397
+#: ../v2v/virt-v2v.pod:398
 msgid ""
 "Since virt-v2v E<ge> 0.7.2 the default is now S<I<--root ask>>: If the VM is "
 "found to be multi-boot, then virt-v2v will stop and list the possible root "
@@ -88767,7 +88767,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:402
+#: ../v2v/virt-v2v.pod:403
 msgid ""
 "S<I<--root first>> means to choose the first root device in the case of a "
 "multi-boot operating system.  Since this is a heuristic, it may sometimes "
@@ -88775,7 +88775,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:406
+#: ../v2v/virt-v2v.pod:407
 msgid ""
 "You can also name a specific root device, eg. S<I<--root /dev/sda2>> would "
 "mean to use the second partition on the first hard drive.  If the named root "
@@ -88784,7 +88784,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:411
+#: ../v2v/virt-v2v.pod:412
 msgid ""
 "Note that there is a bug in grub which prevents it from successfully booting "
 "a multiboot system if VirtIO is enabled.  Grub is only able to boot an "
@@ -88794,28 +88794,28 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:417
+#: ../v2v/virt-v2v.pod:418
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-image-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:419
+#: ../v2v/virt-v2v.pod:420
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-vol-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:421
+#: ../v2v/virt-v2v.pod:422
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-vm-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:423
+#: ../v2v/virt-v2v.pod:424
 msgid ""
 "Normally the RHEV output mode chooses random UUIDs for the target guest.  "
 "However VDSM needs to control the UUIDs and passes these parameters when "
@@ -88823,48 +88823,48 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:432
+#: ../v2v/virt-v2v.pod:433
 msgid "the image directory (I<--vdsm-image-uuid>)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:436
+#: ../v2v/virt-v2v.pod:437
 msgid ""
 "UUIDs for each guest disk (I<--vdsm-vol-uuid>) (this option is passed once "
 "for each guest disk)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:441
+#: ../v2v/virt-v2v.pod:442
 msgid "the VM and OVF file (I<--vdsm-vm-uuid>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:445
+#: ../v2v/virt-v2v.pod:446
 msgid ""
 "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex "
 "digit can be C<0-9> or C<a-f>), conforming to S<OSF DCE 1.1>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:448
+#: ../v2v/virt-v2v.pod:449
 msgid "These options can only be used with I<-o vdsm>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:462
+#: ../v2v/virt-v2v.pod:463
 msgid "B<--vmtype desktop>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:464
+#: ../v2v/virt-v2v.pod:465
 #, fuzzy
 #| msgid "B<--merge>"
 msgid "B<--vmtype server>"
 msgstr "B<--merge>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:466
+#: ../v2v/virt-v2v.pod:467
 msgid ""
 "For the I<-o rhev> or I<-o vdsm> targets only, specify the type of guest.  "
 "You can set this to C<desktop> or C<server>.  If the option is not given, "
@@ -88873,12 +88873,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:477
+#: ../v2v/virt-v2v.pod:478
 msgid "XEN PARAVIRTUALIZED GUESTS"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:479
+#: ../v2v/virt-v2v.pod:480
 msgid ""
 "Older versions of virt-v2v could turn a Xen paravirtualized (PV) guest into "
 "a KVM guest by installing a new kernel.  This version of virt-v2v does "
@@ -88887,7 +88887,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:484
+#: ../v2v/virt-v2v.pod:485
 msgid ""
 "Therefore before conversion you should check that a regular kernel is "
 "installed.  For some older Linux distributions, this means installing a "
@@ -88895,7 +88895,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:488
+#: ../v2v/virt-v2v.pod:489
 #, no-wrap
 msgid ""
 " RHEL 3         (Does not apply, as there was no Xen PV kernel)\n"
@@ -88903,7 +88903,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:490
+#: ../v2v/virt-v2v.pod:491
 #, no-wrap
 msgid ""
 " RHEL 4         i686 with > 10GB of RAM: install 'kernel-hugemem'\n"
@@ -88916,7 +88916,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:497
+#: ../v2v/virt-v2v.pod:498
 #, no-wrap
 msgid ""
 " RHEL 5         i686: install 'kernel-PAE'\n"
@@ -88925,7 +88925,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:500
+#: ../v2v/virt-v2v.pod:501
 #, no-wrap
 msgid ""
 " SLES 10        i586 with > 10GB of RAM: install 'kernel-bigsmp'\n"
@@ -88937,7 +88937,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:506
+#: ../v2v/virt-v2v.pod:507
 #, no-wrap
 msgid ""
 " SLES 11+       i586: install 'kernel-pae'\n"
@@ -88946,7 +88946,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:509
+#: ../v2v/virt-v2v.pod:510
 #, no-wrap
 msgid ""
 " Windows        (Does not apply, as there is no Xen PV Windows kernel)\n"
@@ -88954,19 +88954,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:511
+#: ../v2v/virt-v2v.pod:512
 msgid "ENABLING VIRTIO"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:513
+#: ../v2v/virt-v2v.pod:514
 msgid ""
 "\"Virtio\" is the name for a set of drivers which make disk (block device), "
 "network and other guest operations work much faster on KVM."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:516
+#: ../v2v/virt-v2v.pod:517
 msgid ""
 "Older versions of virt-v2v could install these drivers for certain Linux "
 "guests.  This version of virt-v2v does I<not> attempt to install new Linux "
@@ -88974,7 +88974,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:521
+#: ../v2v/virt-v2v.pod:522
 msgid ""
 "In order to enable virtio, and hence improve performance of the guest after "
 "conversion, you should ensure that the B<minimum> versions of packages are "
@@ -88982,7 +88982,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:526
+#: ../v2v/virt-v2v.pod:527
 #, no-wrap
 msgid ""
 " RHEL 3         No virtio drivers are available\n"
@@ -88990,7 +88990,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:528
+#: ../v2v/virt-v2v.pod:529
 #, no-wrap
 msgid ""
 " RHEL 4         kernel >= 2.5.9-89.EL\n"
@@ -88998,7 +88998,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:530
+#: ../v2v/virt-v2v.pod:531
 #, no-wrap
 msgid ""
 " RHEL 5         kernel >= 2.6.18-128.el5\n"
@@ -89008,7 +89008,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:534
+#: ../v2v/virt-v2v.pod:535
 #, no-wrap
 msgid ""
 " RHEL 6+        All versions support virtio\n"
@@ -89016,7 +89016,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:536
+#: ../v2v/virt-v2v.pod:537
 #, no-wrap
 msgid ""
 " Fedora         All versions support virtio\n"
@@ -89024,7 +89024,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:538
+#: ../v2v/virt-v2v.pod:539
 #, no-wrap
 msgid ""
 " SLES 11+       All versions support virtio\n"
@@ -89032,7 +89032,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:540
+#: ../v2v/virt-v2v.pod:541
 #, no-wrap
 msgid ""
 " SLES 10        kernel >= 2.6.16.60-0.85.1\n"
@@ -89040,7 +89040,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:542
+#: ../v2v/virt-v2v.pod:543
 #, no-wrap
 msgid ""
 " OpenSUSE 11+   All versions support virtio\n"
@@ -89048,7 +89048,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:544
+#: ../v2v/virt-v2v.pod:545
 #, no-wrap
 msgid ""
 " OpenSUSE 10    kernel >= 2.6.25.5-1.1\n"
@@ -89056,7 +89056,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:546
+#: ../v2v/virt-v2v.pod:547
 #, no-wrap
 msgid ""
 " Windows        Drivers are installed from /usr/share/virtio-win\n"
@@ -89065,12 +89065,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:549
+#: ../v2v/virt-v2v.pod:550
 msgid "NETWORKS AND BRIDGES"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:551
+#: ../v2v/virt-v2v.pod:552
 msgid ""
 "Guests are usually connected to one or more networks, and when converted to "
 "the target hypervisor you usually want to reconnect those networks at the "
@@ -89078,7 +89078,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:556
+#: ../v2v/virt-v2v.pod:557
 msgid ""
 "If you are unsure of what networks and bridges are in use on the source "
 "hypervisor, then you can examine the source metadata (libvirt XML, vCenter "
@@ -89088,14 +89088,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:562
+#: ../v2v/virt-v2v.pod:563
 msgid ""
 "In the I<--print-source> output you will see a section showing the guest's "
 "Network Interface Cards (NICs):"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:565
+#: ../v2v/virt-v2v.pod:566
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -89106,21 +89106,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:570
+#: ../v2v/virt-v2v.pod:571
 msgid ""
 "This is typical of a libvirt guest: It has a single network interface "
 "connected to a network called C<default>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:573
+#: ../v2v/virt-v2v.pod:574
 msgid ""
 "To map a specific network to a target network, for example C<default> on the "
 "source to C<rhevm> on the target, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:576
+#: ../v2v/virt-v2v.pod:577
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network default:rhevm\n"
@@ -89128,12 +89128,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:578
+#: ../v2v/virt-v2v.pod:579
 msgid "To map every network to a target network, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:580
+#: ../v2v/virt-v2v.pod:581
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network rhevm\n"
@@ -89141,14 +89141,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:582
+#: ../v2v/virt-v2v.pod:583
 msgid ""
 "Bridges are handled in the same way, but you have to use the I<--bridge> "
 "option instead.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:585
+#: ../v2v/virt-v2v.pod:586
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -89159,7 +89159,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:590
+#: ../v2v/virt-v2v.pod:591
 #, no-wrap
 msgid ""
 " $ virt-v2v [...] --bridge br0:targetbr\n"
@@ -89167,23 +89167,23 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:592
+#: ../v2v/virt-v2v.pod:593
 msgid "INPUT FROM VMWARE VCENTER SERVER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:594
+#: ../v2v/virt-v2v.pod:595
 msgid "Virt-v2v is able to import guests from VMware vCenter Server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:596
+#: ../v2v/virt-v2v.pod:597
 msgid ""
 "Note that virt-v2v B<cannot> import guests directly from an ESXi hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:599
+#: ../v2v/virt-v2v.pod:600
 msgid ""
 "Virt-v2v uses libvirt for access to vCenter, and therefore the input mode "
 "should be I<-i libvirt>.  As this is the default, you don't need to specify "
@@ -89191,12 +89191,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:603
+#: ../v2v/virt-v2v.pod:604
 msgid "The libvirt URI of a vCenter server looks something like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:605
+#: ../v2v/virt-v2v.pod:606
 #, no-wrap
 msgid ""
 " vpx://user@server/Datacenter/esxi\n"
@@ -89204,7 +89204,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:607
+#: ../v2v/virt-v2v.pod:608
 msgid ""
 "where C<user@> is the (optional, but recommended) user to connect as, "
 "C<server> is the vCenter Server (I<not> hypervisor), C<Datacenter> is the "
@@ -89213,25 +89213,25 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:612
+#: ../v2v/virt-v2v.pod:613
 msgid ""
 "For full details of libvirt URIs, see: L<http://libvirt.org/drvesx.html>"
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:614
+#: ../v2v/virt-v2v.pod:615
 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:616
+#: ../v2v/virt-v2v.pod:617
 msgid ""
 "Use the L<virsh(1)> command to list the guests on the vCenter Server like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:619
+#: ../v2v/virt-v2v.pod:620
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n"
@@ -89240,7 +89240,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:622
+#: ../v2v/virt-v2v.pod:623
 #, no-wrap
 msgid ""
 "  Id    Name                           State\n"
@@ -89251,7 +89251,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:627
+#: ../v2v/virt-v2v.pod:628
 msgid ""
 "If you get an error \"Peer certificate cannot be authenticated with given CA "
 "certificates\" or similar, then you can either import the ESX host's "
@@ -89260,7 +89260,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:632
+#: ../v2v/virt-v2v.pod:633
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list --all\n"
@@ -89268,14 +89268,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:634 ../v2v/virt-v2v.pod:702
+#: ../v2v/virt-v2v.pod:635 ../v2v/virt-v2v.pod:703
 msgid ""
 "You should also try dumping the metadata from any guest on your server, like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:637
+#: ../v2v/virt-v2v.pod:638
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows 2003\"\n"
@@ -89287,7 +89287,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:643
+#: ../v2v/virt-v2v.pod:644
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration and/or your VMware vCenter Server "
@@ -89295,17 +89295,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:647
+#: ../v2v/virt-v2v.pod:648
 msgid "ESX: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:649
+#: ../v2v/virt-v2v.pod:650
 msgid "To import a particular guest from vCenter Server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:651
+#: ../v2v/virt-v2v.pod:652
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' \\\n"
@@ -89315,13 +89315,13 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:655
+#: ../v2v/virt-v2v.pod:656
 msgid ""
 "where C<Windows 2003> is the name of the guest (which must be shut down)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:658
+#: ../v2v/virt-v2v.pod:659
 msgid ""
 "Note that you may be asked for the vCenter password I<twice>.  This happens "
 "once because libvirt needs it, and a second time because virt-v2v itself "
@@ -89329,7 +89329,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:662 ../v2v/virt-v2v.pod:726
+#: ../v2v/virt-v2v.pod:663 ../v2v/virt-v2v.pod:727
 msgid ""
 "In this case the output flags are set to write the converted guest to a "
 "temporary directory as this is just an example, but you can also write to "
@@ -89337,17 +89337,17 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:666
+#: ../v2v/virt-v2v.pod:667
 msgid "INPUT FROM RHEL 5 XEN"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:668
+#: ../v2v/virt-v2v.pod:669
 msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:670
+#: ../v2v/virt-v2v.pod:671
 msgid ""
 "Virt-v2v uses libvirt for access to the remote Xen host, and therefore the "
 "input mode should be I<-i libvirt>.  As this is the default, you don't need "
@@ -89355,33 +89355,33 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:674
+#: ../v2v/virt-v2v.pod:675
 msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:676
+#: ../v2v/virt-v2v.pod:677
 msgid ""
 "Currently you must enable passwordless SSH access to the remote Xen host "
 "from the virt-v2v conversion server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:679
+#: ../v2v/virt-v2v.pod:680
 msgid ""
 "You must also use ssh-agent, and add your ssh public key to C</root/.ssh/"
 "authorized_keys> (on the Xen host)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:682
+#: ../v2v/virt-v2v.pod:683
 msgid ""
 "After doing this, you should check that passwordless access works from the "
 "virt-v2v server to the Xen host.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:685
+#: ../v2v/virt-v2v.pod:686
 #, no-wrap
 msgid ""
 " $ ssh root at xen.example.com\n"
@@ -89390,19 +89390,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:688
+#: ../v2v/virt-v2v.pod:689
 msgid ""
 "Note that password-interactive and Kerberos access are B<not> supported.  "
 "You B<have> to set up ssh access using ssh-agent and authorized_keys."
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:692
+#: ../v2v/virt-v2v.pod:693
 msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:694
+#: ../v2v/virt-v2v.pod:695
 #, fuzzy
 #| msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
 msgid "Use the L<virsh(1)> command to list the guests on the remote Xen host:"
@@ -89411,7 +89411,7 @@ msgstr ""
 "使用します。"
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:696
+#: ../v2v/virt-v2v.pod:697
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com list --all\n"
@@ -89423,7 +89423,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:705
+#: ../v2v/virt-v2v.pod:706
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n"
@@ -89435,7 +89435,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:711
+#: ../v2v/virt-v2v.pod:712
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration or the remote server before "
@@ -89443,17 +89443,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:715
+#: ../v2v/virt-v2v.pod:716
 msgid "XEN: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:717
+#: ../v2v/virt-v2v.pod:718
 msgid "To import a particular guest from a Xen server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:719
+#: ../v2v/virt-v2v.pod:720
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n"
@@ -89463,58 +89463,58 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:723
+#: ../v2v/virt-v2v.pod:724
 msgid ""
 "where C<rhel49-x86_64-pv> is the name of the guest (which must be shut down)."
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:730
+#: ../v2v/virt-v2v.pod:731
 msgid "OUTPUT TO LIBVIRT"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:732
+#: ../v2v/virt-v2v.pod:733
 msgid ""
 "The I<-o libvirt> option lets you upload the converted guest to a libvirt-"
 "managed host.  There are several limitations:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:739
+#: ../v2v/virt-v2v.pod:740
 msgid ""
 "You can only use a local libvirt connection [see below for how to workaround "
 "this]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:744
+#: ../v2v/virt-v2v.pod:745
 msgid ""
 "The I<-os pool> option must specify a directory pool, not anything more "
 "exotic such as iSCSI [but see below]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:749
+#: ../v2v/virt-v2v.pod:750
 msgid "You can only upload to a KVM hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:753
+#: ../v2v/virt-v2v.pod:754
 msgid ""
 "B<To output to a remote libvirt instance and/or a non-directory storage "
 "pool> you have to use the following workaround:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:760
+#: ../v2v/virt-v2v.pod:761
 msgid ""
 "Use virt-v2v in I<-o local> mode to convert the guest disks and metadata "
 "into a local temporary directory:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:763
+#: ../v2v/virt-v2v.pod:764
 #, no-wrap
 msgid ""
 " virt-v2v [...] -o local -os /var/tmp\n"
@@ -89522,14 +89522,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:765
+#: ../v2v/virt-v2v.pod:766
 #, fuzzy
 #| msgid "This removes temporary files under C</tmp> and C</var/tmp>."
 msgid "This creates two (or more) files in C</var/tmp> called:"
 msgstr "これは C</tmp> と C</var/tmp> の中にある一時ファイルを削除します。"
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:767
+#: ../v2v/virt-v2v.pod:768
 #, no-wrap
 msgid ""
 " /var/tmp/NAME.xml     # the libvirt XML (metadata)\n"
@@ -89538,17 +89538,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:770
+#: ../v2v/virt-v2v.pod:771
 msgid "(for C<NAME> substitute the guest's name)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:774
+#: ../v2v/virt-v2v.pod:775
 msgid "Upload the converted disk(s) into the storage pool called C<POOL>:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:776
+#: ../v2v/virt-v2v.pod:777
 #, no-wrap
 msgid ""
 " size=$(stat -c%s /var/tmp/NAME-sda)\n"
@@ -89558,14 +89558,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:782
+#: ../v2v/virt-v2v.pod:783
 msgid ""
 "Edit C</var/tmp/NAME.xml> to change C</var/tmp/NAME-sda> to the pool name.  "
 "In other words, locate the following bit of XML:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:785
+#: ../v2v/virt-v2v.pod:786
 #, no-wrap
 msgid ""
 " <disk type='file' device='disk'>\n"
@@ -89577,7 +89577,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:791
+#: ../v2v/virt-v2v.pod:792
 msgid ""
 "and change two things: The C<type='file'> attribute must be changed to "
 "C<type='volume'>, and the C<E<lt>sourceE<gt>> element must be changed to "
@@ -89585,7 +89585,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:795
+#: ../v2v/virt-v2v.pod:796
 #, no-wrap
 msgid ""
 " <disk type='volume' device='disk'>\n"
@@ -89597,12 +89597,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:803
+#: ../v2v/virt-v2v.pod:804
 msgid "Define the final guest in libvirt:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:805
+#: ../v2v/virt-v2v.pod:806
 #, no-wrap
 msgid ""
 " virsh define /var/tmp/NAME.xml\n"
@@ -89610,19 +89610,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:809
+#: ../v2v/virt-v2v.pod:810
 msgid "MINIMAL XML FOR -i libvirtxml OPTION"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:811
+#: ../v2v/virt-v2v.pod:812
 msgid ""
 "When using the I<-i libvirtxml> option, you have to supply some libvirt "
 "XML.  Writing this from scratch is hard, so the template below is helpful."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:815
+#: ../v2v/virt-v2v.pod:816
 msgid ""
 "B<Note this should only be used for testing and/or where you know what "
 "you're doing!> If you have libvirt metadata for the guest, always use that "
@@ -89630,7 +89630,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:819
+#: ../v2v/virt-v2v.pod:820
 #, no-wrap
 msgid ""
 " <domain type='kvm'>\n"
@@ -89663,7 +89663,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:848
+#: ../v2v/virt-v2v.pod:849
 msgid ""
 "The I<--machine-readable> option can be used to make the output more machine "
 "friendly, which is useful when calling virt-v2v from other programs, GUIs "
@@ -89671,14 +89671,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:854
+#: ../v2v/virt-v2v.pod:855
 msgid ""
 "Firstly use the option on its own to query the capabilities of the virt-v2v "
 "binary.  Typical output looks like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:857
+#: ../v2v/virt-v2v.pod:858
 #, no-wrap
 msgid ""
 " $ virt-v2v --machine-readable\n"
@@ -89688,7 +89688,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:886
+#: ../v2v/virt-v2v.pod:887
 msgid ""
 "The calling program should treat messages sent to stderr as error messages.  "
 "In addition, virt-v2v exits with a non-zero status code if there was a fatal "
@@ -89696,36 +89696,36 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:892
+#: ../v2v/virt-v2v.pod:893
 msgid ""
 "Virt-v2v E<le> 0.9.1 did not support the I<--machine-readable> option at "
 "all.  The option was added when virt-v2v was rewritten in 2014."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:899
+#: ../v2v/virt-v2v.pod:900
 msgid "C</usr/share/virtio-win>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:901 ../v2v/virt-v2v.pod:955
+#: ../v2v/virt-v2v.pod:902 ../v2v/virt-v2v.pod:956
 msgid "(Optional)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:903
+#: ../v2v/virt-v2v.pod:904
 msgid ""
 "If this directory is present, then virtio drivers for Windows guests will be "
 "found from this directory and installed in the guest during conversion."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:913
+#: ../v2v/virt-v2v.pod:914
 msgid "C<TMPDIR>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:924
+#: ../v2v/virt-v2v.pod:925
 msgid ""
 "Note that if C<$TMPDIR> is a tmpfs (eg. if C</tmp> is on tmpfs, or if you "
 "use C<TMPDIR=/dev/shm>), tmpfs defaults to a maximum size of I<half> of "
@@ -89735,31 +89735,31 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:934
+#: ../v2v/virt-v2v.pod:935
 msgid ""
 "This can point to the directory containing data files used for Windows "
 "conversion."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:946
+#: ../v2v/virt-v2v.pod:947
 msgid "(Required when doing conversions of Windows guests)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:948
+#: ../v2v/virt-v2v.pod:949
 msgid ""
 "This is the RHSrvAny Windows binary, used to install a \"firstboot\" script "
 "in the guest during conversion of Windows guests."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:953
+#: ../v2v/virt-v2v.pod:954
 msgid "C<rhev-apt.exe>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:957
+#: ../v2v/virt-v2v.pod:958
 msgid ""
 "The RHEV Application Provisioning Tool (RHEV APT).  If this file is present, "
 "then RHEV APT will be installed in the Windows guest during conversion.  "
@@ -89769,14 +89769,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:963
+#: ../v2v/virt-v2v.pod:964
 msgid ""
 "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not "
 "distributed with virt-v2v."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:974
+#: ../v2v/virt-v2v.pod:975
 #, fuzzy
 #| msgid ""
 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-make-"
@@ -89790,17 +89790,17 @@ msgstr ""
 "L<virt-rescue(1)>, L<virt-resize(1)>, L<http://libguestfs.org/>."
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:991
+#: ../v2v/virt-v2v.pod:992
 msgid "Mike Latimer"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:993
+#: ../v2v/virt-v2v.pod:994
 msgid "Shahar Havivi"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:995
+#: ../v2v/virt-v2v.pod:996
 msgid "Tingting Zheng"
 msgstr ""
 
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index a3a542b..5013c70 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libguestfs 1.27.45\n"
+"Project-Id-Version: libguestfs 1.27.46\n"
 "Report-Msgid-Bugs-To: libguestfs at redhat.com\n"
-"POT-Creation-Date: 2014-09-14 13:57+0200\n"
+"POT-Creation-Date: 2014-09-15 10:59+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -421,12 +421,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178 ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:511 ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 ../v2v/virt-v2v.pod:368
+#: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178 ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:511 ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 ../v2v/virt-v2v.pod:369
 msgid "B<-q>"
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:179 ../builder/virt-builder.pod:452 ../customize/virt-customize.pod:180 ../fuse/guestunmount.pod:85 ../resize/virt-resize.pod:513 ../sparsify/virt-sparsify.pod:245 ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:370
+#: ../align/virt-alignment-scan.pod:179 ../builder/virt-builder.pod:452 ../customize/virt-customize.pod:180 ../fuse/guestunmount.pod:85 ../resize/virt-resize.pod:513 ../sparsify/virt-sparsify.pod:245 ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:371
 msgid "B<--quiet>"
 msgstr ""
 
@@ -458,42 +458,42 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:193 ../builder/virt-builder.pod:488 ../cat/virt-cat.pod:165 ../cat/virt-filesystems.pod:265 ../cat/virt-log.pod:112 ../cat/virt-ls.pod:455 ../customize/virt-customize.pod:190 ../daemon/guestfsd.pod:60 ../df/virt-df.pod:183 ../diff/virt-diff.pod:200 ../edit/virt-edit.pod:203 ../fish/guestfish.pod:419 ../format/virt-format.pod:153 ../fuse/guestmount.pod:359 ../inspector/virt-inspector.pod:116 ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:243 ../res [...]
+#: ../align/virt-alignment-scan.pod:193 ../builder/virt-builder.pod:488 ../cat/virt-cat.pod:165 ../cat/virt-filesystems.pod:265 ../cat/virt-log.pod:112 ../cat/virt-ls.pod:455 ../customize/virt-customize.pod:190 ../daemon/guestfsd.pod:60 ../df/virt-df.pod:183 ../diff/virt-diff.pod:200 ../edit/virt-edit.pod:203 ../fish/guestfish.pod:419 ../format/virt-format.pod:153 ../fuse/guestmount.pod:359 ../inspector/virt-inspector.pod:116 ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:243 ../res [...]
 msgid "B<-v>"
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:195 ../builder/virt-builder.pod:490 ../cat/virt-cat.pod:167 ../cat/virt-filesystems.pod:267 ../cat/virt-log.pod:114 ../cat/virt-ls.pod:457 ../customize/virt-customize.pod:192 ../daemon/guestfsd.pod:62 ../df/virt-df.pod:185 ../diff/virt-diff.pod:202 ../edit/virt-edit.pod:205 ../fish/guestfish.pod:421 ../format/virt-format.pod:155 ../fuse/guestmount.pod:361 ../inspector/virt-inspector.pod:118 ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:245 ../res [...]
+#: ../align/virt-alignment-scan.pod:195 ../builder/virt-builder.pod:490 ../cat/virt-cat.pod:167 ../cat/virt-filesystems.pod:267 ../cat/virt-log.pod:114 ../cat/virt-ls.pod:457 ../customize/virt-customize.pod:192 ../daemon/guestfsd.pod:62 ../df/virt-df.pod:185 ../diff/virt-diff.pod:202 ../edit/virt-edit.pod:205 ../fish/guestfish.pod:421 ../format/virt-format.pod:155 ../fuse/guestmount.pod:361 ../inspector/virt-inspector.pod:118 ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:245 ../res [...]
 msgid "B<--verbose>"
 msgstr ""
 
 #. type: textblock
-#: ../align/virt-alignment-scan.pod:197 ../cat/virt-cat.pod:169 ../cat/virt-filesystems.pod:269 ../cat/virt-log.pod:116 ../cat/virt-ls.pod:459 ../customize/virt-customize.pod:194 ../daemon/guestfsd.pod:64 ../df/virt-df.pod:187 ../diff/virt-diff.pod:204 ../edit/virt-edit.pod:207 ../format/virt-format.pod:157 ../inspector/virt-inspector.pod:120 ../rescue/virt-rescue.pod:242 ../sparsify/virt-sparsify.pod:296 ../sysprep/virt-sysprep.pod:223 ../v2v/virt-v2v.pod:454
+#: ../align/virt-alignment-scan.pod:197 ../cat/virt-cat.pod:169 ../cat/virt-filesystems.pod:269 ../cat/virt-log.pod:116 ../cat/virt-ls.pod:459 ../customize/virt-customize.pod:194 ../daemon/guestfsd.pod:64 ../df/virt-df.pod:187 ../diff/virt-diff.pod:204 ../edit/virt-edit.pod:207 ../format/virt-format.pod:157 ../inspector/virt-inspector.pod:120 ../rescue/virt-rescue.pod:242 ../sparsify/virt-sparsify.pod:296 ../sysprep/virt-sysprep.pod:223 ../v2v/virt-v2v.pod:455
 msgid "Enable verbose messages for debugging."
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:199 ../appliance/libguestfs-make-fixed-appliance.pod:105 ../builder/virt-builder.pod:497 ../builder/virt-index-validate.pod:66 ../cat/virt-cat.pod:171 ../cat/virt-filesystems.pod:271 ../cat/virt-log.pod:118 ../cat/virt-ls.pod:461 ../customize/virt-customize.pod:196 ../df/virt-df.pod:189 ../diff/virt-diff.pod:206 ../edit/virt-edit.pod:209 ../fish/guestfish.pod:426 ../format/virt-format.pod:159 ../fuse/guestmount.pod:365 ../fuse/guestunmount.pod:105 ../i [...]
+#: ../align/virt-alignment-scan.pod:199 ../appliance/libguestfs-make-fixed-appliance.pod:105 ../builder/virt-builder.pod:497 ../builder/virt-index-validate.pod:66 ../cat/virt-cat.pod:171 ../cat/virt-filesystems.pod:271 ../cat/virt-log.pod:118 ../cat/virt-ls.pod:461 ../customize/virt-customize.pod:196 ../df/virt-df.pod:189 ../diff/virt-diff.pod:206 ../edit/virt-edit.pod:209 ../fish/guestfish.pod:426 ../format/virt-format.pod:159 ../fuse/guestmount.pod:365 ../fuse/guestunmount.pod:105 ../i [...]
 msgid "B<-V>"
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:201 ../appliance/libguestfs-make-fixed-appliance.pod:107 ../builder/virt-builder.pod:499 ../builder/virt-index-validate.pod:68 ../cat/virt-cat.pod:173 ../cat/virt-filesystems.pod:273 ../cat/virt-log.pod:120 ../cat/virt-ls.pod:463 ../customize/virt-customize.pod:198 ../df/virt-df.pod:191 ../diff/virt-diff.pod:208 ../edit/virt-edit.pod:211 ../fish/guestfish.pod:428 ../format/virt-format.pod:161 ../fuse/guestmount.pod:367 ../fuse/guestunmount.pod:107 ../i [...]
+#: ../align/virt-alignment-scan.pod:201 ../appliance/libguestfs-make-fixed-appliance.pod:107 ../builder/virt-builder.pod:499 ../builder/virt-index-validate.pod:68 ../cat/virt-cat.pod:173 ../cat/virt-filesystems.pod:273 ../cat/virt-log.pod:120 ../cat/virt-ls.pod:463 ../customize/virt-customize.pod:198 ../df/virt-df.pod:191 ../diff/virt-diff.pod:208 ../edit/virt-edit.pod:211 ../fish/guestfish.pod:428 ../format/virt-format.pod:161 ../fuse/guestmount.pod:367 ../fuse/guestunmount.pod:107 ../i [...]
 msgid "B<--version>"
 msgstr ""
 
 #. type: textblock
-#: ../align/virt-alignment-scan.pod:203 ../builder/virt-builder.pod:501 ../builder/virt-index-validate.pod:70 ../cat/virt-cat.pod:175 ../cat/virt-filesystems.pod:275 ../cat/virt-log.pod:122 ../cat/virt-ls.pod:465 ../customize/virt-customize.pod:200 ../df/virt-df.pod:193 ../diff/virt-diff.pod:210 ../edit/virt-edit.pod:213 ../format/virt-format.pod:163 ../inspector/virt-inspector.pod:126 ../make-fs/virt-make-fs.pod:207 ../p2v/virt-p2v-make-disk.pod:67 ../p2v/virt-p2v-make-kickstart.pod:155 [...]
+#: ../align/virt-alignment-scan.pod:203 ../builder/virt-builder.pod:501 ../builder/virt-index-validate.pod:70 ../cat/virt-cat.pod:175 ../cat/virt-filesystems.pod:275 ../cat/virt-log.pod:122 ../cat/virt-ls.pod:465 ../customize/virt-customize.pod:200 ../df/virt-df.pod:193 ../diff/virt-diff.pod:210 ../edit/virt-edit.pod:213 ../format/virt-format.pod:163 ../inspector/virt-inspector.pod:126 ../make-fs/virt-make-fs.pod:207 ../p2v/virt-p2v-make-disk.pod:67 ../p2v/virt-p2v-make-kickstart.pod:155 [...]
 msgid "Display version number and exit."
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:205 ../builder/virt-builder.pod:503 ../cat/virt-cat.pod:177 ../cat/virt-filesystems.pod:285 ../cat/virt-log.pod:124 ../cat/virt-ls.pod:467 ../customize/virt-customize.pod:202 ../df/virt-df.pod:195 ../diff/virt-diff.pod:212 ../edit/virt-edit.pod:215 ../fish/guestfish.pod:441 ../format/virt-format.pod:175 ../fuse/guestmount.pod:380 ../inspector/virt-inspector.pod:128 ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259 ../resize/virt-resize.pod: [...]
+#: ../align/virt-alignment-scan.pod:205 ../builder/virt-builder.pod:503 ../cat/virt-cat.pod:177 ../cat/virt-filesystems.pod:285 ../cat/virt-log.pod:124 ../cat/virt-ls.pod:467 ../customize/virt-customize.pod:202 ../df/virt-df.pod:195 ../diff/virt-diff.pod:212 ../edit/virt-edit.pod:215 ../fish/guestfish.pod:441 ../format/virt-format.pod:175 ../fuse/guestmount.pod:380 ../inspector/virt-inspector.pod:128 ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259 ../resize/virt-resize.pod: [...]
 msgid "B<-x>"
 msgstr ""
 
 #. type: textblock
-#: ../align/virt-alignment-scan.pod:207 ../builder/virt-builder.pod:505 ../cat/virt-cat.pod:179 ../cat/virt-filesystems.pod:287 ../cat/virt-log.pod:126 ../cat/virt-ls.pod:469 ../customize/virt-customize.pod:204 ../df/virt-df.pod:197 ../diff/virt-diff.pod:214 ../edit/virt-edit.pod:217 ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130 ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:595 ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 ../v2v/virt-v2v [...]
+#: ../align/virt-alignment-scan.pod:207 ../builder/virt-builder.pod:505 ../cat/virt-cat.pod:179 ../cat/virt-filesystems.pod:287 ../cat/virt-log.pod:126 ../cat/virt-ls.pod:469 ../customize/virt-customize.pod:204 ../df/virt-df.pod:197 ../diff/virt-diff.pod:214 ../edit/virt-edit.pod:217 ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130 ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:595 ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 ../v2v/virt-v2v [...]
 msgid "Enable tracing of libguestfs API calls."
 msgstr ""
 
@@ -774,7 +774,7 @@ msgid "This program returns:"
 msgstr ""
 
 #. type: =item
-#: ../align/virt-alignment-scan.pod:356 ../align/virt-alignment-scan.pod:362 ../align/virt-alignment-scan.pod:368 ../align/virt-alignment-scan.pod:375 ../appliance/libguestfs-make-fixed-appliance.pod:22 ../appliance/libguestfs-make-fixed-appliance.pod:28 ../appliance/libguestfs-make-fixed-appliance.pod:34 ../appliance/libguestfs-make-fixed-appliance.pod:52 ../appliance/libguestfs-make-fixed-appliance.pod:73 ../builder/virt-builder.pod:781 ../builder/virt-builder.pod:788 ../builder/virt-b [...]
+#: ../align/virt-alignment-scan.pod:356 ../align/virt-alignment-scan.pod:362 ../align/virt-alignment-scan.pod:368 ../align/virt-alignment-scan.pod:375 ../appliance/libguestfs-make-fixed-appliance.pod:22 ../appliance/libguestfs-make-fixed-appliance.pod:28 ../appliance/libguestfs-make-fixed-appliance.pod:34 ../appliance/libguestfs-make-fixed-appliance.pod:52 ../appliance/libguestfs-make-fixed-appliance.pod:73 ../builder/virt-builder.pod:781 ../builder/virt-builder.pod:788 ../builder/virt-b [...]
 msgid "*"
 msgstr ""
 
@@ -823,7 +823,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../align/virt-alignment-scan.pod:384 ../appliance/libguestfs-make-fixed-appliance.pod:164 ../builder/virt-builder.pod:1688 ../builder/virt-index-validate.pod:79 ../cat/virt-cat.pod:273 ../cat/virt-filesystems.pod:386 ../cat/virt-log.pod:135 ../cat/virt-ls.pod:518 ../customize/virt-customize.pod:246 ../daemon/guestfsd.pod:115 ../df/virt-df.pod:256 ../diff/virt-diff.pod:251 ../edit/virt-edit.pod:389 ../erlang/examples/guestfs-erlang.pod:95 ../examples/guestfs-examples.pod:55 ../examples [...]
+#: ../align/virt-alignment-scan.pod:384 ../appliance/libguestfs-make-fixed-appliance.pod:164 ../builder/virt-builder.pod:1688 ../builder/virt-index-validate.pod:79 ../cat/virt-cat.pod:273 ../cat/virt-filesystems.pod:386 ../cat/virt-log.pod:135 ../cat/virt-ls.pod:518 ../customize/virt-customize.pod:246 ../daemon/guestfsd.pod:115 ../df/virt-df.pod:256 ../diff/virt-diff.pod:251 ../edit/virt-edit.pod:389 ../erlang/examples/guestfs-erlang.pod:95 ../examples/guestfs-examples.pod:55 ../examples [...]
 msgid "SEE ALSO"
 msgstr ""
 
@@ -840,12 +840,12 @@ msgid "AUTHOR"
 msgstr ""
 
 #. type: textblock
-#: ../align/virt-alignment-scan.pod:395 ../builder/virt-builder.pod:1709 ../builder/virt-index-validate.pod:86 ../cat/virt-cat.pod:285 ../cat/virt-filesystems.pod:399 ../cat/virt-log.pod:147 ../cat/virt-ls.pod:530 ../customize/virt-customize.pod:265 ../daemon/guestfsd.pod:122 ../df/virt-df.pod:266 ../diff/virt-diff.pod:263 ../edit/virt-edit.pod:402 ../format/virt-format.pod:197 ../inspector/virt-inspector.pod:507 ../make-fs/virt-make-fs.pod:231 ../p2v/virt-p2v-make-disk.pod:111 ../p2v/vi [...]
+#: ../align/virt-alignment-scan.pod:395 ../builder/virt-builder.pod:1709 ../builder/virt-index-validate.pod:86 ../cat/virt-cat.pod:285 ../cat/virt-filesystems.pod:399 ../cat/virt-log.pod:147 ../cat/virt-ls.pod:530 ../customize/virt-customize.pod:265 ../daemon/guestfsd.pod:122 ../df/virt-df.pod:266 ../diff/virt-diff.pod:263 ../edit/virt-edit.pod:402 ../format/virt-format.pod:197 ../inspector/virt-inspector.pod:507 ../make-fs/virt-make-fs.pod:231 ../p2v/virt-p2v-make-disk.pod:111 ../p2v/vi [...]
 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 msgstr ""
 
 #. type: =head1
-#: ../align/virt-alignment-scan.pod:397 ../appliance/libguestfs-make-fixed-appliance.pod:176 ../builder/virt-builder.pod:1711 ../builder/virt-index-validate.pod:88 ../cat/virt-cat.pod:287 ../cat/virt-filesystems.pod:401 ../cat/virt-log.pod:149 ../cat/virt-ls.pod:532 ../customize/virt-customize.pod:267 ../daemon/guestfsd.pod:124 ../df/virt-df.pod:268 ../diff/virt-diff.pod:265 ../edit/virt-edit.pod:404 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:73 ../example [...]
+#: ../align/virt-alignment-scan.pod:397 ../appliance/libguestfs-make-fixed-appliance.pod:176 ../builder/virt-builder.pod:1711 ../builder/virt-index-validate.pod:88 ../cat/virt-cat.pod:287 ../cat/virt-filesystems.pod:401 ../cat/virt-log.pod:149 ../cat/virt-ls.pod:532 ../customize/virt-customize.pod:267 ../daemon/guestfsd.pod:124 ../df/virt-df.pod:268 ../diff/virt-diff.pod:265 ../edit/virt-edit.pod:404 ../erlang/examples/guestfs-erlang.pod:114 ../examples/guestfs-examples.pod:73 ../example [...]
 msgid "COPYRIGHT"
 msgstr ""
 
@@ -1129,7 +1129,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../appliance/libguestfs-make-fixed-appliance.pod:159 ../builder/virt-builder.pod:1624 ../customize/virt-customize.pod:216 ../edit/virt-edit.pod:371 ../fish/guestfish.pod:1385 ../fuse/guestunmount.pod:113 ../p2v/virt-p2v-make-disk.pod:91 ../p2v/virt-p2v-make-kickstart.pod:175 ../rescue/virt-rescue.pod:388 ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4640 ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 ../v2v/virt-v2v.pod:909
+#: ../appliance/libguestfs-make-fixed-appliance.pod:159 ../builder/virt-builder.pod:1624 ../customize/virt-customize.pod:216 ../edit/virt-edit.pod:371 ../fish/guestfish.pod:1385 ../fuse/guestunmount.pod:113 ../p2v/virt-p2v-make-disk.pod:91 ../p2v/virt-p2v-make-kickstart.pod:175 ../rescue/virt-rescue.pod:388 ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4640 ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 ../v2v/virt-v2v.pod:910
 msgid "ENVIRONMENT VARIABLES"
 msgstr ""
 
@@ -1148,7 +1148,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../appliance/libguestfs-make-fixed-appliance.pod:172 ../customize/virt-customize.pod:263 ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:69 ../examples/guestfs-faq.pod:1253 ../examples/guestfs-performance.pod:569 ../examples/guestfs-recipes.pod:674 ../examples/guestfs-testing.pod:391 ../fish/guestfish.pod:1636 ../fish/libguestfs-tools.conf.pod:96 ../fish/virt-copy-in.pod:58 ../fish/virt-copy-out.pod:47 ../fish/virt-tar-in.pod:56 ../fish/virt-tar-out.pod:49 . [...]
+#: ../appliance/libguestfs-make-fixed-appliance.pod:172 ../customize/virt-customize.pod:263 ../erlang/examples/guestfs-erlang.pod:110 ../examples/guestfs-examples.pod:69 ../examples/guestfs-faq.pod:1253 ../examples/guestfs-performance.pod:569 ../examples/guestfs-recipes.pod:674 ../examples/guestfs-testing.pod:391 ../fish/guestfish.pod:1636 ../fish/libguestfs-tools.conf.pod:96 ../fish/virt-copy-in.pod:58 ../fish/virt-copy-out.pod:47 ../fish/virt-tar-in.pod:56 ../fish/virt-tar-out.pod:49 . [...]
 msgid "AUTHORS"
 msgstr ""
 
@@ -1158,7 +1158,7 @@ msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
 msgstr ""
 
 #. type: textblock
-#: ../appliance/libguestfs-make-fixed-appliance.pod:178 ../cat/virt-ls.pod:534 ../daemon/guestfsd.pod:126 ../df/virt-df.pod:270 ../diff/virt-diff.pod:267 ../edit/virt-edit.pod:406 ../examples/guestfs-recipes.pod:680 ../fish/guestfish.pod:1642 ../fuse/guestmount.pod:435 ../guestfs-release-notes.pod:3023 ../p2v/virt-p2v-make-disk.pod:115 ../p2v/virt-p2v-make-kickstart.pod:201 ../p2v/virt-p2v.pod:273 ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4814 ../test-tool/libguestfs-test-tool.pod [...]
+#: ../appliance/libguestfs-make-fixed-appliance.pod:178 ../cat/virt-ls.pod:534 ../daemon/guestfsd.pod:126 ../df/virt-df.pod:270 ../diff/virt-diff.pod:267 ../edit/virt-edit.pod:406 ../examples/guestfs-recipes.pod:680 ../fish/guestfish.pod:1642 ../fuse/guestmount.pod:435 ../guestfs-release-notes.pod:3023 ../p2v/virt-p2v-make-disk.pod:115 ../p2v/virt-p2v-make-kickstart.pod:201 ../p2v/virt-p2v.pod:273 ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4814 ../test-tool/libguestfs-test-tool.pod [...]
 msgid "Copyright (C) 2009-2014 Red Hat Inc."
 msgstr ""
 
@@ -1969,12 +1969,12 @@ msgid "See also: I<--source>, I<--notes>, L</SOURCES OF TEMPLATES>."
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:445 ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:211
+#: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:445 ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:212
 msgid "B<--machine-readable>"
 msgstr ""
 
 #. type: textblock
-#: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:447 ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:213
+#: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:447 ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:214
 msgid ""
 "This option is used to make the output more machine friendly when being "
 "parsed by other programs.  See L</MACHINE READABLE OUTPUT> below."
@@ -2061,7 +2061,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:388 ../builder/virt-builder.pod:835 ../customize/virt-customize.pod:155 ../examples/guestfs-faq.pod:485 ../examples/guestfs-faq.pod:712 ../examples/guestfs-performance.pod:159 ../examples/guestfs-performance.pod:201 ../examples/guestfs-recipes.pod:406 ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:627 ../sparsify/virt-sparsify.pod:366 ../src/guestfs.pod:485 ../src/guestfs.pod:1819 ../src/guestfs.pod:2091 ../src/guestfs. [...]
+#: ../builder/virt-builder.pod:388 ../builder/virt-builder.pod:835 ../customize/virt-customize.pod:155 ../examples/guestfs-faq.pod:485 ../examples/guestfs-faq.pod:712 ../examples/guestfs-performance.pod:159 ../examples/guestfs-performance.pod:201 ../examples/guestfs-recipes.pod:406 ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:627 ../sparsify/virt-sparsify.pod:366 ../src/guestfs.pod:485 ../src/guestfs.pod:1819 ../src/guestfs.pod:2091 ../src/guestfs. [...]
 msgid "1."
 msgstr ""
 
@@ -2073,7 +2073,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:393 ../builder/virt-builder.pod:840 ../customize/virt-customize.pod:160 ../examples/guestfs-faq.pod:490 ../examples/guestfs-faq.pod:722 ../examples/guestfs-performance.pod:165 ../examples/guestfs-performance.pod:208 ../examples/guestfs-recipes.pod:412 ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:634 ../sparsify/virt-sparsify.pod:373 ../src/guestfs.pod:491 ../src/guestfs.pod:1823 ../src/guestfs.pod:2095 ../src/guestfs. [...]
+#: ../builder/virt-builder.pod:393 ../builder/virt-builder.pod:840 ../customize/virt-customize.pod:160 ../examples/guestfs-faq.pod:490 ../examples/guestfs-faq.pod:722 ../examples/guestfs-performance.pod:165 ../examples/guestfs-performance.pod:208 ../examples/guestfs-recipes.pod:412 ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:634 ../sparsify/virt-sparsify.pod:373 ../src/guestfs.pod:491 ../src/guestfs.pod:1823 ../src/guestfs.pod:2095 ../src/guestfs. [...]
 msgid "2."
 msgstr ""
 
@@ -2085,7 +2085,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:398 ../builder/virt-builder.pod:848 ../customize/virt-customize.pod:165 ../examples/guestfs-faq.pod:496 ../examples/guestfs-faq.pod:727 ../examples/guestfs-performance.pod:214 ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:640 ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:780 ../v2v/virt-v2v.pod:884
+#: ../builder/virt-builder.pod:398 ../builder/virt-builder.pod:848 ../customize/virt-customize.pod:165 ../examples/guestfs-faq.pod:496 ../examples/guestfs-faq.pod:727 ../examples/guestfs-performance.pod:214 ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:640 ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:781 ../v2v/virt-v2v.pod:885
 msgid "3."
 msgstr ""
 
@@ -2098,7 +2098,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:405 ../customize/virt-customize.pod:172 ../rescue/virt-rescue.pod:352 ../resize/virt-resize.pod:59 ../v2v/virt-v2v.pod:801
+#: ../builder/virt-builder.pod:405 ../customize/virt-customize.pod:172 ../rescue/virt-rescue.pod:352 ../resize/virt-resize.pod:59 ../v2v/virt-v2v.pod:802
 msgid "4."
 msgstr ""
 
@@ -4505,7 +4505,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:599 ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:846
+#: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:599 ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:847
 msgid "MACHINE READABLE OUTPUT"
 msgstr ""
 
@@ -4539,7 +4539,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:617 ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:861
+#: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:617 ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:862
 msgid ""
 "A list of features is printed, one per line, and the program exits with "
 "status 0."
@@ -4587,7 +4587,7 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220 ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:932
+#: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220 ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:933
 msgid "C<VIRT_TOOLS_DATA_DIR>"
 msgstr ""
 
@@ -4599,19 +4599,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225 ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:937
+#: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225 ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:938
 msgid ""
 "Normally you do not need to set this.  If not set, a compiled-in default "
 "will be used (something like C</usr/share/virt-tools>)."
 msgstr ""
 
 #. type: textblock
-#: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:940
+#: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:941
 msgid "This directory may contain the following files:"
 msgstr ""
 
 #. type: =item
-#: ../builder/virt-builder.pod:1657 ../customize/virt-customize.pod:232 ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:944
+#: ../builder/virt-builder.pod:1657 ../customize/virt-customize.pod:232 ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:945
 msgid "C<rhsrvany.exe>"
 msgstr ""
 
@@ -4624,7 +4624,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238 ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:951
+#: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238 ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:952
 msgid "See also: C<https://github.com/rwmjones/rhsrvany>"
 msgstr ""
 
@@ -7336,7 +7336,7 @@ msgid "This program returns 0 on success, or 1 if there was an error."
 msgstr ""
 
 #. type: textblock
-#: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426 ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:970
+#: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426 ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:971
 msgid "For other environment variables, see L<guestfs(3)/ENVIRONMENT VARIABLES>."
 msgstr ""
 
@@ -7462,7 +7462,7 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 ../fuse/guestmount.pod:391 ../p2v/virt-p2v-make-disk.pod:71 ../p2v/virt-p2v-make-kickstart.pod:159 ../rescue/virt-rescue.pod:393 ../v2v/virt-v2v.pod:895
+#: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 ../fuse/guestmount.pod:391 ../p2v/virt-p2v-make-disk.pod:71 ../p2v/virt-p2v-make-kickstart.pod:159 ../rescue/virt-rescue.pod:393 ../v2v/virt-v2v.pod:896
 msgid "FILES"
 msgstr ""
 
@@ -47717,7 +47717,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:989
+#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:990
 msgid "Matthew Booth"
 msgstr ""
 
@@ -49621,7 +49621,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../resize/virt-resize.pod:605 ../sparsify/virt-sparsify.pod:346 ../v2v/virt-v2v.pod:852
+#: ../resize/virt-resize.pod:605 ../sparsify/virt-sparsify.pod:346 ../v2v/virt-v2v.pod:853
 msgid "There are two ways to use this option."
 msgstr ""
 
@@ -49646,26 +49646,26 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../resize/virt-resize.pod:620 ../sparsify/virt-sparsify.pod:359 ../v2v/virt-v2v.pod:864
+#: ../resize/virt-resize.pod:620 ../sparsify/virt-sparsify.pod:359 ../v2v/virt-v2v.pod:865
 msgid ""
 "Secondly use the option in conjunction with other options to make the "
 "regular program output more machine friendly."
 msgstr ""
 
 #. type: textblock
-#: ../resize/virt-resize.pod:623 ../sparsify/virt-sparsify.pod:362 ../v2v/virt-v2v.pod:867
+#: ../resize/virt-resize.pod:623 ../sparsify/virt-sparsify.pod:362 ../v2v/virt-v2v.pod:868
 msgid "At the moment this means:"
 msgstr ""
 
 #. type: textblock
-#: ../resize/virt-resize.pod:629 ../sparsify/virt-sparsify.pod:368 ../v2v/virt-v2v.pod:873
+#: ../resize/virt-resize.pod:629 ../sparsify/virt-sparsify.pod:368 ../v2v/virt-v2v.pod:874
 msgid ""
 "Progress bar messages can be parsed from stdout by looking for this regular "
 "expression:"
 msgstr ""
 
 #. type: verbatim
-#: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:371 ../v2v/virt-v2v.pod:876
+#: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:371 ../v2v/virt-v2v.pod:877
 #, no-wrap
 msgid ""
 " ^[0-9]+/[0-9]+$\n"
@@ -49673,7 +49673,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:375 ../v2v/virt-v2v.pod:880
+#: ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:375 ../v2v/virt-v2v.pod:881
 msgid ""
 "The calling program should treat messages sent to stdout (except for "
 "progress bar messages) as status messages.  They can be logged and/or "
@@ -50316,7 +50316,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:372
+#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:373
 msgid "This disables progress bars and other unnecessary output."
 msgstr ""
 
@@ -50489,7 +50489,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:915
+#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:916
 msgid ""
 "Location of the temporary directory used for the potentially large temporary "
 "overlay file."
@@ -50503,7 +50503,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:918
+#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:919
 msgid ""
 "You should ensure there is enough free space in the worst case for a full "
 "copy of the source disk (I<virtual> size), or else set C<$TMPDIR> to point "
@@ -50511,7 +50511,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:922
+#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:923
 msgid "This defaults to C</tmp>."
 msgstr ""
 
@@ -50526,7 +50526,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:930
+#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:931
 #, no-wrap
 msgid ""
 " mount -o remount,size=10G /tmp\n"
@@ -78915,22 +78915,22 @@ msgstr ""
 #. type: textblock
 #: ../v2v/virt-v2v.pod:169
 msgid ""
-"In this mode you have to specify a libvirt guest name on the command line.  "
-"You may also specify a libvirt connection URI (see I<-ic>)."
+"In this mode you have to specify a libvirt guest name or UUID on the command "
+"line.  You may also specify a libvirt connection URI (see I<-ic>)."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:172
+#: ../v2v/virt-v2v.pod:173
 msgid "B<-i libvirtxml>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:174
+#: ../v2v/virt-v2v.pod:175
 msgid "Set the input method to I<libvirtxml>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:176
+#: ../v2v/virt-v2v.pod:177
 msgid ""
 "In this mode you have to pass a libvirt XML file on the command line.  This "
 "file is read in order to get metadata about the source guest (such as its "
@@ -78939,27 +78939,27 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:181
+#: ../v2v/virt-v2v.pod:182
 msgid "B<-i local>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:183
+#: ../v2v/virt-v2v.pod:184
 msgid "This is the same as I<-i disk>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:185
+#: ../v2v/virt-v2v.pod:186
 msgid "B<-i ova>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:187
+#: ../v2v/virt-v2v.pod:188
 msgid "Set the input method to I<ova>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:189
+#: ../v2v/virt-v2v.pod:190
 msgid ""
 "In this mode you can read a VMware ova file.  Virt-v2v will read the ova "
 "manifest file and check the vmdk volumes for validity (checksums)  as well "
@@ -78967,19 +78967,19 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:193
+#: ../v2v/virt-v2v.pod:194
 msgid "B<-ic> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:195
+#: ../v2v/virt-v2v.pod:196
 msgid ""
 "Specify a libvirt connection URI to use when reading the guest.  This is "
 "only used when S<I<-i libvirt>>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:198
+#: ../v2v/virt-v2v.pod:199
 msgid ""
 "Only local libvirt connections, ESX connections, or RHEL 5 Xen remote "
 "connections can be used.  Other remote libvirt connections will not work in "
@@ -78987,46 +78987,46 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:202
+#: ../v2v/virt-v2v.pod:203
 msgid ""
 "See also L</INPUT FROM VMWARE VCENTER SERVER>, L</INPUT FROM RHEL 5 XEN> "
 "below."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:205
+#: ../v2v/virt-v2v.pod:206
 msgid "B<-if> format"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:207
+#: ../v2v/virt-v2v.pod:208
 msgid ""
 "For I<-i disk> only, this specifies the format of the input disk image.  For "
 "other input methods you should specify the input format in the metadata."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:217
+#: ../v2v/virt-v2v.pod:218
 msgid "B<--network> in:out"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:219
+#: ../v2v/virt-v2v.pod:220
 msgid "B<--network> out"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:221
+#: ../v2v/virt-v2v.pod:222
 msgid "B<--bridge> in:out"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:223
+#: ../v2v/virt-v2v.pod:224
 msgid "B<--bridge> out"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:225
+#: ../v2v/virt-v2v.pod:226
 msgid ""
 "Map network (or bridge) called C<in> to network (or bridge) called C<out>.  "
 "If no C<in:> prefix is given, all other networks (or bridges)  are mapped to "
@@ -79034,17 +79034,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:229
+#: ../v2v/virt-v2v.pod:230
 msgid "See L</NETWORKS AND BRIDGES> below."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:231
+#: ../v2v/virt-v2v.pod:232
 msgid "B<--no-copy>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:233
+#: ../v2v/virt-v2v.pod:234
 msgid ""
 "Don't copy the disks.  Instead, conversion is performed (and thrown away), "
 "and metadata is written, but no disks are created.  See also discussion of "
@@ -79052,7 +79052,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:237
+#: ../v2v/virt-v2v.pod:238
 msgid ""
 "This is useful in two cases: Either you want to test if conversion is likely "
 "to succeed, without the long copying process.  Or you are only interested in "
@@ -79060,34 +79060,34 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:241
+#: ../v2v/virt-v2v.pod:242
 msgid ""
 "This option is not compatible with I<-o libvirt> since it would create a "
 "faulty guest (one with no disks)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:244
+#: ../v2v/virt-v2v.pod:245
 msgid "This option is not compatible with I<-o glance> for technical reasons."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:246
+#: ../v2v/virt-v2v.pod:247
 msgid "B<-o disk>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:248
+#: ../v2v/virt-v2v.pod:249
 msgid "This is the same as I<-o local>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:250
+#: ../v2v/virt-v2v.pod:251
 msgid "B<-o glance>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:252
+#: ../v2v/virt-v2v.pod:253
 msgid ""
 "Set the output method to OpenStack Glance.  In this mode the converted guest "
 "is uploaded to Glance.  You can control the image name by setting the I<-on> "
@@ -79095,39 +79095,39 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:256
+#: ../v2v/virt-v2v.pod:257
 msgid "B<-o libvirt>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:258
+#: ../v2v/virt-v2v.pod:259
 msgid "Set the output method to I<libvirt>.  This is the default."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:260
+#: ../v2v/virt-v2v.pod:261
 msgid ""
 "In this mode, the converted guest is created as a libvirt guest.  You may "
 "also specify a libvirt connection URI (see I<-oc>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:263
+#: ../v2v/virt-v2v.pod:264
 msgid "See L</OUTPUT TO LIBVIRT> below."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:265
+#: ../v2v/virt-v2v.pod:266
 msgid "B<-o local>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:267
+#: ../v2v/virt-v2v.pod:268
 msgid "Set the output method to I<local>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:269
+#: ../v2v/virt-v2v.pod:270
 msgid ""
 "In this mode, the converted guest is written to a local directory specified "
 "by I<-os /dir> (the directory must exist).  The converted guest's disks are "
@@ -79135,7 +79135,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:273
+#: ../v2v/virt-v2v.pod:274
 #, no-wrap
 msgid ""
 " /dir/name-sda\n"
@@ -79145,12 +79145,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:277
+#: ../v2v/virt-v2v.pod:278
 msgid "and a libvirt XML file is created containing guest metadata:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:279
+#: ../v2v/virt-v2v.pod:280
 #, no-wrap
 msgid ""
 " /dir/name.xml\n"
@@ -79158,49 +79158,49 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:281
+#: ../v2v/virt-v2v.pod:282
 msgid "where C<name> is the guest name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:283
+#: ../v2v/virt-v2v.pod:284
 msgid "B<-o null>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:285
+#: ../v2v/virt-v2v.pod:286
 msgid "Set the output method to I<null>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:287
+#: ../v2v/virt-v2v.pod:288
 msgid ""
 "The guest is converted and copied (unless you also specify I<--no-copy>), "
 "but the results are thrown away and no metadata is written."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:291
+#: ../v2v/virt-v2v.pod:292
 msgid "B<-o ovirt>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:293
+#: ../v2v/virt-v2v.pod:294
 msgid "This is the same as I<-o rhev>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:295
+#: ../v2v/virt-v2v.pod:296
 msgid "B<-o rhev>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:297
+#: ../v2v/virt-v2v.pod:298
 msgid "Set the output method to I<rhev>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:299
+#: ../v2v/virt-v2v.pod:300
 msgid ""
 "The converted guest is written to a RHEV Export Storage Domain.  The I<-os> "
 "parameter must also be used to specify the location of the Export Storage "
@@ -79209,114 +79209,114 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:304
+#: ../v2v/virt-v2v.pod:305
 msgid "B<-o vdsm>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:306
+#: ../v2v/virt-v2v.pod:307
 msgid "Set the output method to I<vdsm>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:308
+#: ../v2v/virt-v2v.pod:309
 msgid ""
 "This mode is similar to I<-o rhev> but is only used by RHEV VDSM when it "
 "runs virt-v2v under VDSM control."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:311
+#: ../v2v/virt-v2v.pod:312
 msgid "B<-oa sparse>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:313
+#: ../v2v/virt-v2v.pod:314
 msgid "B<-oa preallocated>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:315
+#: ../v2v/virt-v2v.pod:316
 msgid "Set the output file allocation mode.  The default is C<sparse>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:317
+#: ../v2v/virt-v2v.pod:318
 msgid "B<-oc> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:319
+#: ../v2v/virt-v2v.pod:320
 msgid ""
 "Specify a libvirt connection to use when writing the converted guest.  This "
 "is only used when S<I<-o libvirt>>.  See L</OUTPUT TO LIBVIRT> below."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:322
+#: ../v2v/virt-v2v.pod:323
 msgid ""
 "Only local libvirt connections can be used.  Remote libvirt connections will "
 "not work."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:325
+#: ../v2v/virt-v2v.pod:326
 msgid "B<-of> format"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:327
+#: ../v2v/virt-v2v.pod:328
 msgid "When converting the guest, convert the disks to the given format."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:329
+#: ../v2v/virt-v2v.pod:330
 msgid "If not specified, then the input format is used."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:331
+#: ../v2v/virt-v2v.pod:332
 msgid "B<-on> name"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:333
+#: ../v2v/virt-v2v.pod:334
 msgid ""
 "Rename the guest when converting it.  If this option is not used then the "
 "output name is the same as the input name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:336
+#: ../v2v/virt-v2v.pod:337
 msgid "B<-os> storage"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:338
+#: ../v2v/virt-v2v.pod:339
 msgid "The location of the storage for the converted guest."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:340
+#: ../v2v/virt-v2v.pod:341
 msgid ""
 "For I<-o libvirt>, this is a libvirt directory pool (see S<C<virsh "
-"pool-list>>)."
+"pool-list>>) or pool UUID."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:343
+#: ../v2v/virt-v2v.pod:344
 msgid "For I<-o local>, this is a directory name.  The directory must exist."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:345
+#: ../v2v/virt-v2v.pod:346
 msgid ""
 "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the "
 "form C<E<lt>hostE<gt>:E<lt>pathE<gt>>, eg:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:348
+#: ../v2v/virt-v2v.pod:349
 #, no-wrap
 msgid ""
 " rhev-storage.example.com:/rhev/export\n"
@@ -79324,7 +79324,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:350
+#: ../v2v/virt-v2v.pod:351
 msgid ""
 "The NFS export must be mountable and writable by the user and host running "
 "virt-v2v, since the virt-v2v program has to actually mount it when it runs.  "
@@ -79332,7 +79332,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:354
+#: ../v2v/virt-v2v.pod:355
 msgid ""
 "B<Or:> You can mount the Export Storage Domain yourself, and point I<-os> to "
 "the mountpoint.  Note that virt-v2v will still need to write to this remote "
@@ -79340,19 +79340,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:359
+#: ../v2v/virt-v2v.pod:360
 msgid ""
 "You will get an error if virt-v2v is unable to mount/write to the Export "
 "Storage Domain."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:362
+#: ../v2v/virt-v2v.pod:363
 msgid "B<--print-source>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:364
+#: ../v2v/virt-v2v.pod:365
 msgid ""
 "Print information about the source guest and stop.  This option is useful "
 "when you are setting up network and bridge maps.  See L</NETWORKS AND "
@@ -79360,37 +79360,37 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:374
+#: ../v2v/virt-v2v.pod:375
 msgid "B<--root ask>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:376
+#: ../v2v/virt-v2v.pod:377
 msgid "B<--root single>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:378
+#: ../v2v/virt-v2v.pod:379
 msgid "B<--root first>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:380
+#: ../v2v/virt-v2v.pod:381
 msgid "B<--root> /dev/sdX"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:382
+#: ../v2v/virt-v2v.pod:383
 msgid "B<--root> /dev/VG/LV"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:384
+#: ../v2v/virt-v2v.pod:385
 msgid "Choose the root filesystem to be converted."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:386
+#: ../v2v/virt-v2v.pod:387
 msgid ""
 "In the case where the virtual machine is dual-boot or multi-boot, or where "
 "the VM has other filesystems that look like operating systems, this option "
@@ -79401,14 +79401,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:394
+#: ../v2v/virt-v2v.pod:395
 msgid ""
 "The default in virt-v2v E<le> 0.7.1 was S<I<--root single>>, which causes "
 "virt-v2v to die if a multi-boot operating system is found."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:397
+#: ../v2v/virt-v2v.pod:398
 msgid ""
 "Since virt-v2v E<ge> 0.7.2 the default is now S<I<--root ask>>: If the VM is "
 "found to be multi-boot, then virt-v2v will stop and list the possible root "
@@ -79417,7 +79417,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:402
+#: ../v2v/virt-v2v.pod:403
 msgid ""
 "S<I<--root first>> means to choose the first root device in the case of a "
 "multi-boot operating system.  Since this is a heuristic, it may sometimes "
@@ -79425,7 +79425,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:406
+#: ../v2v/virt-v2v.pod:407
 msgid ""
 "You can also name a specific root device, eg. S<I<--root /dev/sda2>> would "
 "mean to use the second partition on the first hard drive.  If the named root "
@@ -79434,7 +79434,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:411
+#: ../v2v/virt-v2v.pod:412
 msgid ""
 "Note that there is a bug in grub which prevents it from successfully booting "
 "a multiboot system if VirtIO is enabled.  Grub is only able to boot an "
@@ -79444,22 +79444,22 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:417
+#: ../v2v/virt-v2v.pod:418
 msgid "B<--vdsm-image-uuid> UUID"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:419
+#: ../v2v/virt-v2v.pod:420
 msgid "B<--vdsm-vol-uuid> UUID"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:421
+#: ../v2v/virt-v2v.pod:422
 msgid "B<--vdsm-vm-uuid> UUID"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:423
+#: ../v2v/virt-v2v.pod:424
 msgid ""
 "Normally the RHEV output mode chooses random UUIDs for the target guest.  "
 "However VDSM needs to control the UUIDs and passes these parameters when "
@@ -79467,46 +79467,46 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:432
+#: ../v2v/virt-v2v.pod:433
 msgid "the image directory (I<--vdsm-image-uuid>)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:436
+#: ../v2v/virt-v2v.pod:437
 msgid ""
 "UUIDs for each guest disk (I<--vdsm-vol-uuid>) (this option is passed once "
 "for each guest disk)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:441
+#: ../v2v/virt-v2v.pod:442
 msgid "the VM and OVF file (I<--vdsm-vm-uuid>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:445
+#: ../v2v/virt-v2v.pod:446
 msgid ""
 "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex "
 "digit can be C<0-9> or C<a-f>), conforming to S<OSF DCE 1.1>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:448
+#: ../v2v/virt-v2v.pod:449
 msgid "These options can only be used with I<-o vdsm>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:462
+#: ../v2v/virt-v2v.pod:463
 msgid "B<--vmtype desktop>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:464
+#: ../v2v/virt-v2v.pod:465
 msgid "B<--vmtype server>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:466
+#: ../v2v/virt-v2v.pod:467
 msgid ""
 "For the I<-o rhev> or I<-o vdsm> targets only, specify the type of guest.  "
 "You can set this to C<desktop> or C<server>.  If the option is not given, "
@@ -79515,12 +79515,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:477
+#: ../v2v/virt-v2v.pod:478
 msgid "XEN PARAVIRTUALIZED GUESTS"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:479
+#: ../v2v/virt-v2v.pod:480
 msgid ""
 "Older versions of virt-v2v could turn a Xen paravirtualized (PV) guest into "
 "a KVM guest by installing a new kernel.  This version of virt-v2v does "
@@ -79529,7 +79529,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:484
+#: ../v2v/virt-v2v.pod:485
 msgid ""
 "Therefore before conversion you should check that a regular kernel is "
 "installed.  For some older Linux distributions, this means installing a "
@@ -79537,7 +79537,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:488
+#: ../v2v/virt-v2v.pod:489
 #, no-wrap
 msgid ""
 " RHEL 3         (Does not apply, as there was no Xen PV kernel)\n"
@@ -79545,7 +79545,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:490
+#: ../v2v/virt-v2v.pod:491
 #, no-wrap
 msgid ""
 " RHEL 4         i686 with > 10GB of RAM: install 'kernel-hugemem'\n"
@@ -79558,7 +79558,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:497
+#: ../v2v/virt-v2v.pod:498
 #, no-wrap
 msgid ""
 " RHEL 5         i686: install 'kernel-PAE'\n"
@@ -79567,7 +79567,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:500
+#: ../v2v/virt-v2v.pod:501
 #, no-wrap
 msgid ""
 " SLES 10        i586 with > 10GB of RAM: install 'kernel-bigsmp'\n"
@@ -79579,7 +79579,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:506
+#: ../v2v/virt-v2v.pod:507
 #, no-wrap
 msgid ""
 " SLES 11+       i586: install 'kernel-pae'\n"
@@ -79588,7 +79588,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:509
+#: ../v2v/virt-v2v.pod:510
 #, no-wrap
 msgid ""
 " Windows        (Does not apply, as there is no Xen PV Windows kernel)\n"
@@ -79596,19 +79596,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:511
+#: ../v2v/virt-v2v.pod:512
 msgid "ENABLING VIRTIO"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:513
+#: ../v2v/virt-v2v.pod:514
 msgid ""
 "\"Virtio\" is the name for a set of drivers which make disk (block device), "
 "network and other guest operations work much faster on KVM."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:516
+#: ../v2v/virt-v2v.pod:517
 msgid ""
 "Older versions of virt-v2v could install these drivers for certain Linux "
 "guests.  This version of virt-v2v does I<not> attempt to install new Linux "
@@ -79616,7 +79616,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:521
+#: ../v2v/virt-v2v.pod:522
 msgid ""
 "In order to enable virtio, and hence improve performance of the guest after "
 "conversion, you should ensure that the B<minimum> versions of packages are "
@@ -79624,7 +79624,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:526
+#: ../v2v/virt-v2v.pod:527
 #, no-wrap
 msgid ""
 " RHEL 3         No virtio drivers are available\n"
@@ -79632,7 +79632,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:528
+#: ../v2v/virt-v2v.pod:529
 #, no-wrap
 msgid ""
 " RHEL 4         kernel >= 2.5.9-89.EL\n"
@@ -79640,7 +79640,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:530
+#: ../v2v/virt-v2v.pod:531
 #, no-wrap
 msgid ""
 " RHEL 5         kernel >= 2.6.18-128.el5\n"
@@ -79650,7 +79650,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:534
+#: ../v2v/virt-v2v.pod:535
 #, no-wrap
 msgid ""
 " RHEL 6+        All versions support virtio\n"
@@ -79658,7 +79658,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:536
+#: ../v2v/virt-v2v.pod:537
 #, no-wrap
 msgid ""
 " Fedora         All versions support virtio\n"
@@ -79666,7 +79666,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:538
+#: ../v2v/virt-v2v.pod:539
 #, no-wrap
 msgid ""
 " SLES 11+       All versions support virtio\n"
@@ -79674,7 +79674,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:540
+#: ../v2v/virt-v2v.pod:541
 #, no-wrap
 msgid ""
 " SLES 10        kernel >= 2.6.16.60-0.85.1\n"
@@ -79682,7 +79682,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:542
+#: ../v2v/virt-v2v.pod:543
 #, no-wrap
 msgid ""
 " OpenSUSE 11+   All versions support virtio\n"
@@ -79690,7 +79690,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:544
+#: ../v2v/virt-v2v.pod:545
 #, no-wrap
 msgid ""
 " OpenSUSE 10    kernel >= 2.6.25.5-1.1\n"
@@ -79698,7 +79698,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:546
+#: ../v2v/virt-v2v.pod:547
 #, no-wrap
 msgid ""
 " Windows        Drivers are installed from /usr/share/virtio-win\n"
@@ -79707,12 +79707,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:549
+#: ../v2v/virt-v2v.pod:550
 msgid "NETWORKS AND BRIDGES"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:551
+#: ../v2v/virt-v2v.pod:552
 msgid ""
 "Guests are usually connected to one or more networks, and when converted to "
 "the target hypervisor you usually want to reconnect those networks at the "
@@ -79720,7 +79720,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:556
+#: ../v2v/virt-v2v.pod:557
 msgid ""
 "If you are unsure of what networks and bridges are in use on the source "
 "hypervisor, then you can examine the source metadata (libvirt XML, vCenter "
@@ -79730,14 +79730,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:562
+#: ../v2v/virt-v2v.pod:563
 msgid ""
 "In the I<--print-source> output you will see a section showing the guest's "
 "Network Interface Cards (NICs):"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:565
+#: ../v2v/virt-v2v.pod:566
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -79748,21 +79748,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:570
+#: ../v2v/virt-v2v.pod:571
 msgid ""
 "This is typical of a libvirt guest: It has a single network interface "
 "connected to a network called C<default>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:573
+#: ../v2v/virt-v2v.pod:574
 msgid ""
 "To map a specific network to a target network, for example C<default> on the "
 "source to C<rhevm> on the target, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:576
+#: ../v2v/virt-v2v.pod:577
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network default:rhevm\n"
@@ -79770,12 +79770,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:578
+#: ../v2v/virt-v2v.pod:579
 msgid "To map every network to a target network, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:580
+#: ../v2v/virt-v2v.pod:581
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network rhevm\n"
@@ -79783,14 +79783,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:582
+#: ../v2v/virt-v2v.pod:583
 msgid ""
 "Bridges are handled in the same way, but you have to use the I<--bridge> "
 "option instead.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:585
+#: ../v2v/virt-v2v.pod:586
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -79801,7 +79801,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:590
+#: ../v2v/virt-v2v.pod:591
 #, no-wrap
 msgid ""
 " $ virt-v2v [...] --bridge br0:targetbr\n"
@@ -79809,22 +79809,22 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:592
+#: ../v2v/virt-v2v.pod:593
 msgid "INPUT FROM VMWARE VCENTER SERVER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:594
+#: ../v2v/virt-v2v.pod:595
 msgid "Virt-v2v is able to import guests from VMware vCenter Server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:596
+#: ../v2v/virt-v2v.pod:597
 msgid "Note that virt-v2v B<cannot> import guests directly from an ESXi hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:599
+#: ../v2v/virt-v2v.pod:600
 msgid ""
 "Virt-v2v uses libvirt for access to vCenter, and therefore the input mode "
 "should be I<-i libvirt>.  As this is the default, you don't need to specify "
@@ -79832,12 +79832,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:603
+#: ../v2v/virt-v2v.pod:604
 msgid "The libvirt URI of a vCenter server looks something like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:605
+#: ../v2v/virt-v2v.pod:606
 #, no-wrap
 msgid ""
 " vpx://user@server/Datacenter/esxi\n"
@@ -79845,7 +79845,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:607
+#: ../v2v/virt-v2v.pod:608
 msgid ""
 "where C<user@> is the (optional, but recommended) user to connect as, "
 "C<server> is the vCenter Server (I<not> hypervisor), C<Datacenter> is the "
@@ -79854,24 +79854,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:612
+#: ../v2v/virt-v2v.pod:613
 msgid "For full details of libvirt URIs, see: L<http://libvirt.org/drvesx.html>"
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:614
+#: ../v2v/virt-v2v.pod:615
 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:616
+#: ../v2v/virt-v2v.pod:617
 msgid ""
 "Use the L<virsh(1)> command to list the guests on the vCenter Server like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:619
+#: ../v2v/virt-v2v.pod:620
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n"
@@ -79880,7 +79880,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:622
+#: ../v2v/virt-v2v.pod:623
 #, no-wrap
 msgid ""
 "  Id    Name                           State\n"
@@ -79891,7 +79891,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:627
+#: ../v2v/virt-v2v.pod:628
 msgid ""
 "If you get an error \"Peer certificate cannot be authenticated with given CA "
 "certificates\" or similar, then you can either import the ESX host's "
@@ -79900,7 +79900,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:632
+#: ../v2v/virt-v2v.pod:633
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list "
@@ -79909,14 +79909,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:634 ../v2v/virt-v2v.pod:702
+#: ../v2v/virt-v2v.pod:635 ../v2v/virt-v2v.pod:703
 msgid ""
 "You should also try dumping the metadata from any guest on your server, like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:637
+#: ../v2v/virt-v2v.pod:638
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows "
@@ -79929,7 +79929,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:643
+#: ../v2v/virt-v2v.pod:644
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration and/or your VMware vCenter Server "
@@ -79937,17 +79937,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:647
+#: ../v2v/virt-v2v.pod:648
 msgid "ESX: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:649
+#: ../v2v/virt-v2v.pod:650
 msgid "To import a particular guest from vCenter Server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:651
+#: ../v2v/virt-v2v.pod:652
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' "
@@ -79958,12 +79958,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:655
+#: ../v2v/virt-v2v.pod:656
 msgid "where C<Windows 2003> is the name of the guest (which must be shut down)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:658
+#: ../v2v/virt-v2v.pod:659
 msgid ""
 "Note that you may be asked for the vCenter password I<twice>.  This happens "
 "once because libvirt needs it, and a second time because virt-v2v itself "
@@ -79971,7 +79971,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:662 ../v2v/virt-v2v.pod:726
+#: ../v2v/virt-v2v.pod:663 ../v2v/virt-v2v.pod:727
 msgid ""
 "In this case the output flags are set to write the converted guest to a "
 "temporary directory as this is just an example, but you can also write to "
@@ -79979,17 +79979,17 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:666
+#: ../v2v/virt-v2v.pod:667
 msgid "INPUT FROM RHEL 5 XEN"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:668
+#: ../v2v/virt-v2v.pod:669
 msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:670
+#: ../v2v/virt-v2v.pod:671
 msgid ""
 "Virt-v2v uses libvirt for access to the remote Xen host, and therefore the "
 "input mode should be I<-i libvirt>.  As this is the default, you don't need "
@@ -79997,33 +79997,33 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:674
+#: ../v2v/virt-v2v.pod:675
 msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:676
+#: ../v2v/virt-v2v.pod:677
 msgid ""
 "Currently you must enable passwordless SSH access to the remote Xen host "
 "from the virt-v2v conversion server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:679
+#: ../v2v/virt-v2v.pod:680
 msgid ""
 "You must also use ssh-agent, and add your ssh public key to "
 "C</root/.ssh/authorized_keys> (on the Xen host)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:682
+#: ../v2v/virt-v2v.pod:683
 msgid ""
 "After doing this, you should check that passwordless access works from the "
 "virt-v2v server to the Xen host.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:685
+#: ../v2v/virt-v2v.pod:686
 #, no-wrap
 msgid ""
 " $ ssh root at xen.example.com\n"
@@ -80032,24 +80032,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:688
+#: ../v2v/virt-v2v.pod:689
 msgid ""
 "Note that password-interactive and Kerberos access are B<not> supported.  "
 "You B<have> to set up ssh access using ssh-agent and authorized_keys."
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:692
+#: ../v2v/virt-v2v.pod:693
 msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:694
+#: ../v2v/virt-v2v.pod:695
 msgid "Use the L<virsh(1)> command to list the guests on the remote Xen host:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:696
+#: ../v2v/virt-v2v.pod:697
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com list --all\n"
@@ -80061,7 +80061,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:705
+#: ../v2v/virt-v2v.pod:706
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n"
@@ -80073,7 +80073,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:711
+#: ../v2v/virt-v2v.pod:712
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration or the remote server before "
@@ -80081,17 +80081,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:715
+#: ../v2v/virt-v2v.pod:716
 msgid "XEN: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:717
+#: ../v2v/virt-v2v.pod:718
 msgid "To import a particular guest from a Xen server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:719
+#: ../v2v/virt-v2v.pod:720
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n"
@@ -80101,59 +80101,59 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:723
+#: ../v2v/virt-v2v.pod:724
 msgid ""
 "where C<rhel49-x86_64-pv> is the name of the guest (which must be shut "
 "down)."
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:730
+#: ../v2v/virt-v2v.pod:731
 msgid "OUTPUT TO LIBVIRT"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:732
+#: ../v2v/virt-v2v.pod:733
 msgid ""
 "The I<-o libvirt> option lets you upload the converted guest to a "
 "libvirt-managed host.  There are several limitations:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:739
+#: ../v2v/virt-v2v.pod:740
 msgid ""
 "You can only use a local libvirt connection [see below for how to workaround "
 "this]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:744
+#: ../v2v/virt-v2v.pod:745
 msgid ""
 "The I<-os pool> option must specify a directory pool, not anything more "
 "exotic such as iSCSI [but see below]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:749
+#: ../v2v/virt-v2v.pod:750
 msgid "You can only upload to a KVM hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:753
+#: ../v2v/virt-v2v.pod:754
 msgid ""
 "B<To output to a remote libvirt instance and/or a non-directory storage "
 "pool> you have to use the following workaround:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:760
+#: ../v2v/virt-v2v.pod:761
 msgid ""
 "Use virt-v2v in I<-o local> mode to convert the guest disks and metadata "
 "into a local temporary directory:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:763
+#: ../v2v/virt-v2v.pod:764
 #, no-wrap
 msgid ""
 " virt-v2v [...] -o local -os /var/tmp\n"
@@ -80161,12 +80161,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:765
+#: ../v2v/virt-v2v.pod:766
 msgid "This creates two (or more) files in C</var/tmp> called:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:767
+#: ../v2v/virt-v2v.pod:768
 #, no-wrap
 msgid ""
 " /var/tmp/NAME.xml     # the libvirt XML (metadata)\n"
@@ -80175,17 +80175,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:770
+#: ../v2v/virt-v2v.pod:771
 msgid "(for C<NAME> substitute the guest's name)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:774
+#: ../v2v/virt-v2v.pod:775
 msgid "Upload the converted disk(s) into the storage pool called C<POOL>:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:776
+#: ../v2v/virt-v2v.pod:777
 #, no-wrap
 msgid ""
 " size=$(stat -c%s /var/tmp/NAME-sda)\n"
@@ -80195,14 +80195,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:782
+#: ../v2v/virt-v2v.pod:783
 msgid ""
 "Edit C</var/tmp/NAME.xml> to change C</var/tmp/NAME-sda> to the pool name.  "
 "In other words, locate the following bit of XML:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:785
+#: ../v2v/virt-v2v.pod:786
 #, no-wrap
 msgid ""
 " <disk type='file' device='disk'>\n"
@@ -80214,7 +80214,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:791
+#: ../v2v/virt-v2v.pod:792
 msgid ""
 "and change two things: The C<type='file'> attribute must be changed to "
 "C<type='volume'>, and the C<E<lt>sourceE<gt>> element must be changed to "
@@ -80222,7 +80222,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:795
+#: ../v2v/virt-v2v.pod:796
 #, no-wrap
 msgid ""
 " <disk type='volume' device='disk'>\n"
@@ -80234,12 +80234,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:803
+#: ../v2v/virt-v2v.pod:804
 msgid "Define the final guest in libvirt:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:805
+#: ../v2v/virt-v2v.pod:806
 #, no-wrap
 msgid ""
 " virsh define /var/tmp/NAME.xml\n"
@@ -80247,19 +80247,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:809
+#: ../v2v/virt-v2v.pod:810
 msgid "MINIMAL XML FOR -i libvirtxml OPTION"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:811
+#: ../v2v/virt-v2v.pod:812
 msgid ""
 "When using the I<-i libvirtxml> option, you have to supply some libvirt "
 "XML.  Writing this from scratch is hard, so the template below is helpful."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:815
+#: ../v2v/virt-v2v.pod:816
 msgid ""
 "B<Note this should only be used for testing and/or where you know what "
 "you're doing!> If you have libvirt metadata for the guest, always use that "
@@ -80267,7 +80267,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:819
+#: ../v2v/virt-v2v.pod:820
 #, no-wrap
 msgid ""
 " <domain type='kvm'>\n"
@@ -80300,7 +80300,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:848
+#: ../v2v/virt-v2v.pod:849
 msgid ""
 "The I<--machine-readable> option can be used to make the output more machine "
 "friendly, which is useful when calling virt-v2v from other programs, GUIs "
@@ -80308,14 +80308,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:854
+#: ../v2v/virt-v2v.pod:855
 msgid ""
 "Firstly use the option on its own to query the capabilities of the virt-v2v "
 "binary.  Typical output looks like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:857
+#: ../v2v/virt-v2v.pod:858
 #, no-wrap
 msgid ""
 " $ virt-v2v --machine-readable\n"
@@ -80325,7 +80325,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:886
+#: ../v2v/virt-v2v.pod:887
 msgid ""
 "The calling program should treat messages sent to stderr as error messages.  "
 "In addition, virt-v2v exits with a non-zero status code if there was a fatal "
@@ -80333,36 +80333,36 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:892
+#: ../v2v/virt-v2v.pod:893
 msgid ""
 "Virt-v2v E<le> 0.9.1 did not support the I<--machine-readable> option at "
 "all.  The option was added when virt-v2v was rewritten in 2014."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:899
+#: ../v2v/virt-v2v.pod:900
 msgid "C</usr/share/virtio-win>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:901 ../v2v/virt-v2v.pod:955
+#: ../v2v/virt-v2v.pod:902 ../v2v/virt-v2v.pod:956
 msgid "(Optional)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:903
+#: ../v2v/virt-v2v.pod:904
 msgid ""
 "If this directory is present, then virtio drivers for Windows guests will be "
 "found from this directory and installed in the guest during conversion."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:913
+#: ../v2v/virt-v2v.pod:914
 msgid "C<TMPDIR>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:924
+#: ../v2v/virt-v2v.pod:925
 msgid ""
 "Note that if C<$TMPDIR> is a tmpfs (eg. if C</tmp> is on tmpfs, or if you "
 "use C<TMPDIR=/dev/shm>), tmpfs defaults to a maximum size of I<half> of "
@@ -80372,31 +80372,31 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:934
+#: ../v2v/virt-v2v.pod:935
 msgid ""
 "This can point to the directory containing data files used for Windows "
 "conversion."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:946
+#: ../v2v/virt-v2v.pod:947
 msgid "(Required when doing conversions of Windows guests)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:948
+#: ../v2v/virt-v2v.pod:949
 msgid ""
 "This is the RHSrvAny Windows binary, used to install a \"firstboot\" script "
 "in the guest during conversion of Windows guests."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:953
+#: ../v2v/virt-v2v.pod:954
 msgid "C<rhev-apt.exe>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:957
+#: ../v2v/virt-v2v.pod:958
 msgid ""
 "The RHEV Application Provisioning Tool (RHEV APT).  If this file is present, "
 "then RHEV APT will be installed in the Windows guest during conversion.  "
@@ -80406,14 +80406,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:963
+#: ../v2v/virt-v2v.pod:964
 msgid ""
 "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not "
 "distributed with virt-v2v."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:974
+#: ../v2v/virt-v2v.pod:975
 msgid ""
 "L<virt-p2v(1)>, L<virt-customize(1)>, L<virt-df(1)>, L<virt-filesystems(1)>, "
 "L<virt-sparsify(1)>, L<virt-sysprep(1)>, L<guestfs(3)>, L<guestfish(1)>, "
@@ -80421,16 +80421,16 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:991
+#: ../v2v/virt-v2v.pod:992
 msgid "Mike Latimer"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:993
+#: ../v2v/virt-v2v.pod:994
 msgid "Shahar Havivi"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:995
+#: ../v2v/virt-v2v.pod:996
 msgid "Tingting Zheng"
 msgstr ""
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 2f4d5d3..2b84602 100644
--- a/po-docs/uk.po
+++ b/po-docs/uk.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: libguestfs at redhat.com\n"
-"POT-Creation-Date: 2014-09-12 22:42+0200\n"
+"POT-Creation-Date: 2014-09-15 10:59+0200\n"
 "PO-Revision-Date: 2014-07-22 18:04+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libguestfs/"
@@ -736,7 +736,7 @@ msgstr ""
 #: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178
 #: ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:511
 #: ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211
-#: ../v2v/virt-v2v.pod:368
+#: ../v2v/virt-v2v.pod:369
 msgid "B<-q>"
 msgstr "B<-q>"
 
@@ -744,7 +744,7 @@ msgstr "B<-q>"
 #: ../align/virt-alignment-scan.pod:179 ../builder/virt-builder.pod:452
 #: ../customize/virt-customize.pod:180 ../fuse/guestunmount.pod:85
 #: ../resize/virt-resize.pod:513 ../sparsify/virt-sparsify.pod:245
-#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:370
+#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:371
 msgid "B<--quiet>"
 msgstr "B<--quiet>"
 
@@ -794,7 +794,7 @@ msgstr ""
 #: ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:243
 #: ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:581
 #: ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219
-#: ../v2v/virt-v2v.pod:450
+#: ../v2v/virt-v2v.pod:451
 msgid "B<-v>"
 msgstr "B<-v>"
 
@@ -809,7 +809,7 @@ msgstr "B<-v>"
 #: ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:245
 #: ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:583
 #: ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221
-#: ../v2v/virt-v2v.pod:452
+#: ../v2v/virt-v2v.pod:453
 msgid "B<--verbose>"
 msgstr "B<--verbose>"
 
@@ -821,7 +821,7 @@ msgstr "B<--verbose>"
 #: ../edit/virt-edit.pod:207 ../format/virt-format.pod:157
 #: ../inspector/virt-inspector.pod:120 ../rescue/virt-rescue.pod:242
 #: ../sparsify/virt-sparsify.pod:296 ../sysprep/virt-sysprep.pod:223
-#: ../v2v/virt-v2v.pod:454
+#: ../v2v/virt-v2v.pod:455
 msgid "Enable verbose messages for debugging."
 msgstr "Увімкнути докладний показ повідомлень з метою діагностики."
 
@@ -840,7 +840,7 @@ msgstr "Увімкнути докладний показ повідомлень
 #: ../p2v/virt-p2v.pod:249 ../rescue/virt-rescue.pod:244
 #: ../resize/virt-resize.pod:587 ../sparsify/virt-sparsify.pod:298
 #: ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59
-#: ../v2v/virt-v2v.pod:456
+#: ../v2v/virt-v2v.pod:457
 msgid "B<-V>"
 msgstr "B<-V>"
 
@@ -860,7 +860,7 @@ msgstr "B<-V>"
 #: ../resize/virt-resize.pod:589 ../sparsify/virt-sparsify.pod:300
 #: ../sysprep/virt-sysprep.pod:227 ../test-tool/libguestfs-test-tool.pod:61
 #: ../tools/virt-list-filesystems:68 ../tools/virt-list-partitions:69
-#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:458
+#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:459
 msgid "B<--version>"
 msgstr "B<--version>"
 
@@ -876,7 +876,7 @@ msgstr "B<--version>"
 #: ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:591
 #: ../sparsify/virt-sparsify.pod:302 ../sysprep/virt-sysprep.pod:229
 #: ../tools/virt-list-filesystems:70 ../tools/virt-list-partitions:71
-#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:460
+#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:461
 msgid "Display version number and exit."
 msgstr "Показати дані щодо версії і завершити роботу."
 
@@ -891,7 +891,7 @@ msgstr "Показати дані щодо версії і завершити р
 #: ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259
 #: ../resize/virt-resize.pod:593 ../sparsify/virt-sparsify.pod:304
 #: ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155
-#: ../v2v/virt-v2v.pod:471
+#: ../v2v/virt-v2v.pod:472
 msgid "B<-x>"
 msgstr "B<-x>"
 
@@ -904,7 +904,7 @@ msgstr "B<-x>"
 #: ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130
 #: ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:595
 #: ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233
-#: ../v2v/virt-v2v.pod:473
+#: ../v2v/virt-v2v.pod:474
 msgid "Enable tracing of libguestfs API calls."
 msgstr "Увімкнути трасування викликів програмного інтерфейсу libguestfs."
 
@@ -1375,9 +1375,9 @@ msgstr "Ця програма повертає:"
 #: ../sysprep/virt-sysprep.pod:411 ../tools/virt-win-reg:194
 #: ../tools/virt-win-reg:199 ../tools/virt-win-reg:205
 #: ../tools/virt-win-reg:754 ../tools/virt-win-reg:760
-#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:430 ../v2v/virt-v2v.pod:434
-#: ../v2v/virt-v2v.pod:439 ../v2v/virt-v2v.pod:737 ../v2v/virt-v2v.pod:742
-#: ../v2v/virt-v2v.pod:747
+#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:431 ../v2v/virt-v2v.pod:435
+#: ../v2v/virt-v2v.pod:440 ../v2v/virt-v2v.pod:738 ../v2v/virt-v2v.pod:743
+#: ../v2v/virt-v2v.pod:748
 msgid "*"
 msgstr "*"
 
@@ -1455,7 +1455,7 @@ msgstr ""
 #: ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4748
 #: ../sysprep/virt-sysprep.pod:548 ../test-tool/libguestfs-test-tool.pod:180
 #: ../tools/virt-list-filesystems:181 ../tools/virt-list-partitions:263
-#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:972
+#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:973
 msgid "SEE ALSO"
 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
 
@@ -1495,7 +1495,7 @@ msgstr "АВТОР"
 #: ../resize/virt-resize.pod:781 ../sparsify/virt-sparsify.pod:454
 #: ../sysprep/virt-sysprep.pod:567 ../tools/virt-list-filesystems:195
 #: ../tools/virt-list-partitions:276 ../tools/virt-tar:308
-#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:987
+#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:988
 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 
@@ -1526,7 +1526,7 @@ msgstr "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
 #: ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4812
 #: ../sysprep/virt-sysprep.pod:571 ../test-tool/libguestfs-test-tool.pod:190
 #: ../tools/virt-list-filesystems:197 ../tools/virt-list-partitions:278
-#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:997
+#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:998
 msgid "COPYRIGHT"
 msgstr "АВТОРСЬКІ ПРАВА"
 
@@ -1843,7 +1843,7 @@ msgstr ""
 #: ../p2v/virt-p2v-make-kickstart.pod:175 ../rescue/virt-rescue.pod:388
 #: ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4640
 #: ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175
-#: ../v2v/virt-v2v.pod:909
+#: ../v2v/virt-v2v.pod:910
 msgid "ENVIRONMENT VARIABLES"
 msgstr "ЗМІННІ СЕРЕДОВИЩА"
 
@@ -1882,7 +1882,7 @@ msgstr ""
 #: ../python/examples/guestfs-python.pod:65
 #: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4808
 #: ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186
-#: ../v2v/virt-v2v.pod:985
+#: ../v2v/virt-v2v.pod:986
 msgid "AUTHORS"
 msgstr "АВТОРИ"
 
@@ -1913,7 +1913,7 @@ msgstr "Richard W.M. Jones (C<rjones at redhat dot com>)"
 #: ../p2v/virt-p2v-make-kickstart.pod:201 ../p2v/virt-p2v.pod:273
 #: ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4814
 #: ../test-tool/libguestfs-test-tool.pod:192 ../tools/virt-list-partitions:280
-#: ../v2v/virt-v2v.pod:999
+#: ../v2v/virt-v2v.pod:1000
 msgid "Copyright (C) 2009-2014 Red Hat Inc."
 msgstr "© Red Hat Inc., 2009–2014"
 
@@ -2803,13 +2803,13 @@ msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:445
-#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:211
+#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:212
 msgid "B<--machine-readable>"
 msgstr "B<--machine-readable>"
 
 #. type: textblock
 #: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:447
-#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:213
+#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:214
 msgid ""
 "This option is used to make the output more machine friendly when being "
 "parsed by other programs.  See L</MACHINE READABLE OUTPUT> below."
@@ -2905,8 +2905,8 @@ msgstr ""
 #: ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29
 #: ../resize/virt-resize.pod:627 ../sparsify/virt-sparsify.pod:366
 #: ../src/guestfs.pod:485 ../src/guestfs.pod:1819 ../src/guestfs.pod:2091
-#: ../src/guestfs.pod:2389 ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:758
-#: ../v2v/virt-v2v.pod:871
+#: ../src/guestfs.pod:2389 ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:759
+#: ../v2v/virt-v2v.pod:872
 msgid "1."
 msgstr "1."
 
@@ -2925,8 +2925,8 @@ msgstr ""
 #: ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42
 #: ../resize/virt-resize.pod:634 ../sparsify/virt-sparsify.pod:373
 #: ../src/guestfs.pod:491 ../src/guestfs.pod:1823 ../src/guestfs.pod:2095
-#: ../src/guestfs.pod:2393 ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:772
-#: ../v2v/virt-v2v.pod:878
+#: ../src/guestfs.pod:2393 ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:773
+#: ../v2v/virt-v2v.pod:879
 msgid "2."
 msgstr "2."
 
@@ -2944,8 +2944,8 @@ msgstr ""
 #: ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343
 #: ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:640
 #: ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502
-#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:780
-#: ../v2v/virt-v2v.pod:884
+#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:781
+#: ../v2v/virt-v2v.pod:885
 msgid "3."
 msgstr "3."
 
@@ -2960,7 +2960,7 @@ msgstr ""
 #. type: =item
 #: ../builder/virt-builder.pod:405 ../customize/virt-customize.pod:172
 #: ../rescue/virt-rescue.pod:352 ../resize/virt-resize.pod:59
-#: ../v2v/virt-v2v.pod:801
+#: ../v2v/virt-v2v.pod:802
 msgid "4."
 msgstr "4."
 
@@ -5511,7 +5511,7 @@ msgstr ""
 
 #. type: =head1
 #: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:599
-#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:846
+#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:847
 msgid "MACHINE READABLE OUTPUT"
 msgstr ""
 
@@ -5546,7 +5546,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:617
-#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:861
+#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:862
 msgid ""
 "A list of features is printed, one per line, and the program exits with "
 "status 0."
@@ -5595,7 +5595,7 @@ msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220
-#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:932
+#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:933
 msgid "C<VIRT_TOOLS_DATA_DIR>"
 msgstr ""
 
@@ -5609,7 +5609,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225
-#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:937
+#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:938
 msgid ""
 "Normally you do not need to set this.  If not set, a compiled-in default "
 "will be used (something like C</usr/share/virt-tools>)."
@@ -5617,13 +5617,13 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228
-#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:940
+#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:941
 msgid "This directory may contain the following files:"
 msgstr ""
 
 #. type: =item
 #: ../builder/virt-builder.pod:1657 ../customize/virt-customize.pod:232
-#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:944
+#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:945
 msgid "C<rhsrvany.exe>"
 msgstr ""
 
@@ -5638,7 +5638,7 @@ msgstr ""
 
 #. type: textblock
 #: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238
-#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:951
+#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:952
 msgid "See also: C<https://github.com/rwmjones/rhsrvany>"
 msgstr ""
 
@@ -8698,7 +8698,7 @@ msgstr ""
 
 #. type: textblock
 #: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426
-#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:970
+#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:971
 msgid ""
 "For other environment variables, see L<guestfs(3)/ENVIRONMENT VARIABLES>."
 msgstr ""
@@ -8834,7 +8834,7 @@ msgstr ""
 #: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537
 #: ../fuse/guestmount.pod:391 ../p2v/virt-p2v-make-disk.pod:71
 #: ../p2v/virt-p2v-make-kickstart.pod:159 ../rescue/virt-rescue.pod:393
-#: ../v2v/virt-v2v.pod:895
+#: ../v2v/virt-v2v.pod:896
 msgid "FILES"
 msgstr "ФАЙЛИ"
 
@@ -51119,7 +51119,7 @@ msgstr ""
 "L<virt-resize(1)>, L<http://libguestfs.org/>."
 
 #. type: textblock
-#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:989
+#: ../p2v/virt-p2v.pod:269 ../v2v/virt-v2v.pod:990
 msgid "Matthew Booth"
 msgstr ""
 
@@ -53131,7 +53131,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:605 ../sparsify/virt-sparsify.pod:346
-#: ../v2v/virt-v2v.pod:852
+#: ../v2v/virt-v2v.pod:853
 msgid "There are two ways to use this option."
 msgstr "Існує два способи використання цього параметра."
 
@@ -53164,7 +53164,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:620 ../sparsify/virt-sparsify.pod:359
-#: ../v2v/virt-v2v.pod:864
+#: ../v2v/virt-v2v.pod:865
 msgid ""
 "Secondly use the option in conjunction with other options to make the "
 "regular program output more machine friendly."
@@ -53172,13 +53172,13 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:623 ../sparsify/virt-sparsify.pod:362
-#: ../v2v/virt-v2v.pod:867
+#: ../v2v/virt-v2v.pod:868
 msgid "At the moment this means:"
 msgstr "У поточній версії це означає таке:"
 
 #. type: textblock
 #: ../resize/virt-resize.pod:629 ../sparsify/virt-sparsify.pod:368
-#: ../v2v/virt-v2v.pod:873
+#: ../v2v/virt-v2v.pod:874
 msgid ""
 "Progress bar messages can be parsed from stdout by looking for this regular "
 "expression:"
@@ -53186,7 +53186,7 @@ msgstr ""
 
 #. type: verbatim
 #: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:371
-#: ../v2v/virt-v2v.pod:876
+#: ../v2v/virt-v2v.pod:877
 #, no-wrap
 msgid ""
 " ^[0-9]+/[0-9]+$\n"
@@ -53197,7 +53197,7 @@ msgstr ""
 
 #. type: textblock
 #: ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:375
-#: ../v2v/virt-v2v.pod:880
+#: ../v2v/virt-v2v.pod:881
 msgid ""
 "The calling program should treat messages sent to stdout (except for "
 "progress bar messages) as status messages.  They can be logged and/or "
@@ -53881,7 +53881,7 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:372
+#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:373
 msgid "This disables progress bars and other unnecessary output."
 msgstr ""
 
@@ -54061,7 +54061,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:915
+#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:916
 msgid ""
 "Location of the temporary directory used for the potentially large temporary "
 "overlay file."
@@ -54075,7 +54075,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:918
+#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:919
 msgid ""
 "You should ensure there is enough free space in the worst case for a full "
 "copy of the source disk (I<virtual> size), or else set C<$TMPDIR> to point "
@@ -54083,7 +54083,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:922
+#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:923
 msgid "This defaults to C</tmp>."
 msgstr "Типовим значенням є C</tmp>."
 
@@ -54098,7 +54098,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:930
+#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:931
 #, no-wrap
 msgid ""
 " mount -o remount,size=10G /tmp\n"
@@ -87185,22 +87185,22 @@ msgstr ""
 #. type: textblock
 #: ../v2v/virt-v2v.pod:169
 msgid ""
-"In this mode you have to specify a libvirt guest name on the command line.  "
-"You may also specify a libvirt connection URI (see I<-ic>)."
+"In this mode you have to specify a libvirt guest name or UUID on the command "
+"line.  You may also specify a libvirt connection URI (see I<-ic>)."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:172
+#: ../v2v/virt-v2v.pod:173
 msgid "B<-i libvirtxml>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:174
+#: ../v2v/virt-v2v.pod:175
 msgid "Set the input method to I<libvirtxml>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:176
+#: ../v2v/virt-v2v.pod:177
 msgid ""
 "In this mode you have to pass a libvirt XML file on the command line.  This "
 "file is read in order to get metadata about the source guest (such as its "
@@ -87209,31 +87209,31 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:181
+#: ../v2v/virt-v2v.pod:182
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-i local>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:183
+#: ../v2v/virt-v2v.pod:184
 msgid "This is the same as I<-i disk>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:185
+#: ../v2v/virt-v2v.pod:186
 #, fuzzy
 #| msgid "B<-i>"
 msgid "B<-i ova>"
 msgstr "B<-i>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:187
+#: ../v2v/virt-v2v.pod:188
 msgid "Set the input method to I<ova>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:189
+#: ../v2v/virt-v2v.pod:190
 msgid ""
 "In this mode you can read a VMware ova file.  Virt-v2v will read the ova "
 "manifest file and check the vmdk volumes for validity (checksums)  as well "
@@ -87241,19 +87241,19 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:193
+#: ../v2v/virt-v2v.pod:194
 msgid "B<-ic> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:195
+#: ../v2v/virt-v2v.pod:196
 msgid ""
 "Specify a libvirt connection URI to use when reading the guest.  This is "
 "only used when S<I<-i libvirt>>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:198
+#: ../v2v/virt-v2v.pod:199
 msgid ""
 "Only local libvirt connections, ESX connections, or RHEL 5 Xen remote "
 "connections can be used.  Other remote libvirt connections will not work in "
@@ -87261,54 +87261,54 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:202
+#: ../v2v/virt-v2v.pod:203
 msgid ""
 "See also L</INPUT FROM VMWARE VCENTER SERVER>, L</INPUT FROM RHEL 5 XEN> "
 "below."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:205
+#: ../v2v/virt-v2v.pod:206
 #, fuzzy
 #| msgid "B<--format>"
 msgid "B<-if> format"
 msgstr "B<--format>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:207
+#: ../v2v/virt-v2v.pod:208
 msgid ""
 "For I<-i disk> only, this specifies the format of the input disk image.  For "
 "other input methods you should specify the input format in the metadata."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:217
+#: ../v2v/virt-v2v.pod:218
 #, fuzzy
 #| msgid "B<--network>"
 msgid "B<--network> in:out"
 msgstr "B<--network>"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:219
+#: ../v2v/virt-v2v.pod:220
 #, fuzzy
 #| msgid "B<--network>"
 msgid "B<--network> out"
 msgstr "B<--network>"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:221
+#: ../v2v/virt-v2v.pod:222
 msgid "B<--bridge> in:out"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:223
+#: ../v2v/virt-v2v.pod:224
 #, fuzzy
 #| msgid "B<--merge>"
 msgid "B<--bridge> out"
 msgstr "B<--merge>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:225
+#: ../v2v/virt-v2v.pod:226
 msgid ""
 "Map network (or bridge) called C<in> to network (or bridge) called C<out>.  "
 "If no C<in:> prefix is given, all other networks (or bridges)  are mapped to "
@@ -87316,21 +87316,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:229
+#: ../v2v/virt-v2v.pod:230
 #, fuzzy
 #| msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
 msgid "See L</NETWORKS AND BRIDGES> below."
 msgstr "Див. L</OPENING DISKS FOR READ AND WRITE> нижче."
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:231
+#: ../v2v/virt-v2v.pod:232
 #, fuzzy
 #| msgid "B<--no-sync>"
 msgid "B<--no-copy>"
 msgstr "B<--no-sync>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:233
+#: ../v2v/virt-v2v.pod:234
 msgid ""
 "Don't copy the disks.  Instead, conversion is performed (and thrown away), "
 "and metadata is written, but no disks are created.  See also discussion of "
@@ -87338,7 +87338,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:237
+#: ../v2v/virt-v2v.pod:238
 msgid ""
 "This is useful in two cases: Either you want to test if conversion is likely "
 "to succeed, without the long copying process.  Or you are only interested in "
@@ -87346,40 +87346,40 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:241
+#: ../v2v/virt-v2v.pod:242
 msgid ""
 "This option is not compatible with I<-o libvirt> since it would create a "
 "faulty guest (one with no disks)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:244
+#: ../v2v/virt-v2v.pod:245
 msgid "This option is not compatible with I<-o glance> for technical reasons."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:246
+#: ../v2v/virt-v2v.pod:247
 #, fuzzy
 #| msgid "B<gdisk>"
 msgid "B<-o disk>"
 msgstr "B<gdisk>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:248
+#: ../v2v/virt-v2v.pod:249
 #, fuzzy
 #| msgid "This is the default."
 msgid "This is the same as I<-o local>."
 msgstr "Типове значення."
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:250
+#: ../v2v/virt-v2v.pod:251
 #, fuzzy
 #| msgid "B<-o kernel_cache>"
 msgid "B<-o glance>"
 msgstr "B<-o kernel_cache>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:252
+#: ../v2v/virt-v2v.pod:253
 msgid ""
 "Set the output method to OpenStack Glance.  In this mode the converted guest "
 "is uploaded to Glance.  You can control the image name by setting the I<-on> "
@@ -87387,41 +87387,41 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:256
+#: ../v2v/virt-v2v.pod:257
 msgid "B<-o libvirt>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:258
+#: ../v2v/virt-v2v.pod:259
 msgid "Set the output method to I<libvirt>.  This is the default."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:260
+#: ../v2v/virt-v2v.pod:261
 msgid ""
 "In this mode, the converted guest is created as a libvirt guest.  You may "
 "also specify a libvirt connection URI (see I<-oc>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:263
+#: ../v2v/virt-v2v.pod:264
 #, fuzzy
 #| msgid "see L</1 MB PARTITION ALIGNMENT> below."
 msgid "See L</OUTPUT TO LIBVIRT> below."
 msgstr "див. L</ВИРІВНЮВАННЯ РОЗДІЛІВ НА ПОЗНАЧКИ 1 МБ> нижче."
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:265
+#: ../v2v/virt-v2v.pod:266
 msgid "B<-o local>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:267
+#: ../v2v/virt-v2v.pod:268
 msgid "Set the output method to I<local>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:269
+#: ../v2v/virt-v2v.pod:270
 msgid ""
 "In this mode, the converted guest is written to a local directory specified "
 "by I<-os /dir> (the directory must exist).  The converted guest's disks are "
@@ -87429,7 +87429,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:273
+#: ../v2v/virt-v2v.pod:274
 #, no-wrap
 msgid ""
 " /dir/name-sda\n"
@@ -87439,12 +87439,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:277
+#: ../v2v/virt-v2v.pod:278
 msgid "and a libvirt XML file is created containing guest metadata:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:279
+#: ../v2v/virt-v2v.pod:280
 #, no-wrap
 msgid ""
 " /dir/name.xml\n"
@@ -87452,53 +87452,53 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:281
+#: ../v2v/virt-v2v.pod:282
 msgid "where C<name> is the guest name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:283
+#: ../v2v/virt-v2v.pod:284
 #, fuzzy
 #| msgid "B<-o option>"
 msgid "B<-o null>"
 msgstr "B<-o параметр>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:285
+#: ../v2v/virt-v2v.pod:286
 msgid "Set the output method to I<null>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:287
+#: ../v2v/virt-v2v.pod:288
 msgid ""
 "The guest is converted and copied (unless you also specify I<--no-copy>), "
 "but the results are thrown away and no metadata is written."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:291
+#: ../v2v/virt-v2v.pod:292
 #, fuzzy
 #| msgid "B<-o option>"
 msgid "B<-o ovirt>"
 msgstr "B<-o параметр>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:293
+#: ../v2v/virt-v2v.pod:294
 msgid "This is the same as I<-o rhev>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:295
+#: ../v2v/virt-v2v.pod:296
 msgid "B<-o rhev>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:297
+#: ../v2v/virt-v2v.pod:298
 msgid "Set the output method to I<rhev>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:299
+#: ../v2v/virt-v2v.pod:300
 msgid ""
 "The converted guest is written to a RHEV Export Storage Domain.  The I<-os> "
 "parameter must also be used to specify the location of the Export Storage "
@@ -87507,116 +87507,116 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:304
+#: ../v2v/virt-v2v.pod:305
 #, fuzzy
 #| msgid "B<gdisk>"
 msgid "B<-o vdsm>"
 msgstr "B<gdisk>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:306
+#: ../v2v/virt-v2v.pod:307
 msgid "Set the output method to I<vdsm>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:308
+#: ../v2v/virt-v2v.pod:309
 msgid ""
 "This mode is similar to I<-o rhev> but is only used by RHEV VDSM when it "
 "runs virt-v2v under VDSM control."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:311
+#: ../v2v/virt-v2v.pod:312
 msgid "B<-oa sparse>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:313
+#: ../v2v/virt-v2v.pod:314
 msgid "B<-oa preallocated>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:315
+#: ../v2v/virt-v2v.pod:316
 msgid "Set the output file allocation mode.  The default is C<sparse>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:317
+#: ../v2v/virt-v2v.pod:318
 msgid "B<-oc> libvirtURI"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:319
+#: ../v2v/virt-v2v.pod:320
 msgid ""
 "Specify a libvirt connection to use when writing the converted guest.  This "
 "is only used when S<I<-o libvirt>>.  See L</OUTPUT TO LIBVIRT> below."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:322
+#: ../v2v/virt-v2v.pod:323
 msgid ""
 "Only local libvirt connections can be used.  Remote libvirt connections will "
 "not work."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:325
+#: ../v2v/virt-v2v.pod:326
 msgid "B<-of> format"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:327
+#: ../v2v/virt-v2v.pod:328
 msgid "When converting the guest, convert the disks to the given format."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:329
+#: ../v2v/virt-v2v.pod:330
 msgid "If not specified, then the input format is used."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:331
+#: ../v2v/virt-v2v.pod:332
 msgid "B<-on> name"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:333
+#: ../v2v/virt-v2v.pod:334
 msgid ""
 "Rename the guest when converting it.  If this option is not used then the "
 "output name is the same as the input name."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:336
+#: ../v2v/virt-v2v.pod:337
 msgid "B<-os> storage"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:338
+#: ../v2v/virt-v2v.pod:339
 msgid "The location of the storage for the converted guest."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:340
+#: ../v2v/virt-v2v.pod:341
 msgid ""
 "For I<-o libvirt>, this is a libvirt directory pool (see S<C<virsh pool-"
-"list>>)."
+"list>>) or pool UUID."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:343
+#: ../v2v/virt-v2v.pod:344
 msgid "For I<-o local>, this is a directory name.  The directory must exist."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:345
+#: ../v2v/virt-v2v.pod:346
 msgid ""
 "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the "
 "form C<E<lt>hostE<gt>:E<lt>pathE<gt>>, eg:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:348
+#: ../v2v/virt-v2v.pod:349
 #, no-wrap
 msgid ""
 " rhev-storage.example.com:/rhev/export\n"
@@ -87624,7 +87624,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:350
+#: ../v2v/virt-v2v.pod:351
 msgid ""
 "The NFS export must be mountable and writable by the user and host running "
 "virt-v2v, since the virt-v2v program has to actually mount it when it runs.  "
@@ -87632,7 +87632,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:354
+#: ../v2v/virt-v2v.pod:355
 msgid ""
 "B<Or:> You can mount the Export Storage Domain yourself, and point I<-os> to "
 "the mountpoint.  Note that virt-v2v will still need to write to this remote "
@@ -87640,21 +87640,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:359
+#: ../v2v/virt-v2v.pod:360
 msgid ""
 "You will get an error if virt-v2v is unable to mount/write to the Export "
 "Storage Domain."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:362
+#: ../v2v/virt-v2v.pod:363
 #, fuzzy
 #| msgid "B<--print-cache>"
 msgid "B<--print-source>"
 msgstr "B<--print-cache>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:364
+#: ../v2v/virt-v2v.pod:365
 msgid ""
 "Print information about the source guest and stop.  This option is useful "
 "when you are setting up network and bridge maps.  See L</NETWORKS AND "
@@ -87662,37 +87662,37 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:374
+#: ../v2v/virt-v2v.pod:375
 msgid "B<--root ask>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:376
+#: ../v2v/virt-v2v.pod:377
 msgid "B<--root single>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:378
+#: ../v2v/virt-v2v.pod:379
 msgid "B<--root first>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:380
+#: ../v2v/virt-v2v.pod:381
 msgid "B<--root> /dev/sdX"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:382
+#: ../v2v/virt-v2v.pod:383
 msgid "B<--root> /dev/VG/LV"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:384
+#: ../v2v/virt-v2v.pod:385
 msgid "Choose the root filesystem to be converted."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:386
+#: ../v2v/virt-v2v.pod:387
 msgid ""
 "In the case where the virtual machine is dual-boot or multi-boot, or where "
 "the VM has other filesystems that look like operating systems, this option "
@@ -87703,14 +87703,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:394
+#: ../v2v/virt-v2v.pod:395
 msgid ""
 "The default in virt-v2v E<le> 0.7.1 was S<I<--root single>>, which causes "
 "virt-v2v to die if a multi-boot operating system is found."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:397
+#: ../v2v/virt-v2v.pod:398
 msgid ""
 "Since virt-v2v E<ge> 0.7.2 the default is now S<I<--root ask>>: If the VM is "
 "found to be multi-boot, then virt-v2v will stop and list the possible root "
@@ -87719,7 +87719,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:402
+#: ../v2v/virt-v2v.pod:403
 msgid ""
 "S<I<--root first>> means to choose the first root device in the case of a "
 "multi-boot operating system.  Since this is a heuristic, it may sometimes "
@@ -87727,7 +87727,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:406
+#: ../v2v/virt-v2v.pod:407
 msgid ""
 "You can also name a specific root device, eg. S<I<--root /dev/sda2>> would "
 "mean to use the second partition on the first hard drive.  If the named root "
@@ -87736,7 +87736,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:411
+#: ../v2v/virt-v2v.pod:412
 msgid ""
 "Note that there is a bug in grub which prevents it from successfully booting "
 "a multiboot system if VirtIO is enabled.  Grub is only able to boot an "
@@ -87746,28 +87746,28 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:417
+#: ../v2v/virt-v2v.pod:418
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-image-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:419
+#: ../v2v/virt-v2v.pod:420
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-vol-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:421
+#: ../v2v/virt-v2v.pod:422
 #, fuzzy
 #| msgid "B<lvm-uuids> *"
 msgid "B<--vdsm-vm-uuid> UUID"
 msgstr "B<lvm-uuids> *"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:423
+#: ../v2v/virt-v2v.pod:424
 msgid ""
 "Normally the RHEV output mode chooses random UUIDs for the target guest.  "
 "However VDSM needs to control the UUIDs and passes these parameters when "
@@ -87775,48 +87775,48 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:432
+#: ../v2v/virt-v2v.pod:433
 msgid "the image directory (I<--vdsm-image-uuid>)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:436
+#: ../v2v/virt-v2v.pod:437
 msgid ""
 "UUIDs for each guest disk (I<--vdsm-vol-uuid>) (this option is passed once "
 "for each guest disk)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:441
+#: ../v2v/virt-v2v.pod:442
 msgid "the VM and OVF file (I<--vdsm-vm-uuid>)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:445
+#: ../v2v/virt-v2v.pod:446
 msgid ""
 "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex "
 "digit can be C<0-9> or C<a-f>), conforming to S<OSF DCE 1.1>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:448
+#: ../v2v/virt-v2v.pod:449
 msgid "These options can only be used with I<-o vdsm>."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:462
+#: ../v2v/virt-v2v.pod:463
 msgid "B<--vmtype desktop>"
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:464
+#: ../v2v/virt-v2v.pod:465
 #, fuzzy
 #| msgid "B<--merge>"
 msgid "B<--vmtype server>"
 msgstr "B<--merge>"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:466
+#: ../v2v/virt-v2v.pod:467
 msgid ""
 "For the I<-o rhev> or I<-o vdsm> targets only, specify the type of guest.  "
 "You can set this to C<desktop> or C<server>.  If the option is not given, "
@@ -87825,12 +87825,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:477
+#: ../v2v/virt-v2v.pod:478
 msgid "XEN PARAVIRTUALIZED GUESTS"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:479
+#: ../v2v/virt-v2v.pod:480
 msgid ""
 "Older versions of virt-v2v could turn a Xen paravirtualized (PV) guest into "
 "a KVM guest by installing a new kernel.  This version of virt-v2v does "
@@ -87839,7 +87839,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:484
+#: ../v2v/virt-v2v.pod:485
 msgid ""
 "Therefore before conversion you should check that a regular kernel is "
 "installed.  For some older Linux distributions, this means installing a "
@@ -87847,7 +87847,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:488
+#: ../v2v/virt-v2v.pod:489
 #, no-wrap
 msgid ""
 " RHEL 3         (Does not apply, as there was no Xen PV kernel)\n"
@@ -87855,7 +87855,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:490
+#: ../v2v/virt-v2v.pod:491
 #, no-wrap
 msgid ""
 " RHEL 4         i686 with > 10GB of RAM: install 'kernel-hugemem'\n"
@@ -87868,7 +87868,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:497
+#: ../v2v/virt-v2v.pod:498
 #, no-wrap
 msgid ""
 " RHEL 5         i686: install 'kernel-PAE'\n"
@@ -87877,7 +87877,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:500
+#: ../v2v/virt-v2v.pod:501
 #, no-wrap
 msgid ""
 " SLES 10        i586 with > 10GB of RAM: install 'kernel-bigsmp'\n"
@@ -87889,7 +87889,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:506
+#: ../v2v/virt-v2v.pod:507
 #, no-wrap
 msgid ""
 " SLES 11+       i586: install 'kernel-pae'\n"
@@ -87898,7 +87898,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:509
+#: ../v2v/virt-v2v.pod:510
 #, no-wrap
 msgid ""
 " Windows        (Does not apply, as there is no Xen PV Windows kernel)\n"
@@ -87906,19 +87906,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:511
+#: ../v2v/virt-v2v.pod:512
 msgid "ENABLING VIRTIO"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:513
+#: ../v2v/virt-v2v.pod:514
 msgid ""
 "\"Virtio\" is the name for a set of drivers which make disk (block device), "
 "network and other guest operations work much faster on KVM."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:516
+#: ../v2v/virt-v2v.pod:517
 msgid ""
 "Older versions of virt-v2v could install these drivers for certain Linux "
 "guests.  This version of virt-v2v does I<not> attempt to install new Linux "
@@ -87926,7 +87926,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:521
+#: ../v2v/virt-v2v.pod:522
 msgid ""
 "In order to enable virtio, and hence improve performance of the guest after "
 "conversion, you should ensure that the B<minimum> versions of packages are "
@@ -87934,7 +87934,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:526
+#: ../v2v/virt-v2v.pod:527
 #, no-wrap
 msgid ""
 " RHEL 3         No virtio drivers are available\n"
@@ -87942,7 +87942,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:528
+#: ../v2v/virt-v2v.pod:529
 #, no-wrap
 msgid ""
 " RHEL 4         kernel >= 2.5.9-89.EL\n"
@@ -87950,7 +87950,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:530
+#: ../v2v/virt-v2v.pod:531
 #, no-wrap
 msgid ""
 " RHEL 5         kernel >= 2.6.18-128.el5\n"
@@ -87960,7 +87960,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:534
+#: ../v2v/virt-v2v.pod:535
 #, no-wrap
 msgid ""
 " RHEL 6+        All versions support virtio\n"
@@ -87968,7 +87968,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:536
+#: ../v2v/virt-v2v.pod:537
 #, no-wrap
 msgid ""
 " Fedora         All versions support virtio\n"
@@ -87976,7 +87976,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:538
+#: ../v2v/virt-v2v.pod:539
 #, no-wrap
 msgid ""
 " SLES 11+       All versions support virtio\n"
@@ -87984,7 +87984,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:540
+#: ../v2v/virt-v2v.pod:541
 #, no-wrap
 msgid ""
 " SLES 10        kernel >= 2.6.16.60-0.85.1\n"
@@ -87992,7 +87992,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:542
+#: ../v2v/virt-v2v.pod:543
 #, no-wrap
 msgid ""
 " OpenSUSE 11+   All versions support virtio\n"
@@ -88000,7 +88000,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:544
+#: ../v2v/virt-v2v.pod:545
 #, no-wrap
 msgid ""
 " OpenSUSE 10    kernel >= 2.6.25.5-1.1\n"
@@ -88008,7 +88008,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:546
+#: ../v2v/virt-v2v.pod:547
 #, no-wrap
 msgid ""
 " Windows        Drivers are installed from /usr/share/virtio-win\n"
@@ -88017,12 +88017,12 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:549
+#: ../v2v/virt-v2v.pod:550
 msgid "NETWORKS AND BRIDGES"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:551
+#: ../v2v/virt-v2v.pod:552
 msgid ""
 "Guests are usually connected to one or more networks, and when converted to "
 "the target hypervisor you usually want to reconnect those networks at the "
@@ -88030,7 +88030,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:556
+#: ../v2v/virt-v2v.pod:557
 msgid ""
 "If you are unsure of what networks and bridges are in use on the source "
 "hypervisor, then you can examine the source metadata (libvirt XML, vCenter "
@@ -88040,14 +88040,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:562
+#: ../v2v/virt-v2v.pod:563
 msgid ""
 "In the I<--print-source> output you will see a section showing the guest's "
 "Network Interface Cards (NICs):"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:565
+#: ../v2v/virt-v2v.pod:566
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -88058,21 +88058,21 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:570
+#: ../v2v/virt-v2v.pod:571
 msgid ""
 "This is typical of a libvirt guest: It has a single network interface "
 "connected to a network called C<default>."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:573
+#: ../v2v/virt-v2v.pod:574
 msgid ""
 "To map a specific network to a target network, for example C<default> on the "
 "source to C<rhevm> on the target, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:576
+#: ../v2v/virt-v2v.pod:577
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network default:rhevm\n"
@@ -88080,12 +88080,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:578
+#: ../v2v/virt-v2v.pod:579
 msgid "To map every network to a target network, use:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:580
+#: ../v2v/virt-v2v.pod:581
 #, no-wrap
 msgid ""
 " virt-v2v [...] --network rhevm\n"
@@ -88093,14 +88093,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:582
+#: ../v2v/virt-v2v.pod:583
 msgid ""
 "Bridges are handled in the same way, but you have to use the I<--bridge> "
 "option instead.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:585
+#: ../v2v/virt-v2v.pod:586
 #, no-wrap
 msgid ""
 " $ virt-v2v [-i ...] --print-source name\n"
@@ -88111,7 +88111,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:590
+#: ../v2v/virt-v2v.pod:591
 #, no-wrap
 msgid ""
 " $ virt-v2v [...] --bridge br0:targetbr\n"
@@ -88119,23 +88119,23 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:592
+#: ../v2v/virt-v2v.pod:593
 msgid "INPUT FROM VMWARE VCENTER SERVER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:594
+#: ../v2v/virt-v2v.pod:595
 msgid "Virt-v2v is able to import guests from VMware vCenter Server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:596
+#: ../v2v/virt-v2v.pod:597
 msgid ""
 "Note that virt-v2v B<cannot> import guests directly from an ESXi hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:599
+#: ../v2v/virt-v2v.pod:600
 msgid ""
 "Virt-v2v uses libvirt for access to vCenter, and therefore the input mode "
 "should be I<-i libvirt>.  As this is the default, you don't need to specify "
@@ -88143,12 +88143,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:603
+#: ../v2v/virt-v2v.pod:604
 msgid "The libvirt URI of a vCenter server looks something like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:605
+#: ../v2v/virt-v2v.pod:606
 #, no-wrap
 msgid ""
 " vpx://user@server/Datacenter/esxi\n"
@@ -88156,7 +88156,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:607
+#: ../v2v/virt-v2v.pod:608
 msgid ""
 "where C<user@> is the (optional, but recommended) user to connect as, "
 "C<server> is the vCenter Server (I<not> hypervisor), C<Datacenter> is the "
@@ -88165,25 +88165,25 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:612
+#: ../v2v/virt-v2v.pod:613
 msgid ""
 "For full details of libvirt URIs, see: L<http://libvirt.org/drvesx.html>"
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:614
+#: ../v2v/virt-v2v.pod:615
 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:616
+#: ../v2v/virt-v2v.pod:617
 msgid ""
 "Use the L<virsh(1)> command to list the guests on the vCenter Server like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:619
+#: ../v2v/virt-v2v.pod:620
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n"
@@ -88192,7 +88192,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:622
+#: ../v2v/virt-v2v.pod:623
 #, no-wrap
 msgid ""
 "  Id    Name                           State\n"
@@ -88203,7 +88203,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:627
+#: ../v2v/virt-v2v.pod:628
 msgid ""
 "If you get an error \"Peer certificate cannot be authenticated with given CA "
 "certificates\" or similar, then you can either import the ESX host's "
@@ -88212,7 +88212,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:632
+#: ../v2v/virt-v2v.pod:633
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list --all\n"
@@ -88220,14 +88220,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:634 ../v2v/virt-v2v.pod:702
+#: ../v2v/virt-v2v.pod:635 ../v2v/virt-v2v.pod:703
 msgid ""
 "You should also try dumping the metadata from any guest on your server, like "
 "this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:637
+#: ../v2v/virt-v2v.pod:638
 #, no-wrap
 msgid ""
 " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows 2003\"\n"
@@ -88239,7 +88239,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:643
+#: ../v2v/virt-v2v.pod:644
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration and/or your VMware vCenter Server "
@@ -88247,17 +88247,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:647
+#: ../v2v/virt-v2v.pod:648
 msgid "ESX: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:649
+#: ../v2v/virt-v2v.pod:650
 msgid "To import a particular guest from vCenter Server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:651
+#: ../v2v/virt-v2v.pod:652
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' \\\n"
@@ -88267,13 +88267,13 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:655
+#: ../v2v/virt-v2v.pod:656
 msgid ""
 "where C<Windows 2003> is the name of the guest (which must be shut down)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:658
+#: ../v2v/virt-v2v.pod:659
 msgid ""
 "Note that you may be asked for the vCenter password I<twice>.  This happens "
 "once because libvirt needs it, and a second time because virt-v2v itself "
@@ -88281,7 +88281,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:662 ../v2v/virt-v2v.pod:726
+#: ../v2v/virt-v2v.pod:663 ../v2v/virt-v2v.pod:727
 msgid ""
 "In this case the output flags are set to write the converted guest to a "
 "temporary directory as this is just an example, but you can also write to "
@@ -88289,17 +88289,17 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:666
+#: ../v2v/virt-v2v.pod:667
 msgid "INPUT FROM RHEL 5 XEN"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:668
+#: ../v2v/virt-v2v.pod:669
 msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:670
+#: ../v2v/virt-v2v.pod:671
 msgid ""
 "Virt-v2v uses libvirt for access to the remote Xen host, and therefore the "
 "input mode should be I<-i libvirt>.  As this is the default, you don't need "
@@ -88307,33 +88307,33 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:674
+#: ../v2v/virt-v2v.pod:675
 msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:676
+#: ../v2v/virt-v2v.pod:677
 msgid ""
 "Currently you must enable passwordless SSH access to the remote Xen host "
 "from the virt-v2v conversion server."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:679
+#: ../v2v/virt-v2v.pod:680
 msgid ""
 "You must also use ssh-agent, and add your ssh public key to C</root/.ssh/"
 "authorized_keys> (on the Xen host)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:682
+#: ../v2v/virt-v2v.pod:683
 msgid ""
 "After doing this, you should check that passwordless access works from the "
 "virt-v2v server to the Xen host.  For example:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:685
+#: ../v2v/virt-v2v.pod:686
 #, no-wrap
 msgid ""
 " $ ssh root at xen.example.com\n"
@@ -88342,24 +88342,24 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:688
+#: ../v2v/virt-v2v.pod:689
 msgid ""
 "Note that password-interactive and Kerberos access are B<not> supported.  "
 "You B<have> to set up ssh access using ssh-agent and authorized_keys."
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:692
+#: ../v2v/virt-v2v.pod:693
 msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:694
+#: ../v2v/virt-v2v.pod:695
 msgid "Use the L<virsh(1)> command to list the guests on the remote Xen host:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:696
+#: ../v2v/virt-v2v.pod:697
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com list --all\n"
@@ -88371,7 +88371,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:705
+#: ../v2v/virt-v2v.pod:706
 #, no-wrap
 msgid ""
 " $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n"
@@ -88383,7 +88383,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:711
+#: ../v2v/virt-v2v.pod:712
 msgid ""
 "B<If the above commands do not work, then virt-v2v is not going to work "
 "either>.  Fix your libvirt configuration or the remote server before "
@@ -88391,17 +88391,17 @@ msgid ""
 msgstr ""
 
 #. type: =head2
-#: ../v2v/virt-v2v.pod:715
+#: ../v2v/virt-v2v.pod:716
 msgid "XEN: IMPORTING A GUEST"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:717
+#: ../v2v/virt-v2v.pod:718
 msgid "To import a particular guest from a Xen server, do:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:719
+#: ../v2v/virt-v2v.pod:720
 #, no-wrap
 msgid ""
 " $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n"
@@ -88411,58 +88411,58 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:723
+#: ../v2v/virt-v2v.pod:724
 msgid ""
 "where C<rhel49-x86_64-pv> is the name of the guest (which must be shut down)."
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:730
+#: ../v2v/virt-v2v.pod:731
 msgid "OUTPUT TO LIBVIRT"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:732
+#: ../v2v/virt-v2v.pod:733
 msgid ""
 "The I<-o libvirt> option lets you upload the converted guest to a libvirt-"
 "managed host.  There are several limitations:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:739
+#: ../v2v/virt-v2v.pod:740
 msgid ""
 "You can only use a local libvirt connection [see below for how to workaround "
 "this]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:744
+#: ../v2v/virt-v2v.pod:745
 msgid ""
 "The I<-os pool> option must specify a directory pool, not anything more "
 "exotic such as iSCSI [but see below]."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:749
+#: ../v2v/virt-v2v.pod:750
 msgid "You can only upload to a KVM hypervisor."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:753
+#: ../v2v/virt-v2v.pod:754
 msgid ""
 "B<To output to a remote libvirt instance and/or a non-directory storage "
 "pool> you have to use the following workaround:"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:760
+#: ../v2v/virt-v2v.pod:761
 msgid ""
 "Use virt-v2v in I<-o local> mode to convert the guest disks and metadata "
 "into a local temporary directory:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:763
+#: ../v2v/virt-v2v.pod:764
 #, fuzzy, no-wrap
 #| msgid ""
 #| " virt-builder fedora-20 -o mydisk.img\n"
@@ -88475,14 +88475,14 @@ msgstr ""
 "\n"
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:765
+#: ../v2v/virt-v2v.pod:766
 #, fuzzy
 #| msgid "This removes temporary files under C</tmp> and C</var/tmp>."
 msgid "This creates two (or more) files in C</var/tmp> called:"
 msgstr "Вилучає тимчасові файли з C</tmp> і C</var/tmp>."
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:767
+#: ../v2v/virt-v2v.pod:768
 #, no-wrap
 msgid ""
 " /var/tmp/NAME.xml     # the libvirt XML (metadata)\n"
@@ -88491,17 +88491,17 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:770
+#: ../v2v/virt-v2v.pod:771
 msgid "(for C<NAME> substitute the guest's name)."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:774
+#: ../v2v/virt-v2v.pod:775
 msgid "Upload the converted disk(s) into the storage pool called C<POOL>:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:776
+#: ../v2v/virt-v2v.pod:777
 #, no-wrap
 msgid ""
 " size=$(stat -c%s /var/tmp/NAME-sda)\n"
@@ -88511,14 +88511,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:782
+#: ../v2v/virt-v2v.pod:783
 msgid ""
 "Edit C</var/tmp/NAME.xml> to change C</var/tmp/NAME-sda> to the pool name.  "
 "In other words, locate the following bit of XML:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:785
+#: ../v2v/virt-v2v.pod:786
 #, no-wrap
 msgid ""
 " <disk type='file' device='disk'>\n"
@@ -88530,7 +88530,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:791
+#: ../v2v/virt-v2v.pod:792
 msgid ""
 "and change two things: The C<type='file'> attribute must be changed to "
 "C<type='volume'>, and the C<E<lt>sourceE<gt>> element must be changed to "
@@ -88538,7 +88538,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:795
+#: ../v2v/virt-v2v.pod:796
 #, no-wrap
 msgid ""
 " <disk type='volume' device='disk'>\n"
@@ -88550,12 +88550,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:803
+#: ../v2v/virt-v2v.pod:804
 msgid "Define the final guest in libvirt:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:805
+#: ../v2v/virt-v2v.pod:806
 #, no-wrap
 msgid ""
 " virsh define /var/tmp/NAME.xml\n"
@@ -88563,19 +88563,19 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../v2v/virt-v2v.pod:809
+#: ../v2v/virt-v2v.pod:810
 msgid "MINIMAL XML FOR -i libvirtxml OPTION"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:811
+#: ../v2v/virt-v2v.pod:812
 msgid ""
 "When using the I<-i libvirtxml> option, you have to supply some libvirt "
 "XML.  Writing this from scratch is hard, so the template below is helpful."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:815
+#: ../v2v/virt-v2v.pod:816
 msgid ""
 "B<Note this should only be used for testing and/or where you know what "
 "you're doing!> If you have libvirt metadata for the guest, always use that "
@@ -88583,7 +88583,7 @@ msgid ""
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:819
+#: ../v2v/virt-v2v.pod:820
 #, no-wrap
 msgid ""
 " <domain type='kvm'>\n"
@@ -88616,7 +88616,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:848
+#: ../v2v/virt-v2v.pod:849
 msgid ""
 "The I<--machine-readable> option can be used to make the output more machine "
 "friendly, which is useful when calling virt-v2v from other programs, GUIs "
@@ -88624,14 +88624,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:854
+#: ../v2v/virt-v2v.pod:855
 msgid ""
 "Firstly use the option on its own to query the capabilities of the virt-v2v "
 "binary.  Typical output looks like this:"
 msgstr ""
 
 #. type: verbatim
-#: ../v2v/virt-v2v.pod:857
+#: ../v2v/virt-v2v.pod:858
 #, no-wrap
 msgid ""
 " $ virt-v2v --machine-readable\n"
@@ -88641,7 +88641,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:886
+#: ../v2v/virt-v2v.pod:887
 msgid ""
 "The calling program should treat messages sent to stderr as error messages.  "
 "In addition, virt-v2v exits with a non-zero status code if there was a fatal "
@@ -88649,36 +88649,36 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:892
+#: ../v2v/virt-v2v.pod:893
 msgid ""
 "Virt-v2v E<le> 0.9.1 did not support the I<--machine-readable> option at "
 "all.  The option was added when virt-v2v was rewritten in 2014."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:899
+#: ../v2v/virt-v2v.pod:900
 msgid "C</usr/share/virtio-win>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:901 ../v2v/virt-v2v.pod:955
+#: ../v2v/virt-v2v.pod:902 ../v2v/virt-v2v.pod:956
 msgid "(Optional)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:903
+#: ../v2v/virt-v2v.pod:904
 msgid ""
 "If this directory is present, then virtio drivers for Windows guests will be "
 "found from this directory and installed in the guest during conversion."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:913
+#: ../v2v/virt-v2v.pod:914
 msgid "C<TMPDIR>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:924
+#: ../v2v/virt-v2v.pod:925
 msgid ""
 "Note that if C<$TMPDIR> is a tmpfs (eg. if C</tmp> is on tmpfs, or if you "
 "use C<TMPDIR=/dev/shm>), tmpfs defaults to a maximum size of I<half> of "
@@ -88688,31 +88688,31 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:934
+#: ../v2v/virt-v2v.pod:935
 msgid ""
 "This can point to the directory containing data files used for Windows "
 "conversion."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:946
+#: ../v2v/virt-v2v.pod:947
 msgid "(Required when doing conversions of Windows guests)"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:948
+#: ../v2v/virt-v2v.pod:949
 msgid ""
 "This is the RHSrvAny Windows binary, used to install a \"firstboot\" script "
 "in the guest during conversion of Windows guests."
 msgstr ""
 
 #. type: =item
-#: ../v2v/virt-v2v.pod:953
+#: ../v2v/virt-v2v.pod:954
 msgid "C<rhev-apt.exe>"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:957
+#: ../v2v/virt-v2v.pod:958
 msgid ""
 "The RHEV Application Provisioning Tool (RHEV APT).  If this file is present, "
 "then RHEV APT will be installed in the Windows guest during conversion.  "
@@ -88722,14 +88722,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:963
+#: ../v2v/virt-v2v.pod:964
 msgid ""
 "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not "
 "distributed with virt-v2v."
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:974
+#: ../v2v/virt-v2v.pod:975
 #, fuzzy
 #| msgid ""
 #| "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-df(1)>, L<virt-"
@@ -88745,17 +88745,17 @@ msgstr ""
 "libguestfs.org/>."
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:991
+#: ../v2v/virt-v2v.pod:992
 msgid "Mike Latimer"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:993
+#: ../v2v/virt-v2v.pod:994
 msgid "Shahar Havivi"
 msgstr ""
 
 #. type: textblock
-#: ../v2v/virt-v2v.pod:995
+#: ../v2v/virt-v2v.pod:996
 msgid "Tingting Zheng"
 msgstr ""
 
diff --git a/po/en_GB.po b/po/en_GB.po
index d0a2b5f..5d25320 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8507,6 +8507,43 @@ msgstr ""
 msgid "%s: does not look like a qemu source directory\n"
 msgstr ""
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/es.po b/po/es.po
index 7333aba..22d86ad 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/libguestfs/"
@@ -713,7 +713,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2548,7 +2548,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8653,6 +8653,43 @@ msgstr "El binario '%s' no existe o no es un ejecutable\n"
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: no parece un directorio fuente de qemu\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems: no se han ofrecido imágenes o nombres MV"
diff --git a/po/gu.po b/po/gu.po
index 46f8f00..ddc301a 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Gujarati (http://www.transifex.com/projects/p/libguestfs/"
@@ -712,7 +712,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2547,7 +2547,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8484,6 +8484,43 @@ msgstr "બાઇનરી '%s' એ અસ્તિત્વ ધરાવતુ
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: qemu સ્ત્રોત ડિરેક્ટરીનાં જેવુ લાગતુ નથી\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 57fff87..2b98b33 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Hindi (http://www.transifex.com/projects/p/libguestfs/"
@@ -712,7 +712,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2547,7 +2547,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8482,6 +8482,43 @@ msgstr "द्विपदीय '%s' मौजूद नहीं है या
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: qemu स्रोत निर्देशिका की तरह नहीं दिखता है\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/kn.po b/po/kn.po
index f0a43e8..b89d9f8 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Kannada (http://www.transifex.com/projects/p/libguestfs/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8486,6 +8486,43 @@ msgstr "ಬೈನರಿ '%s' ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ 
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: ಇದು ಒಂದು qemu ಆಕರ ಕೋಶದ ರೀತಿ ಕಾಣಿಸುತ್ತಿಲ್ಲ\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index e7c60a6..96cd6dc 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: libguestfs 1.27.45\n"
+"Project-Id-Version: libguestfs 1.27.46\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -710,7 +710,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2545,7 +2545,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8472,6 +8472,43 @@ msgstr ""
 msgid "%s: does not look like a qemu source directory\n"
 msgstr ""
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/ml.po b/po/ml.po
index ef38e8e..14c905e 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Malayalam (http://www.transifex.com/projects/p/libguestfs/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8484,6 +8484,43 @@ msgstr "ബൈനറി '%s' നിലവിലില്ല അല്ലെങ
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: qemu ഉറവിട ഡയറക്ടറിയില്‍ നിന്നും വ്യത്യസ്ഥമാണു്\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/mr.po b/po/mr.po
index 92b7696..d7a5844 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Marathi (http://www.transifex.com/projects/p/libguestfs/"
@@ -712,7 +712,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2547,7 +2547,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8560,6 +8560,43 @@ msgstr "बाइनरी '%s' अस्तित्वात नाही क
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: qemu स्रोत डिरेक्ट्री प्रमाणे आढळले नाही\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems: प्रतिमा किंवा VM नाव दिले नाही"
diff --git a/po/nl.po b/po/nl.po
index e23156b..66f1505 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Dutch (http://www.transifex.com/projects/p/libguestfs/"
@@ -713,7 +713,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2548,7 +2548,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8703,6 +8703,43 @@ msgstr "Binair programma '%s' bestaat niet of is niet uitvoerbaar\n"
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: ziet er niet uit als een qemu bron map\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems: geen image of VM naam opgegeven"
diff --git a/po/or.po b/po/or.po
index c69e807..ca150e2 100644
--- a/po/or.po
+++ b/po/or.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Oriya (http://www.transifex.com/projects/p/libguestfs/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8482,6 +8482,43 @@ msgstr "ଦ୍ୱୀମିକ '%s' ଅବସ୍ଥିତ ନାହିଁ ଅଥ
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: ଗୋଟିଏ qemu ଉତ୍ସ ଡିରେକ୍ଟୋରୀ ପରି ଲାଗୁନାହିଁ\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/pa.po b/po/pa.po
index f1eccb5..7fc9af0 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/"
@@ -712,7 +712,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2547,7 +2547,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8558,6 +8558,43 @@ msgstr "ਬਾਇਨਰੀ '%s' ਬੰਦ ਨਹੀਂ ਹੋਇਆ ਜਾਂ 
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: ਇੱਕ qemu ਸਰੋਤ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਲੱਗਦੀ\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems:  VM ਨਾਂ ਦਿੱਤਾ ਗਿਆ ਹੈ"
diff --git a/po/pl.po b/po/pl.po
index ac438a7..a8bfd91 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Polish (http://www.transifex.com/projects/p/libguestfs/"
@@ -715,7 +715,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2550,7 +2550,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8731,6 +8731,43 @@ msgstr "Plik binarny \"%s\" nie istnieje lub nie jest wykonywalny\n"
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: nie wygląda na katalog źródłowy QEMU\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems: nie podano obrazu lub nazwy maszyny wirtualnej"
diff --git a/po/ta.po b/po/ta.po
index ce6a2c1..3923c2d 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Tamil (http://www.transifex.com/projects/p/libguestfs/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8483,6 +8483,43 @@ msgstr "Binary '%s' does not exist or is not executable\n"
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: ஒரு qemu மூல அடைவு போல் இல்லை\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/te.po b/po/te.po
index dff1bf2..17f2aa6 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Telugu (http://www.transifex.com/projects/p/libguestfs/"
@@ -711,7 +711,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2546,7 +2546,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -8480,6 +8480,43 @@ msgstr "బెనరీ '%s' లేదు లేదా అది నిర్వ
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: అనునది qemu మూలపు డైరెక్టరీవలె కనిపించుటలేదు\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr ""
diff --git a/po/uk.po b/po/uk.po
index c9ec0d9..5d2fc31 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: libguestfs\n"
 "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
 "component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-09-14 13:57+0100\n"
+"POT-Creation-Date: 2014-09-15 10:59+0100\n"
 "PO-Revision-Date: 2014-07-22 18:03+0000\n"
 "Last-Translator: rjones <rjones at redhat.com>\n"
 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libguestfs/"
@@ -713,7 +713,7 @@ msgstr ""
 msgid "-os %s: output directory does not exist or is not a directory"
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:187
+#: ../v2v/input_libvirtxml.ml:179
 msgid "<disk type='%s'> was ignored"
 msgstr ""
 
@@ -2548,7 +2548,7 @@ msgid ""
 "option to change how virt-v2v handles this."
 msgstr ""
 
-#: ../v2v/input_libvirtxml.ml:183
+#: ../v2v/input_libvirtxml.ml:175
 msgid "network <disk> with <source protocol='%s'> was ignored"
 msgstr ""
 
@@ -9190,6 +9190,43 @@ msgstr "Виконуваного файла «%s» не існує або вка
 msgid "%s: does not look like a qemu source directory\n"
 msgstr "%s: не є каталогом початкових кодів qemu\n"
 
+#: v2v/domainxml-c.c:107 v2v/domainxml-c.c:197
+#, c-format
+msgid "cannot open libvirt connection '%s'"
+msgstr ""
+
+#: v2v/domainxml-c.c:109 v2v/domainxml-c.c:199
+#, c-format
+msgid "cannot open libvirt connection"
+msgstr ""
+
+#: v2v/domainxml-c.c:130
+#, c-format
+msgid "cannot find libvirt domain '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:143
+#, c-format
+msgid ""
+"libvirt domain '%s' is running, it must be shut down in order to perform "
+"virt-v2v conversion"
+msgstr ""
+
+#: v2v/domainxml-c.c:155
+#, c-format
+msgid "cannot fetch XML description of guest '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:220
+#, c-format
+msgid "cannot find libvirt pool '%s': %s"
+msgstr ""
+
+#: v2v/domainxml-c.c:229
+#, c-format
+msgid "cannot fetch XML description of pool '%s': %s"
+msgstr ""
+
 #: tools/virt-list-filesystems:147
 msgid "virt-list-filesystems: no image or VM name given"
 msgstr "virt-list-filesystems: не вказано образу або назви віртуальної машини"

-- 
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