diff --git a/BUGS b/BUGS index 314e624bf..92804b184 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2014-09-02 +Last updated: 2014-09-04 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -356,6 +356,18 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1136371 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1136371 add apt-rpm support to supermin +1136739 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1136739 + virt-v2v warning info should be printed to fill the whole line + +1138182 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138182 + xen guest will be kernel panic after converted by virt-v2v + +1138184 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138184 + virt-v2v will fail when converting guests with initramfs-*kdump.img under /boot + +1138231 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1138231 + v2v:libguestfs error: could not create appliance through libvirt + 503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 guestfish's list splitting does not recognize internal quoting @@ -377,7 +389,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 1069966 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1069966 RFE: let virt-builder etc build ARM guests on x86 host -(119 bugs) +(123 bugs) -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. @@ -407,16 +419,7 @@ You can help by testing the fixes. 1021149 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1021149 Rebase libguestfs to 1.28 in RHEL 7.1 -1097359 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1097359 - virt-sparsify hangs with 'No space left on device' while filling LV - -1117540 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1117540 - Support virt-sparsify option to allow specifying temporary file or block device - -1123794 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1123794 - libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds - -(11 bugs) +(8 bugs) -------------------------------------------------- These bugs are in the VERIFIED state. @@ -448,6 +451,9 @@ These bugs are in the VERIFIED state. 1091805 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1091805 tar-in-opts execute failed that cause libguestfs appliance crashed +1097359 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1097359 + virt-sparsify hangs with 'No space left on device' while filling LV + 1099105 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1099105 libguestfs Requires: /lib64/libldif-2.4.so.2 missing from openldap-2.4.39-6.el6.x86_64 @@ -457,6 +463,12 @@ These bugs are in the VERIFIED state. 1106548 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1106548 root gets an error accessing to a non-root dir on a snapshot guestmount VMDK img -(12 bugs) +1117540 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1117540 + Support virt-sparsify option to allow specifying temporary file or block device + +1123794 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1123794 + libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds + +(15 bugs) End of BUGS file. diff --git a/configure.ac b/configure.ac index 81de81dda..c07f3a2a0 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], [36]) +m4_define([libguestfs_release], [37]) 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 cc88f74bf..080530b67 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@redhat.com\n" -"POT-Creation-Date: 2014-09-02 17:05+0200\n" +"POT-Creation-Date: 2014-09-04 14:52+0200\n" "PO-Revision-Date: 2014-07-22 18:04+0000\n" "Last-Translator: rjones \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/libguestfs/" @@ -395,7 +395,7 @@ msgstr "" #: ../resize/virt-resize.pod:266 ../sparsify/virt-sparsify.pod:114 #: ../sysprep/virt-sysprep.pod:38 ../test-tool/libguestfs-test-tool.pod:34 #: ../tools/virt-list-filesystems:52 ../tools/virt-list-partitions:53 -#: ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:133 +#: ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:136 msgid "OPTIONS" msgstr "オプション" @@ -414,7 +414,7 @@ msgstr "オプション" #: ../resize/virt-resize.pod:270 ../sparsify/virt-sparsify.pod:118 #: ../sysprep/virt-sysprep.pod:42 ../test-tool/libguestfs-test-tool.pod:38 #: ../tools/virt-list-filesystems:60 ../tools/virt-list-partitions:61 -#: ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:137 +#: ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:140 msgid "B<--help>" msgstr "B<--help>" @@ -718,7 +718,7 @@ msgstr "" #: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178 #: ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:507 #: ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 -#: ../v2v/virt-v2v.pod:331 +#: ../v2v/virt-v2v.pod:347 msgid "B<-q>" msgstr "B<-q>" @@ -726,7 +726,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:509 ../sparsify/virt-sparsify.pod:245 -#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:333 +#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:349 msgid "B<--quiet>" msgstr "B<--quiet>" @@ -776,7 +776,7 @@ msgstr "" #: ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:240 #: ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:577 #: ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219 -#: ../v2v/virt-v2v.pod:418 +#: ../v2v/virt-v2v.pod:434 msgid "B<-v>" msgstr "B<-v>" @@ -791,7 +791,7 @@ msgstr "B<-v>" #: ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:242 #: ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:579 #: ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221 -#: ../v2v/virt-v2v.pod:420 +#: ../v2v/virt-v2v.pod:436 msgid "B<--verbose>" msgstr "B<--verbose>" @@ -803,7 +803,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:422 +#: ../v2v/virt-v2v.pod:438 msgid "Enable verbose messages for debugging." msgstr "デバッグ用の冗長なメッセージを有効にします。" @@ -821,7 +821,7 @@ msgstr "デバッグ用の冗長なメッセージを有効にします。" #: ../p2v/virt-p2v.pod:246 ../rescue/virt-rescue.pod:244 #: ../resize/virt-resize.pod:583 ../sparsify/virt-sparsify.pod:298 #: ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59 -#: ../v2v/virt-v2v.pod:424 +#: ../v2v/virt-v2v.pod:440 msgid "B<-V>" msgstr "B<-V>" @@ -840,7 +840,7 @@ msgstr "B<-V>" #: ../resize/virt-resize.pod:585 ../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:426 +#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:442 msgid "B<--version>" msgstr "B<--version>" @@ -855,7 +855,7 @@ msgstr "B<--version>" #: ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:587 #: ../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:428 +#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:444 msgid "Display version number and exit." msgstr "バージョン番号を表示して、終了します。" @@ -870,7 +870,7 @@ msgstr "バージョン番号を表示して、終了します。" #: ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259 #: ../resize/virt-resize.pod:589 ../sparsify/virt-sparsify.pod:304 #: ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155 -#: ../v2v/virt-v2v.pod:439 +#: ../v2v/virt-v2v.pod:455 msgid "B<-x>" msgstr "B<-x>" @@ -883,7 +883,7 @@ msgstr "B<-x>" #: ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130 #: ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:591 #: ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 -#: ../v2v/virt-v2v.pod:441 +#: ../v2v/virt-v2v.pod:457 msgid "Enable tracing of libguestfs API calls." msgstr "libguestfs API 呼び出しのトレースを有効にします。" @@ -1397,9 +1397,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:347 ../v2v/virt-v2v.pod:351 -#: ../v2v/virt-v2v.pod:355 ../v2v/virt-v2v.pod:641 ../v2v/virt-v2v.pod:646 -#: ../v2v/virt-v2v.pod:651 +#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:363 ../v2v/virt-v2v.pod:367 +#: ../v2v/virt-v2v.pod:371 ../v2v/virt-v2v.pod:721 ../v2v/virt-v2v.pod:726 +#: ../v2v/virt-v2v.pod:731 msgid "*" msgstr "*" @@ -1480,7 +1480,7 @@ msgstr "" #: ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4751 #: ../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:876 +#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:956 msgid "SEE ALSO" msgstr "関連項目" @@ -1520,7 +1520,7 @@ msgstr "著者" #: ../resize/virt-resize.pod:776 ../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:891 +#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:971 msgid "Richard W.M. Jones L" msgstr "Richard W.M. Jones L" @@ -1550,7 +1550,7 @@ msgstr "Richard W.M. Jones L" #: ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4815 #: ../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:897 +#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:977 msgid "COPYRIGHT" msgstr "COPYRIGHT" @@ -1879,7 +1879,7 @@ msgstr "" #: ../fuse/guestunmount.pod:113 ../rescue/virt-rescue.pod:388 #: ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4643 #: ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 -#: ../v2v/virt-v2v.pod:813 +#: ../v2v/virt-v2v.pod:893 msgid "ENVIRONMENT VARIABLES" msgstr "環境変数" @@ -1917,7 +1917,7 @@ msgstr "" #: ../python/examples/guestfs-python.pod:65 #: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4811 #: ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186 -#: ../v2v/virt-v2v.pod:889 +#: ../v2v/virt-v2v.pod:969 msgid "AUTHORS" msgstr "著者" @@ -1947,7 +1947,7 @@ msgstr "Richard W.M. Jones (C)" #: ../guestfs-release-notes.pod:3023 ../p2v-iso/guestfs-p2v-iso.pod:238 #: ../p2v/virt-p2v.pod:268 ../rescue/virt-rescue.pod:428 #: ../src/guestfs.pod:4817 ../test-tool/libguestfs-test-tool.pod:192 -#: ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:899 +#: ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:979 msgid "Copyright (C) 2009-2014 Red Hat Inc." msgstr "" @@ -2069,7 +2069,7 @@ msgstr "" #: ../fish/virt-copy-out.pod:19 ../fish/virt-tar-in.pod:28 #: ../fish/virt-tar-out.pod:22 ../fuse/guestmount.pod:37 #: ../resize/virt-resize.pod:25 ../sparsify/virt-sparsify.pod:85 -#: ../tools/virt-tar:47 ../v2v/virt-v2v.pod:68 +#: ../tools/virt-tar:47 ../v2v/virt-v2v.pod:71 msgid "EXAMPLES" msgstr "例" @@ -2396,7 +2396,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:180 ../builder/virt-index-validate.pod:64 #: ../p2v/virt-p2v.pod:233 ../resize/virt-resize.pod:272 -#: ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:139 +#: ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:142 msgid "Display help." msgstr "ヘルプを表示します。" @@ -2779,13 +2779,13 @@ msgstr "" #. type: =item #: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:441 -#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:197 +#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:210 msgid "B<--machine-readable>" msgstr "B<--machine-readable>" #. type: textblock #: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:443 -#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:199 +#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:212 msgid "" "This option is used to make the output more machine friendly when being " "parsed by other programs. See L below." @@ -2884,7 +2884,7 @@ msgstr "" #: ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:623 #: ../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:662 ../v2v/virt-v2v.pod:775 +#: ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:742 ../v2v/virt-v2v.pod:855 msgid "1." msgstr "1." @@ -2904,7 +2904,7 @@ msgstr "" #: ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:630 #: ../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:676 ../v2v/virt-v2v.pod:782 +#: ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:756 ../v2v/virt-v2v.pod:862 msgid "2." msgstr "2." @@ -2922,8 +2922,8 @@ msgstr "" #: ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 #: ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:636 #: ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 -#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:684 -#: ../v2v/virt-v2v.pod:788 +#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:764 +#: ../v2v/virt-v2v.pod:868 msgid "3." msgstr "3." @@ -2938,7 +2938,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:705 +#: ../v2v/virt-v2v.pod:785 msgid "4." msgstr "4." @@ -5353,7 +5353,7 @@ msgstr "" #. type: =head1 #: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:595 -#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:750 +#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:830 msgid "MACHINE READABLE OUTPUT" msgstr "マシン可読な出力" @@ -5388,7 +5388,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:613 -#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:765 +#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:845 msgid "" "A list of features is printed, one per line, and the program exits with " "status 0." @@ -5437,7 +5437,7 @@ msgstr "" #. type: =item #: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220 -#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:836 +#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:916 msgid "C" msgstr "" @@ -5451,7 +5451,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225 -#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:841 +#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:921 msgid "" "Normally you do not need to set this. If not set, a compiled-in default " "will be used (something like C)." @@ -5459,13 +5459,13 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 -#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:844 +#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:924 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:848 +#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:928 msgid "C" msgstr "" @@ -5480,7 +5480,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238 -#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:855 +#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:935 msgid "See also: C" msgstr "" @@ -8618,7 +8618,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426 -#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:874 +#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:954 msgid "" "For other environment variables, see L." msgstr "他の環境変数は L を参照してください。" @@ -8757,7 +8757,7 @@ msgstr "" #. type: =head1 #: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 #: ../fuse/guestmount.pod:391 ../rescue/virt-rescue.pod:393 -#: ../v2v/virt-v2v.pod:799 +#: ../v2v/virt-v2v.pod:879 msgid "FILES" msgstr "ファイル" @@ -51998,7 +51998,7 @@ msgid "L, L, L." msgstr "" #. type: textblock -#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:893 +#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:973 msgid "Matthew Booth" msgstr "" @@ -53584,7 +53584,7 @@ msgstr "デバッグメッセージを有効にします。" #. type: =item #: ../resize/virt-resize.pod:338 ../sparsify/virt-sparsify.pod:186 -#: ../v2v/virt-v2v.pod:145 +#: ../v2v/virt-v2v.pod:148 msgid "B<--debug-gc>" msgstr "B<--debug-gc>" @@ -54070,7 +54070,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:601 ../sparsify/virt-sparsify.pod:346 -#: ../v2v/virt-v2v.pod:756 +#: ../v2v/virt-v2v.pod:836 msgid "There are two ways to use this option." msgstr "このオプションを使用するには 2 通りの方法があります。" @@ -54103,7 +54103,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:359 -#: ../v2v/virt-v2v.pod:768 +#: ../v2v/virt-v2v.pod:848 msgid "" "Secondly use the option in conjunction with other options to make the " "regular program output more machine friendly." @@ -54111,13 +54111,13 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:619 ../sparsify/virt-sparsify.pod:362 -#: ../v2v/virt-v2v.pod:771 +#: ../v2v/virt-v2v.pod:851 msgid "At the moment this means:" msgstr "" #. type: textblock #: ../resize/virt-resize.pod:625 ../sparsify/virt-sparsify.pod:368 -#: ../v2v/virt-v2v.pod:777 +#: ../v2v/virt-v2v.pod:857 msgid "" "Progress bar messages can be parsed from stdout by looking for this regular " "expression:" @@ -54125,7 +54125,7 @@ msgstr "" #. type: verbatim #: ../resize/virt-resize.pod:628 ../sparsify/virt-sparsify.pod:371 -#: ../v2v/virt-v2v.pod:780 +#: ../v2v/virt-v2v.pod:860 #, no-wrap msgid "" " ^[0-9]+/[0-9]+$\n" @@ -54136,7 +54136,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:375 -#: ../v2v/virt-v2v.pod:784 +#: ../v2v/virt-v2v.pod:864 msgid "" "The calling program should treat messages sent to stdout (except for " "progress bar messages) as status messages. They can be logged and/or " @@ -54834,7 +54834,7 @@ msgstr "" "\n" #. type: textblock -#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:335 +#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:351 msgid "This disables progress bars and other unnecessary output." msgstr "" @@ -55017,7 +55017,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:819 +#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:899 msgid "" "Location of the temporary directory used for the potentially large temporary " "overlay file." @@ -55031,7 +55031,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:822 +#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:902 msgid "" "You should ensure there is enough free space in the worst case for a full " "copy of the source disk (I size), or else set C<$TMPDIR> to point " @@ -55039,7 +55039,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:826 +#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:906 msgid "This defaults to C." msgstr "この初期値は C です。" @@ -55054,7 +55054,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:834 +#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:914 #, no-wrap msgid "" " mount -o remount,size=10G /tmp\n" @@ -87755,7 +87755,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:94 +#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:97 #, no-wrap msgid "" " virt-v2v -ic vpx://esx.example.com/Datacenter/esxi \\\n" @@ -87764,7 +87764,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:127 +#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:130 #, no-wrap msgid "" " virt-v2v -i libvirtxml -o local -os /var/tmp guest-domain.xml\n" @@ -87772,7 +87772,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:117 +#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:120 #, fuzzy, no-wrap #| msgid "" #| " virt-rescue --ro -a /path/to/disk.img\n" @@ -87785,7 +87785,7 @@ msgstr "" "\n" #. type: verbatim -#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:108 +#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:111 #, fuzzy, no-wrap #| msgid "" #| " virt-rescue --ro -a /path/to/disk.img\n" @@ -87833,18 +87833,19 @@ msgstr "出力モード" msgid "" " ┌────────────┐\n" " -i disk ───────────┐ │ │ ┌───────▶ -o local\n" -" │ │ virt-v2v │ │\n" -" └──▶ │ conversion │ ──┘\n" -" -i libvirt ───────────▶ │ server │ ────────▶ -o libvirt\n" -" (default) ┌──▶ │ │ ──┐ (default)\n" -" │ │ │ ─┐└──────▶ -o glance\n" -" -i libvirtxml ─────┘ │ │ └─────────▶ -o rhev\n" -" └────────────┘\n" +" -i ova ─────────┐ └──▶ │ virt-v2v │ │\n" +" └────▶ │ conversion │ ──┘\n" +" ESX ──▶┌────────────┐ │ server │ ┌────────────┐\n" +" Xen ──▶│ -i libvirt ──▶ │ │ ───▶ -o libvirt │─▶ KVM\n" +" ... ──▶│ (default) │ │ │ │ (default) │\n" +" └────────────┘ │ │ ──┐└────────────┘\n" +" -i libvirtxml ────────▶ │ │ ─┐└──────▶ -o glance\n" +" └────────────┘ └─────────▶ -o rhev\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:43 +#: ../v2v/virt-v2v.pod:44 msgid "" "Virt-v2v has a number of possible input and output modes, selected using the " "I<-i> and I<-o> options. Only one input and output mode can be selected for " @@ -87852,7 +87853,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:47 +#: ../v2v/virt-v2v.pod:48 msgid "" "I<-i libvirt> is used for reading from any libvirt source. Since libvirt " "can connect to many different hypervisors, it is used for reading guests " @@ -87861,25 +87862,30 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:52 +#: ../v2v/virt-v2v.pod:53 msgid "" "I<-i disk> is used for reading from local disk images (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:55 +#: ../v2v/virt-v2v.pod:56 +msgid "I<-i ova> is used for reading from a VMware ova source file." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:58 msgid "" "I<-i libvirtxml> is used to read from libvirt XML files. This is the method " "used by L behind the scenes." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:58 +#: ../v2v/virt-v2v.pod:61 msgid "I<-o glance> is used for writing to OpenStack Glance." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:60 +#: ../v2v/virt-v2v.pod:63 msgid "" "I<-o libvirt> is used for writing to any libvirt target. Libvirt can " "connect to local or remote KVM hypervisors. The I<-oc> option selects the " @@ -87887,23 +87893,23 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:64 +#: ../v2v/virt-v2v.pod:67 msgid "" "I<-o local> is used to write to a local disk image (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:66 +#: ../v2v/virt-v2v.pod:69 msgid "I<-o rhev> is used to write to a RHEV-M / oVirt target." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:70 +#: ../v2v/virt-v2v.pod:73 msgid "Convert from VMware vCenter server to local libvirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:72 +#: ../v2v/virt-v2v.pod:75 msgid "" "You have a VMware vCenter server called C, a datacenter " "called C, and an ESXi hypervisor called C. You want to " @@ -87911,7 +87917,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:77 +#: ../v2v/virt-v2v.pod:80 #, no-wrap msgid "" " virt-v2v -ic vpx://example.com/Datacenter/esxi esx_guest\n" @@ -87919,7 +87925,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:79 +#: ../v2v/virt-v2v.pod:82 msgid "" "In this case you will most likely have to run virt-v2v as C, since it " "needs to talk to the system libvirt daemon and copy the guest disks to C below." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:85 +#: ../v2v/virt-v2v.pod:88 msgid "Convert from ESX to RHEV-M/oVirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:87 +#: ../v2v/virt-v2v.pod:90 msgid "" "This is the same as the previous example, except you want to send the guest " "to a RHEV-M Export Storage Domain which is located remotely (over NFS) at " @@ -87948,12 +87954,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:97 +#: ../v2v/virt-v2v.pod:100 msgid "In this case the host running virt-v2v acts as a B." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:99 +#: ../v2v/virt-v2v.pod:102 msgid "" "Note that after conversion, the guest will appear in the RHEV-M Export " "Storage Domain, from where you will need to import it using the RHEV-M user " @@ -87961,49 +87967,49 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:103 +#: ../v2v/virt-v2v.pod:106 #, fuzzy #| msgid "Create empty disk images" msgid "Convert disk image to OpenStack glance" msgstr "空のディスクイメージを作成します" #. type: textblock -#: ../v2v/virt-v2v.pod:105 +#: ../v2v/virt-v2v.pod:108 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on OpenStack (only KVM-based OpenStack is supported), you can do:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:110 +#: ../v2v/virt-v2v.pod:113 #, fuzzy #| msgid "To convert between formats, use the I<--convert> option:" msgid "To control the name of the image in glance, use the I<-on> option." msgstr "形式を変換するには I<--convert> オプションを使用します:" #. type: =head2 -#: ../v2v/virt-v2v.pod:112 +#: ../v2v/virt-v2v.pod:115 #, fuzzy #| msgid "Create empty disk images" msgid "Convert disk image to disk image" msgstr "空のディスクイメージを作成します" #. type: textblock -#: ../v2v/virt-v2v.pod:114 +#: ../v2v/virt-v2v.pod:117 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on KVM, you have two options. The simplest way is to try:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:119 +#: ../v2v/virt-v2v.pod:122 msgid "" "where virt-v2v guesses everything about the input C and (in this " "case) writes the converted result to C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:122 +#: ../v2v/virt-v2v.pod:125 msgid "" "A more complex method is to write some L describing the input guest (if you can get the source " @@ -88012,47 +88018,47 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:129 +#: ../v2v/virt-v2v.pod:132 msgid "" "Since C contains the path(s) to the guest disk image(s) " "you do not need to specify the name of the disk image on the command line." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:141 +#: ../v2v/virt-v2v.pod:144 #, fuzzy #| msgid "B<--merge>" msgid "B<--bridge> ..." msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:143 +#: ../v2v/virt-v2v.pod:146 #, fuzzy #| msgid "B<--network>" msgid "See I<--network> below." msgstr "B<--network>" #. type: textblock -#: ../v2v/virt-v2v.pod:147 +#: ../v2v/virt-v2v.pod:150 msgid "" "Debug garbage collection and memory allocation. This is only useful when " "debugging memory problems in virt-v2v or the OCaml libguestfs bindings." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:151 +#: ../v2v/virt-v2v.pod:154 #, fuzzy #| msgid "B<-i>" msgid "B<-i disk>" msgstr "B<-i>" #. type: textblock -#: ../v2v/virt-v2v.pod:153 +#: ../v2v/virt-v2v.pod:156 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:155 +#: ../v2v/virt-v2v.pod:158 msgid "" "In this mode you can read a virtual machine disk image with no metadata. " "virt-v2v tries to guess the best default metadata. This is usually adequate " @@ -88062,34 +88068,54 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:161 +#: ../v2v/virt-v2v.pod:164 +#, fuzzy +#| msgid "B<-i>" +msgid "B<-i ova>" +msgstr "B<-i>" + +#. type: textblock +#: ../v2v/virt-v2v.pod:166 +msgid "Set the input method to I." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:168 +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 " +"as analyzing the ovf file, and then convert the guest." +msgstr "" + +#. type: =item +#: ../v2v/virt-v2v.pod:172 msgid "B<-i libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:163 +#: ../v2v/virt-v2v.pod:174 msgid "Set the input method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:165 +#: ../v2v/virt-v2v.pod:176 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>)." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:168 +#: ../v2v/virt-v2v.pod:179 msgid "B<-i libvirtxml>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:170 +#: ../v2v/virt-v2v.pod:181 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:172 +#: ../v2v/virt-v2v.pod:183 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 " @@ -88098,87 +88124,90 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:177 +#: ../v2v/virt-v2v.pod:188 #, fuzzy #| msgid "B<-i>" msgid "B<-i local>" msgstr "B<-i>" #. type: textblock -#: ../v2v/virt-v2v.pod:179 +#: ../v2v/virt-v2v.pod:190 #, 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:181 +#: ../v2v/virt-v2v.pod:192 msgid "B<-ic> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:183 +#: ../v2v/virt-v2v.pod:194 msgid "" "Specify a libvirt connection URI to use when reading the guest. This is " "only used when S>." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:186 +#: ../v2v/virt-v2v.pod:197 msgid "" -"Only local libvirt connections and ESX connections can be used. Remote " -"libvirt connections will not work in general." +"Only local libvirt connections, ESX connections, or RHEL 5 Xen remote " +"connections can be used. Other remote libvirt connections will not work in " +"general." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:189 +#: ../v2v/virt-v2v.pod:201 #, fuzzy #| msgid "See also L below." -msgid "See also L below." +msgid "" +"See also L, L " +"below." msgstr "以下の L 参照。" #. type: =item -#: ../v2v/virt-v2v.pod:191 +#: ../v2v/virt-v2v.pod:204 #, fuzzy #| msgid "B<--format>" msgid "B<-if> format" msgstr "B<--format>" #. type: textblock -#: ../v2v/virt-v2v.pod:193 +#: ../v2v/virt-v2v.pod:206 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:203 +#: ../v2v/virt-v2v.pod:216 #, fuzzy #| msgid "B<--network>" msgid "B<--network> in:out" msgstr "B<--network>" #. type: =item -#: ../v2v/virt-v2v.pod:205 +#: ../v2v/virt-v2v.pod:218 #, fuzzy #| msgid "B<--network>" msgid "B<--network> out" msgstr "B<--network>" #. type: =item -#: ../v2v/virt-v2v.pod:207 +#: ../v2v/virt-v2v.pod:220 msgid "B<--bridge> in:out" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:209 +#: ../v2v/virt-v2v.pod:222 #, fuzzy #| msgid "B<--merge>" msgid "B<--bridge> out" msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:211 +#: ../v2v/virt-v2v.pod:224 msgid "" "Map network (or bridge) called C to network (or bridge) called C. " "If no C prefix is given, all other networks (or bridges) are mapped to " @@ -88186,28 +88215,28 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:215 +#: ../v2v/virt-v2v.pod:228 #, fuzzy #| msgid "See L below." msgid "See L below." msgstr "以下の L 参照。" #. type: =item -#: ../v2v/virt-v2v.pod:217 +#: ../v2v/virt-v2v.pod:230 #, fuzzy #| msgid "B<--no-sync>" msgid "B<--no-copy>" msgstr "B<--no-sync>" #. type: textblock -#: ../v2v/virt-v2v.pod:219 +#: ../v2v/virt-v2v.pod:232 msgid "" "Don't copy the disks. Instead, conversion is performed (and thrown away), " "and metadata is written, but no disks are created." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:222 +#: ../v2v/virt-v2v.pod:235 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 " @@ -88215,26 +88244,26 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:226 +#: ../v2v/virt-v2v.pod:239 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:229 +#: ../v2v/virt-v2v.pod:242 msgid "This option is not compatible with I<-o glance> for technical reasons." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:231 +#: ../v2v/virt-v2v.pod:244 #, fuzzy #| msgid "B<-o kernel_cache>" msgid "B<-o glance>" msgstr "B<-o kernel_cache>" #. type: textblock -#: ../v2v/virt-v2v.pod:233 +#: ../v2v/virt-v2v.pod:246 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> " @@ -88242,41 +88271,41 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:237 +#: ../v2v/virt-v2v.pod:250 msgid "B<-o libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:239 +#: ../v2v/virt-v2v.pod:252 msgid "Set the output method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:241 +#: ../v2v/virt-v2v.pod:254 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:244 +#: ../v2v/virt-v2v.pod:257 #, fuzzy #| msgid "see L below." msgid "See L below." msgstr "以下の L 参照。" #. type: =item -#: ../v2v/virt-v2v.pod:246 +#: ../v2v/virt-v2v.pod:259 msgid "B<-o local>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:248 +#: ../v2v/virt-v2v.pod:261 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:250 +#: ../v2v/virt-v2v.pod:263 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 " @@ -88284,48 +88313,59 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:254 +#: ../v2v/virt-v2v.pod:267 #, no-wrap msgid "" -" /dir/disk-sda\n" -" /dir/disk-sdb\n" +" /dir/name-sda\n" +" /dir/name-sdb\n" " [etc]\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:258 +#: ../v2v/virt-v2v.pod:271 +msgid "and a libvirt XML file is created containing guest metadata:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:273 +#, no-wrap msgid "" -"and a libvirt XML file is created containing guest metadata (C, where C is the guest name)." +" /dir/name.xml\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:275 +msgid "where C is the guest name." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:261 +#: ../v2v/virt-v2v.pod:277 #, fuzzy #| msgid "B<-o option>" msgid "B<-o ovirt>" msgstr "B<-o option>" #. type: textblock -#: ../v2v/virt-v2v.pod:263 +#: ../v2v/virt-v2v.pod:279 #, 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:265 +#: ../v2v/virt-v2v.pod:281 msgid "B<-o rhev>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:267 +#: ../v2v/virt-v2v.pod:283 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:269 +#: ../v2v/virt-v2v.pod:285 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 " @@ -88334,97 +88374,97 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:274 +#: ../v2v/virt-v2v.pod:290 msgid "B<-oa sparse>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:276 +#: ../v2v/virt-v2v.pod:292 msgid "B<-oa preallocated>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:278 +#: ../v2v/virt-v2v.pod:294 msgid "Set the output file allocation mode. The default is C." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:280 +#: ../v2v/virt-v2v.pod:296 msgid "B<-oc> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:282 +#: ../v2v/virt-v2v.pod:298 msgid "" "Specify a libvirt connection to use when writing the converted guest. This " "is only used when S>. See L below." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:285 +#: ../v2v/virt-v2v.pod:301 msgid "" "Only local libvirt connections can be used. Remote libvirt connections will " "not work." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:288 +#: ../v2v/virt-v2v.pod:304 msgid "B<-of> format" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:290 +#: ../v2v/virt-v2v.pod:306 msgid "When converting the guest, convert the disks to the given format." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:292 +#: ../v2v/virt-v2v.pod:308 msgid "If not specified, then the input format is used." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:294 +#: ../v2v/virt-v2v.pod:310 msgid "B<-on> name" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:296 +#: ../v2v/virt-v2v.pod:312 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:299 +#: ../v2v/virt-v2v.pod:315 msgid "B<-os> storage" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:301 +#: ../v2v/virt-v2v.pod:317 msgid "The location of the storage for the converted guest." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:303 +#: ../v2v/virt-v2v.pod:319 msgid "" "For I<-o libvirt>, this is a libvirt directory pool (see S>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:306 +#: ../v2v/virt-v2v.pod:322 msgid "For I<-o local>, this is a directory name. The directory must exist." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:308 +#: ../v2v/virt-v2v.pod:324 msgid "" "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the " "form ChostE:EpathE>, eg:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:311 +#: ../v2v/virt-v2v.pod:327 #, no-wrap msgid "" " rhev-storage.example.com:/rhev/export\n" @@ -88432,7 +88472,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:313 +#: ../v2v/virt-v2v.pod:329 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. " @@ -88440,7 +88480,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:317 +#: ../v2v/virt-v2v.pod:333 msgid "" "B 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 " @@ -88448,21 +88488,21 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:322 +#: ../v2v/virt-v2v.pod:338 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:325 +#: ../v2v/virt-v2v.pod:341 #, fuzzy #| msgid "B<--parts>" msgid "B<--print-source>" msgstr "B<--parts>" #. type: textblock -#: ../v2v/virt-v2v.pod:327 +#: ../v2v/virt-v2v.pod:343 msgid "" "Print information about the source guest and stop. This option is useful " "when you are setting up network and bridge maps. See L UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:339 +#: ../v2v/virt-v2v.pod:355 msgid "B<--rhev-vol-uuid> UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:341 +#: ../v2v/virt-v2v.pod:357 #, fuzzy #| msgid "B *" msgid "B<--rhev-vm-uuid> UUID" msgstr "B *" #. type: textblock -#: ../v2v/virt-v2v.pod:343 +#: ../v2v/virt-v2v.pod:359 msgid "Normally the RHEV output mode chooses a random UUID for each of:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:349 +#: ../v2v/virt-v2v.pod:365 msgid "the image directory (I<--rhev-image-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:353 +#: ../v2v/virt-v2v.pod:369 msgid "once for each guest disk (I<--rhev-vol-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:357 +#: ../v2v/virt-v2v.pod:373 msgid "the VM and OVF file (I<--rhev-vm-uuid>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:361 +#: ../v2v/virt-v2v.pod:377 msgid "However you can force specific UUIDs instead by using these options." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:363 +#: ../v2v/virt-v2v.pod:379 msgid "" "You can use I<--rhev-image-uuid> and I<--rhev-vm-uuid> on the command line " "at most once." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:366 +#: ../v2v/virt-v2v.pod:382 msgid "" "If the guest has more than one virtual disk, then you should use I<--rhev-" "vol-uuid> multiple times to change the UUID of each guest disk." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:370 +#: ../v2v/virt-v2v.pod:386 msgid "" "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex " "digit can be C<0-9> or C), conforming to S." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:373 +#: ../v2v/virt-v2v.pod:389 msgid "These options can only be used with I<-o rhev>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:375 +#: ../v2v/virt-v2v.pod:391 msgid "B<--root ask>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:377 +#: ../v2v/virt-v2v.pod:393 msgid "B<--root single>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:379 +#: ../v2v/virt-v2v.pod:395 msgid "B<--root first>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:381 +#: ../v2v/virt-v2v.pod:397 msgid "B<--root> /dev/sdX" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:383 +#: ../v2v/virt-v2v.pod:399 msgid "B<--root> /dev/VG/LV" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:385 +#: ../v2v/virt-v2v.pod:401 msgid "Choose the root filesystem to be converted." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:387 +#: ../v2v/virt-v2v.pod:403 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 " @@ -88579,14 +88619,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:395 +#: ../v2v/virt-v2v.pod:411 msgid "" "The default in virt-v2v E 0.7.1 was S>, which causes " "virt-v2v to die if a multi-boot operating system is found." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:398 +#: ../v2v/virt-v2v.pod:414 msgid "" "Since virt-v2v E 0.7.2 the default is now S>: If the VM is " "found to be multi-boot, then virt-v2v will stop and list the possible root " @@ -88595,7 +88635,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:403 +#: ../v2v/virt-v2v.pod:419 msgid "" "S> means to choose the first root device in the case of a " "multi-boot operating system. Since this is a heuristic, it may sometimes " @@ -88603,7 +88643,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:407 +#: ../v2v/virt-v2v.pod:423 msgid "" "You can also name a specific root device, eg. S> would " "mean to use the second partition on the first hard drive. If the named root " @@ -88612,7 +88652,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:412 +#: ../v2v/virt-v2v.pod:428 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 " @@ -88622,19 +88662,19 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:430 +#: ../v2v/virt-v2v.pod:446 msgid "B<--vmtype desktop>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:432 +#: ../v2v/virt-v2v.pod:448 #, fuzzy #| msgid "B<--merge>" msgid "B<--vmtype server>" msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:434 +#: ../v2v/virt-v2v.pod:450 msgid "" "For the RHEV target only, specify the type of guest. You can set this to " "C or C. If the option is not given, then a suitable " @@ -88642,12 +88682,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:445 +#: ../v2v/virt-v2v.pod:461 msgid "XEN PARAVIRTUALIZED GUESTS" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:447 +#: ../v2v/virt-v2v.pod:463 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 " @@ -88656,7 +88696,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:452 +#: ../v2v/virt-v2v.pod:468 msgid "" "Therefore before conversion you should check that a regular kernel is " "installed. For some older Linux distributions, this means installing a " @@ -88664,7 +88704,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:456 +#: ../v2v/virt-v2v.pod:472 #, no-wrap msgid "" " RHEL 3 (Does not apply, as there was no Xen PV kernel)\n" @@ -88672,7 +88712,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:458 +#: ../v2v/virt-v2v.pod:474 #, no-wrap msgid "" " RHEL 4 i686 with > 10GB of RAM: install 'kernel-hugemem'\n" @@ -88685,7 +88725,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:465 +#: ../v2v/virt-v2v.pod:481 #, no-wrap msgid "" " RHEL 5 i686: install 'kernel-PAE'\n" @@ -88694,7 +88734,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:468 +#: ../v2v/virt-v2v.pod:484 #, no-wrap msgid "" " SLES 10 i586 with > 10GB of RAM: install 'kernel-bigsmp'\n" @@ -88706,7 +88746,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:474 +#: ../v2v/virt-v2v.pod:490 #, no-wrap msgid "" " SLES 11+ i586: install 'kernel-pae'\n" @@ -88715,7 +88755,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:477 +#: ../v2v/virt-v2v.pod:493 #, no-wrap msgid "" " Windows (Does not apply, as there is no Xen PV Windows kernel)\n" @@ -88723,19 +88763,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:479 +#: ../v2v/virt-v2v.pod:495 msgid "ENABLING VIRTIO" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:481 +#: ../v2v/virt-v2v.pod:497 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:484 +#: ../v2v/virt-v2v.pod:500 msgid "" "Older versions of virt-v2v could install these drivers for certain Linux " "guests. This version of virt-v2v does I attempt to install new Linux " @@ -88743,7 +88783,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:489 +#: ../v2v/virt-v2v.pod:505 msgid "" "In order to enable virtio, and hence improve performance of the guest after " "conversion, you should ensure that the B versions of packages are " @@ -88751,7 +88791,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:494 +#: ../v2v/virt-v2v.pod:510 #, no-wrap msgid "" " RHEL 3 No virtio drivers are available\n" @@ -88759,7 +88799,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:496 +#: ../v2v/virt-v2v.pod:512 #, no-wrap msgid "" " RHEL 4 kernel >= 2.5.9-89.EL\n" @@ -88767,7 +88807,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:498 +#: ../v2v/virt-v2v.pod:514 #, no-wrap msgid "" " RHEL 5 kernel >= 2.6.18-128.el5\n" @@ -88777,7 +88817,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:502 +#: ../v2v/virt-v2v.pod:518 #, no-wrap msgid "" " RHEL 6+ All versions support virtio\n" @@ -88785,7 +88825,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:504 +#: ../v2v/virt-v2v.pod:520 #, no-wrap msgid "" " Fedora All versions support virtio\n" @@ -88793,7 +88833,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:506 +#: ../v2v/virt-v2v.pod:522 #, no-wrap msgid "" " SLES 11+ All versions support virtio\n" @@ -88801,7 +88841,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:508 +#: ../v2v/virt-v2v.pod:524 #, no-wrap msgid "" " SLES 10 kernel >= 2.6.16.60-0.85.1\n" @@ -88809,7 +88849,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:510 +#: ../v2v/virt-v2v.pod:526 #, no-wrap msgid "" " OpenSUSE 11+ All versions support virtio\n" @@ -88817,7 +88857,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:512 +#: ../v2v/virt-v2v.pod:528 #, no-wrap msgid "" " OpenSUSE 10 kernel >= 2.6.25.5-1.1\n" @@ -88825,7 +88865,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:514 +#: ../v2v/virt-v2v.pod:530 #, no-wrap msgid "" " Windows Drivers are installed from /usr/share/virtio-win\n" @@ -88834,12 +88874,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:517 +#: ../v2v/virt-v2v.pod:533 msgid "NETWORKS AND BRIDGES" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:519 +#: ../v2v/virt-v2v.pod:535 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 " @@ -88847,7 +88887,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:524 +#: ../v2v/virt-v2v.pod:540 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 " @@ -88857,14 +88897,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:530 +#: ../v2v/virt-v2v.pod:546 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:533 +#: ../v2v/virt-v2v.pod:549 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -88875,21 +88915,21 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:538 +#: ../v2v/virt-v2v.pod:554 msgid "" "This is typical of a libvirt guest: It has a single network interface " "connected to a network called C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:541 +#: ../v2v/virt-v2v.pod:557 msgid "" "To map a specific network to a target network, for example C on the " "source to C on the target, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:544 +#: ../v2v/virt-v2v.pod:560 #, no-wrap msgid "" " virt-v2v [...] --network default:rhevm\n" @@ -88897,12 +88937,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:546 +#: ../v2v/virt-v2v.pod:562 msgid "To map every network to a target network, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:548 +#: ../v2v/virt-v2v.pod:564 #, no-wrap msgid "" " virt-v2v [...] --network rhevm\n" @@ -88910,14 +88950,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:550 +#: ../v2v/virt-v2v.pod:566 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:553 +#: ../v2v/virt-v2v.pod:569 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -88928,7 +88968,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:558 +#: ../v2v/virt-v2v.pod:574 #, no-wrap msgid "" " $ virt-v2v [...] --bridge br0:targetbr\n" @@ -88936,23 +88976,23 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:560 +#: ../v2v/virt-v2v.pod:576 msgid "INPUT FROM VMWARE VCENTER SERVER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:562 +#: ../v2v/virt-v2v.pod:578 msgid "Virt-v2v is able to import guests from VMware vCenter Server." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:564 +#: ../v2v/virt-v2v.pod:580 msgid "" "Note that virt-v2v B import guests directly from an ESXi hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:567 +#: ../v2v/virt-v2v.pod:583 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 " @@ -88960,12 +89000,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:571 +#: ../v2v/virt-v2v.pod:587 msgid "The libvirt URI of a vCenter server looks something like this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:573 +#: ../v2v/virt-v2v.pod:589 #, no-wrap msgid "" " vpx://user@server/Datacenter/esxi\n" @@ -88973,7 +89013,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:575 +#: ../v2v/virt-v2v.pod:591 msgid "" "where C is the (optional, but recommended) user to connect as, " "C is the vCenter Server (I hypervisor), C is the " @@ -88982,25 +89022,25 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:580 +#: ../v2v/virt-v2v.pod:596 msgid "" "For full details of libvirt URIs, see: L" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:582 +#: ../v2v/virt-v2v.pod:598 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:584 +#: ../v2v/virt-v2v.pod:600 msgid "" "Use the L command to list the guests on the vCenter Server like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:587 +#: ../v2v/virt-v2v.pod:603 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n" @@ -89009,7 +89049,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:590 +#: ../v2v/virt-v2v.pod:606 #, no-wrap msgid "" " Id Name State\n" @@ -89020,7 +89060,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:595 +#: ../v2v/virt-v2v.pod:611 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 " @@ -89029,7 +89069,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:600 +#: ../v2v/virt-v2v.pod:616 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list --all\n" @@ -89037,14 +89077,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:602 +#: ../v2v/virt-v2v.pod:618 ../v2v/virt-v2v.pod:686 msgid "" "You should also try dumping the metadata from any guest on your server, like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:605 +#: ../v2v/virt-v2v.pod:621 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows 2003\"\n" @@ -89056,7 +89096,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:611 +#: ../v2v/virt-v2v.pod:627 msgid "" "B. Fix your libvirt configuration and/or your VMware vCenter Server " @@ -89064,17 +89104,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:615 +#: ../v2v/virt-v2v.pod:631 msgid "ESX: IMPORTING A GUEST" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:617 +#: ../v2v/virt-v2v.pod:633 msgid "To import a particular guest from vCenter Server, do:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:619 +#: ../v2v/virt-v2v.pod:635 #, no-wrap msgid "" " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' \\\n" @@ -89084,13 +89124,13 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:623 +#: ../v2v/virt-v2v.pod:639 msgid "" "where C is the name of the guest (which must be shut down)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:626 +#: ../v2v/virt-v2v.pod:642 msgid "" "Note that you may be asked for the vCenter password I. This happens " "once because libvirt needs it, and a second time because virt-v2v itself " @@ -89098,60 +89138,192 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:630 +#: ../v2v/virt-v2v.pod:646 ../v2v/virt-v2v.pod:710 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 " -"libvirt or RHEV." +"libvirt or any other supported target." msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:634 +#: ../v2v/virt-v2v.pod:650 +msgid "INPUT FROM RHEL 5 XEN" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:652 +msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:654 +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 " +"to specify it on the command line." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:658 +msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:660 +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:663 +msgid "" +"You must also use ssh-agent, and add your ssh public key to C (on the Xen host)." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:666 +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:669 +#, no-wrap +msgid "" +" $ ssh root@xen.example.com\n" +" [ logs straight into the shell, no password is requested ]\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:672 +msgid "" +"Note that password-interactive and Kerberos access are B supported. " +"You B to set up ssh access using ssh-agent and authorized_keys." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:676 +msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:678 +#, fuzzy +#| msgid "Use L to list the filesystems in the guest." +msgid "Use the L command to list the guests on the remote Xen host:" +msgstr "" +"仮想マシンにあるファイルシステムを一覧表示するには L を" +"使用します。" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:680 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com list --all\n" +" Id Name State\n" +" ----------------------------------------------------\n" +" 0 Domain-0 running\n" +" - rhel49-x86_64-pv shut off\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:689 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n" +" \n" +" rhel49-x86_64-pv\n" +" [...]\n" +" \n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:695 +msgid "" +"B. Fix your libvirt configuration or the remote server before " +"continuing." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:699 +msgid "XEN: IMPORTING A GUEST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:701 +msgid "To import a particular guest from a Xen server, do:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:703 +#, no-wrap +msgid "" +" $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n" +" rhel49-x86_64-pv \\\n" +" -o local -os /var/tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:707 +msgid "" +"where C is the name of the guest (which must be shut down)." +msgstr "" + +#. type: =head1 +#: ../v2v/virt-v2v.pod:714 msgid "OUTPUT TO LIBVIRT" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:636 +#: ../v2v/virt-v2v.pod:716 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:643 +#: ../v2v/virt-v2v.pod:723 msgid "" "You can only use a local libvirt connection [see below for how to workaround " "this]." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:648 +#: ../v2v/virt-v2v.pod:728 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:653 +#: ../v2v/virt-v2v.pod:733 msgid "You can only upload to a KVM hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:657 +#: ../v2v/virt-v2v.pod:737 msgid "" "B you have to use the following workaround:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:664 +#: ../v2v/virt-v2v.pod:744 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:667 +#: ../v2v/virt-v2v.pod:747 #, no-wrap msgid "" " virt-v2v [...] -o local -os /var/tmp\n" @@ -89159,14 +89331,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:669 +#: ../v2v/virt-v2v.pod:749 #, fuzzy #| msgid "This removes temporary files under C and C." msgid "This creates two (or more) files in C called:" msgstr "これは C と C の中にある一時ファイルを削除します。" #. type: verbatim -#: ../v2v/virt-v2v.pod:671 +#: ../v2v/virt-v2v.pod:751 #, no-wrap msgid "" " /var/tmp/NAME.xml # the libvirt XML (metadata)\n" @@ -89175,17 +89347,17 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:674 +#: ../v2v/virt-v2v.pod:754 msgid "(for C substitute the guest's name)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:678 +#: ../v2v/virt-v2v.pod:758 msgid "Upload the converted disk(s) into the storage pool called C:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:680 +#: ../v2v/virt-v2v.pod:760 #, no-wrap msgid "" " size=$(stat -c%s /var/tmp/NAME-sda)\n" @@ -89195,14 +89367,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:686 +#: ../v2v/virt-v2v.pod:766 msgid "" "Edit C to change C to the pool name. " "In other words, locate the following bit of XML:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:689 +#: ../v2v/virt-v2v.pod:769 #, no-wrap msgid "" " \n" @@ -89214,7 +89386,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:695 +#: ../v2v/virt-v2v.pod:775 msgid "" "and change two things: The C attribute must be changed to " "C, and the CsourceE> element must be changed to " @@ -89222,7 +89394,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:699 +#: ../v2v/virt-v2v.pod:779 #, no-wrap msgid "" " \n" @@ -89234,12 +89406,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:707 +#: ../v2v/virt-v2v.pod:787 msgid "Define the final guest in libvirt:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:709 +#: ../v2v/virt-v2v.pod:789 #, no-wrap msgid "" " virsh define /var/tmp/NAME.xml\n" @@ -89247,19 +89419,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:713 +#: ../v2v/virt-v2v.pod:793 msgid "MINIMAL XML FOR -i libvirtxml OPTION" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:715 +#: ../v2v/virt-v2v.pod:795 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:719 +#: ../v2v/virt-v2v.pod:799 msgid "" "B If you have libvirt metadata for the guest, always use that " @@ -89267,7 +89439,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:723 +#: ../v2v/virt-v2v.pod:803 #, no-wrap msgid "" " \n" @@ -89300,7 +89472,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:752 +#: ../v2v/virt-v2v.pod:832 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 " @@ -89308,14 +89480,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:758 +#: ../v2v/virt-v2v.pod:838 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:761 +#: ../v2v/virt-v2v.pod:841 #, no-wrap msgid "" " $ virt-v2v --machine-readable\n" @@ -89325,7 +89497,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:790 +#: ../v2v/virt-v2v.pod:870 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 " @@ -89333,36 +89505,36 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:796 +#: ../v2v/virt-v2v.pod:876 msgid "" "Virt-v2v E 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:803 +#: ../v2v/virt-v2v.pod:883 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:805 ../v2v/virt-v2v.pod:859 +#: ../v2v/virt-v2v.pod:885 ../v2v/virt-v2v.pod:939 msgid "(Optional)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:807 +#: ../v2v/virt-v2v.pod:887 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:817 +#: ../v2v/virt-v2v.pod:897 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:828 +#: ../v2v/virt-v2v.pod:908 msgid "" "Note that if C<$TMPDIR> is a tmpfs (eg. if C is on tmpfs, or if you " "use C), tmpfs defaults to a maximum size of I of " @@ -89372,31 +89544,31 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:838 +#: ../v2v/virt-v2v.pod:918 msgid "" "This can point to the directory containing data files used for Windows " "conversion." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:850 +#: ../v2v/virt-v2v.pod:930 msgid "(Required when doing conversions of Windows guests)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:852 +#: ../v2v/virt-v2v.pod:932 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:857 +#: ../v2v/virt-v2v.pod:937 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:861 +#: ../v2v/virt-v2v.pod:941 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. " @@ -89406,14 +89578,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:867 +#: ../v2v/virt-v2v.pod:947 msgid "" "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not " "distributed with virt-v2v." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:878 +#: ../v2v/virt-v2v.pod:958 #, fuzzy #| msgid "" #| "L, L, L, L, L, L." #. type: textblock -#: ../v2v/virt-v2v.pod:895 +#: ../v2v/virt-v2v.pod:975 msgid "Mike Latimer" msgstr "" diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 959b83ac2..7ec50d072 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.36\n" +"Project-Id-Version: libguestfs 1.27.37\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2014-09-02 17:05+0200\n" +"POT-Creation-Date: 2014-09-04 14:52+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -246,12 +246,12 @@ msgid "If you just want the exit code with no output, use the I<-q> option." msgstr "" #. type: =head1 -#: ../align/virt-alignment-scan.pod:101 ../appliance/libguestfs-make-fixed-appliance.pod:97 ../builder/virt-builder.pod:174 ../builder/virt-index-validate.pod:19 ../cat/virt-cat.pod:51 ../cat/virt-filesystems.pod:89 ../cat/virt-log.pod:34 ../cat/virt-ls.pod:249 ../customize/virt-customize.pod:27 ../daemon/guestfsd.pod:43 ../df/virt-df.pod:71 ../diff/virt-diff.pod:35 ../edit/virt-edit.pod:60 ../fish/guestfish.pod:152 ../fish/virt-copy-in.pod:43 ../fish/virt-copy-out.pod:32 ../fish/virt-tar-in.pod:40 ../fish/virt-tar-out.pod:34 ../format/virt-format.pod:57 ../fuse/guestmount.pod:159 ../fuse/guestunmount.pod:70 ../inspector/virt-inspector.pod:52 ../make-fs/virt-make-fs.pod:117 ../p2v/virt-p2v.pod:227 ../rescue/virt-rescue.pod:113 ../resize/virt-resize.pod:266 ../sparsify/virt-sparsify.pod:114 ../sysprep/virt-sysprep.pod:38 ../test-tool/libguestfs-test-tool.pod:34 ../tools/virt-list-filesystems:52 ../tools/virt-list-partitions:53 ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:133 +#: ../align/virt-alignment-scan.pod:101 ../appliance/libguestfs-make-fixed-appliance.pod:97 ../builder/virt-builder.pod:174 ../builder/virt-index-validate.pod:19 ../cat/virt-cat.pod:51 ../cat/virt-filesystems.pod:89 ../cat/virt-log.pod:34 ../cat/virt-ls.pod:249 ../customize/virt-customize.pod:27 ../daemon/guestfsd.pod:43 ../df/virt-df.pod:71 ../diff/virt-diff.pod:35 ../edit/virt-edit.pod:60 ../fish/guestfish.pod:152 ../fish/virt-copy-in.pod:43 ../fish/virt-copy-out.pod:32 ../fish/virt-tar-in.pod:40 ../fish/virt-tar-out.pod:34 ../format/virt-format.pod:57 ../fuse/guestmount.pod:159 ../fuse/guestunmount.pod:70 ../inspector/virt-inspector.pod:52 ../make-fs/virt-make-fs.pod:117 ../p2v/virt-p2v.pod:227 ../rescue/virt-rescue.pod:113 ../resize/virt-resize.pod:266 ../sparsify/virt-sparsify.pod:114 ../sysprep/virt-sysprep.pod:38 ../test-tool/libguestfs-test-tool.pod:34 ../tools/virt-list-filesystems:52 ../tools/virt-list-partitions:53 ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:136 msgid "OPTIONS" msgstr "" #. type: =item -#: ../align/virt-alignment-scan.pod:105 ../appliance/libguestfs-make-fixed-appliance.pod:101 ../builder/virt-builder.pod:178 ../builder/virt-index-validate.pod:62 ../cat/virt-cat.pod:55 ../cat/virt-filesystems.pod:93 ../cat/virt-log.pod:38 ../cat/virt-ls.pod:253 ../customize/virt-customize.pod:31 ../daemon/guestfsd.pod:49 ../df/virt-df.pod:75 ../diff/virt-diff.pod:39 ../edit/virt-edit.pod:64 ../fish/guestfish.pod:156 ../format/virt-format.pod:61 ../fuse/guestmount.pod:240 ../fuse/guestunmount.pod:79 ../inspector/virt-inspector.pod:56 ../make-fs/virt-make-fs.pod:121 ../p2v/virt-p2v.pod:231 ../rescue/virt-rescue.pod:117 ../resize/virt-resize.pod:270 ../sparsify/virt-sparsify.pod:118 ../sysprep/virt-sysprep.pod:42 ../test-tool/libguestfs-test-tool.pod:38 ../tools/virt-list-filesystems:60 ../tools/virt-list-partitions:61 ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:137 +#: ../align/virt-alignment-scan.pod:105 ../appliance/libguestfs-make-fixed-appliance.pod:101 ../builder/virt-builder.pod:178 ../builder/virt-index-validate.pod:62 ../cat/virt-cat.pod:55 ../cat/virt-filesystems.pod:93 ../cat/virt-log.pod:38 ../cat/virt-ls.pod:253 ../customize/virt-customize.pod:31 ../daemon/guestfsd.pod:49 ../df/virt-df.pod:75 ../diff/virt-diff.pod:39 ../edit/virt-edit.pod:64 ../fish/guestfish.pod:156 ../format/virt-format.pod:61 ../fuse/guestmount.pod:240 ../fuse/guestunmount.pod:79 ../inspector/virt-inspector.pod:56 ../make-fs/virt-make-fs.pod:121 ../p2v/virt-p2v.pod:231 ../rescue/virt-rescue.pod:117 ../resize/virt-resize.pod:270 ../sparsify/virt-sparsify.pod:118 ../sysprep/virt-sysprep.pod:42 ../test-tool/libguestfs-test-tool.pod:38 ../tools/virt-list-filesystems:60 ../tools/virt-list-partitions:61 ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:140 msgid "B<--help>" msgstr "" @@ -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:507 ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 ../v2v/virt-v2v.pod:331 +#: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178 ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:507 ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 ../v2v/virt-v2v.pod:347 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:509 ../sparsify/virt-sparsify.pod:245 ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:333 +#: ../align/virt-alignment-scan.pod:179 ../builder/virt-builder.pod:452 ../customize/virt-customize.pod:180 ../fuse/guestunmount.pod:85 ../resize/virt-resize.pod:509 ../sparsify/virt-sparsify.pod:245 ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:349 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:240 ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:577 ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219 ../v2v/virt-v2v.pod:418 +#: ../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:240 ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:577 ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219 ../v2v/virt-v2v.pod:434 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:242 ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:579 ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221 ../v2v/virt-v2v.pod:420 +#: ../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:242 ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:579 ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221 ../v2v/virt-v2v.pod:436 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:422 +#: ../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:438 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 ../inspector/virt-inspector.pod:122 ../make-fs/virt-make-fs.pod:203 ../p2v/virt-p2v.pod:246 ../rescue/virt-rescue.pod:244 ../resize/virt-resize.pod:583 ../sparsify/virt-sparsify.pod:298 ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59 ../v2v/virt-v2v.pod:424 +#: ../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 ../inspector/virt-inspector.pod:122 ../make-fs/virt-make-fs.pod:203 ../p2v/virt-p2v.pod:246 ../rescue/virt-rescue.pod:244 ../resize/virt-resize.pod:583 ../sparsify/virt-sparsify.pod:298 ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59 ../v2v/virt-v2v.pod:440 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 ../inspector/virt-inspector.pod:124 ../make-fs/virt-make-fs.pod:205 ../p2v/virt-p2v.pod:248 ../rescue/virt-rescue.pod:246 ../resize/virt-resize.pod:585 ../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:426 +#: ../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 ../inspector/virt-inspector.pod:124 ../make-fs/virt-make-fs.pod:205 ../p2v/virt-p2v.pod:248 ../rescue/virt-rescue.pod:246 ../resize/virt-resize.pod:585 ../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:442 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.pod:250 ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:587 ../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:428 +#: ../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.pod:250 ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:587 ../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:444 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:589 ../sparsify/virt-sparsify.pod:304 ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155 ../v2v/virt-v2v.pod:439 +#: ../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:589 ../sparsify/virt-sparsify.pod:304 ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155 ../v2v/virt-v2v.pod:455 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:591 ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 ../v2v/virt-v2v.pod:441 +#: ../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:591 ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 ../v2v/virt-v2v.pod:457 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-builder.pod:792 ../builder/virt-builder.pod:796 ../builder/virt-builder.pod:801 ../builder/virt-builder.pod:805 ../builder/virt-builder.pod:809 ../builder/virt-builder.pod:814 ../builder/virt-builder.pod:987 ../builder/virt-builder.pod:992 ../builder/virt-builder.pod:1540 ../builder/virt-builder.pod:1544 ../builder/virt-builder.pod:1548 ../builder/virt-index-validate.pod:32 ../builder/virt-index-validate.pod:37 ../builder/virt-index-validate.pod:51 ../builder/virt-index-validate.pod:56 ../cat/virt-cat.pod:214 ../cat/virt-cat.pod:219 ../cat/virt-cat.pod:224 ../cat/virt-cat.pod:235 ../cat/virt-cat.pod:239 ../customize/customize-options.pod:196 ../customize/customize-options.pod:200 ../edit/virt-edit.pod:308 ../edit/virt-edit.pod:313 ../edit/virt-edit.pod:318 ../edit/virt-edit.pod:329 ../edit/virt-edit.pod:333 ../examples/guestfs-faq.pod:188 ../examples/guestfs-faq.pod:194 ../examples/guestfs-faq.pod:198 ../examples/guestfs-faq.pod:203 ../examples/guestfs-faq.pod:757 ../examples/guestfs-faq.pod:763 ../examples/guestfs-faq.pod:802 ../examples/guestfs-faq.pod:808 ../examples/guestfs-faq.pod:873 ../examples/guestfs-faq.pod:877 ../examples/guestfs-faq.pod:881 ../examples/guestfs-faq.pod:885 ../examples/guestfs-faq.pod:893 ../examples/guestfs-faq.pod:898 ../examples/guestfs-performance.pod:105 ../examples/guestfs-performance.pod:111 ../examples/guestfs-performance.pod:116 ../examples/guestfs-performance.pod:243 ../examples/guestfs-performance.pod:248 ../examples/guestfs-performance.pod:253 ../examples/guestfs-performance.pod:372 ../examples/guestfs-performance.pod:376 ../examples/guestfs-performance.pod:382 ../examples/guestfs-performance.pod:388 ../examples/guestfs-recipes.pod:229 ../examples/guestfs-recipes.pod:233 ../examples/guestfs-recipes.pod:237 ../examples/guestfs-recipes.pod:263 ../examples/guestfs-recipes.pod:268 ../examples/guestfs-recipes.pod:375 ../examples/guestfs-recipes.pod:379 ../examples/guestfs-recipes.pod:383 ../examples/guestfs-recipes.pod:387 ../examples/guestfs-recipes.pod:391 ../examples/guestfs-testing.pod:67 ../examples/guestfs-testing.pod:74 ../examples/guestfs-testing.pod:85 ../examples/guestfs-testing.pod:94 ../examples/guestfs-testing.pod:203 ../examples/guestfs-testing.pod:207 ../examples/guestfs-testing.pod:211 ../fish/guestfish-actions.pod:748 ../fish/guestfish-actions.pod:754 ../fish/guestfish-actions.pod:762 ../fish/guestfish-actions.pod:769 ../fish/guestfish-actions.pod:776 ../fish/guestfish-actions.pod:2071 ../fish/guestfish-actions.pod:2075 ../fish/guestfish-actions.pod:2079 ../fish/guestfish-actions.pod:2083 ../fish/guestfish-actions.pod:2091 ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2099 ../fish/guestfish-actions.pod:2109 ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2231 ../fish/guestfish-actions.pod:2235 ../fish/guestfish-actions.pod:2240 ../fish/guestfish-actions.pod:2282 ../fish/guestfish-actions.pod:2286 ../fish/guestfish-actions.pod:2291 ../fish/guestfish-actions.pod:2850 ../fish/guestfish-actions.pod:2857 ../fish/guestfish-actions.pod:2864 ../fish/guestfish-actions.pod:3450 ../fish/guestfish-actions.pod:3456 ../fish/guestfish-actions.pod:3464 ../fish/guestfish-actions.pod:3471 ../fish/guestfish-actions.pod:3478 ../fish/guestfish.pod:474 ../fish/guestfish.pod:478 ../fish/guestfish.pod:482 ../fish/guestfish.pod:486 ../fish/guestfish.pod:1330 ../fish/guestfish.pod:1336 ../fish/libguestfs-tools.conf.pod:22 ../fish/libguestfs-tools.conf.pod:26 ../fish/libguestfs-tools.conf.pod:30 ../fish/libguestfs-tools.conf.pod:60 ../fish/libguestfs-tools.conf.pod:65 ../fish/libguestfs-tools.conf.pod:69 ../fish/libguestfs-tools.conf.pod:75 ../golang/examples/guestfs-golang.pod:58 ../golang/examples/guestfs-golang.pod:62 ../guestfs-release-notes.pod:238 ../guestfs-release-notes.pod:243 ../guestfs-release-notes.pod:714 ../guestfs-release-notes.pod:718 ../guestfs-release-notes.pod:722 ../guestfs-release-notes.pod:726 ../guestfs-release-notes.pod:730 ../guestfs-release-notes.pod:734 ../guestfs-release-notes.pod:738 ../guestfs-release-notes.pod:743 ../guestfs-release-notes.pod:747 ../guestfs-release-notes.pod:1072 ../guestfs-release-notes.pod:1076 ../guestfs-release-notes.pod:1080 ../guestfs-release-notes.pod:1142 ../guestfs-release-notes.pod:1146 ../guestfs-release-notes.pod:1150 ../guestfs-release-notes.pod:1154 ../guestfs-release-notes.pod:1158 ../guestfs-release-notes.pod:1162 ../guestfs-release-notes.pod:1167 ../guestfs-release-notes.pod:1171 ../guestfs-release-notes.pod:1175 ../guestfs-release-notes.pod:1179 ../guestfs-release-notes.pod:1375 ../guestfs-release-notes.pod:1380 ../guestfs-release-notes.pod:1385 ../inspector/virt-inspector.pod:505 ../inspector/virt-inspector.pod:509 ../p2v-iso/guestfs-p2v-iso.pod:28 ../p2v-iso/guestfs-p2v-iso.pod:33 ../p2v-iso/guestfs-p2v-iso.pod:38 ../p2v-iso/guestfs-p2v-iso.pod:44 ../p2v-iso/guestfs-p2v-iso.pod:48 ../p2v-iso/guestfs-p2v-iso.pod:52 ../p2v-iso/guestfs-p2v-iso.pod:56 ../p2v-iso/guestfs-p2v-iso.pod:62 ../p2v-iso/guestfs-p2v-iso.pod:68 ../p2v-iso/guestfs-p2v-iso.pod:183 ../p2v-iso/guestfs-p2v-iso.pod:187 ../p2v-iso/guestfs-p2v-iso.pod:191 ../p2v-iso/guestfs-p2v-iso.pod:209 ../p2v-iso/guestfs-p2v-iso.pod:214 ../p2v-iso/guestfs-p2v-iso.pod:218 ../resize/virt-resize.pod:371 ../resize/virt-resize.pod:375 ../resize/virt-resize.pod:384 ../resize/virt-resize.pod:390 ../sparsify/virt-sparsify.pod:46 ../sparsify/virt-sparsify.pod:50 ../sparsify/virt-sparsify.pod:59 ../sparsify/virt-sparsify.pod:64 ../sparsify/virt-sparsify.pod:69 ../sparsify/virt-sparsify.pod:75 ../sparsify/virt-sparsify.pod:137 ../sparsify/virt-sparsify.pod:141 ../sparsify/virt-sparsify.pod:145 ../sparsify/virt-sparsify.pod:150 ../sparsify/virt-sparsify.pod:273 ../sparsify/virt-sparsify.pod:278 ../sparsify/virt-sparsify.pod:283 ../src/guestfs-actions.pod:1034 ../src/guestfs-actions.pod:1040 ../src/guestfs-actions.pod:1048 ../src/guestfs-actions.pod:1055 ../src/guestfs-actions.pod:1062 ../src/guestfs-actions.pod:3323 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3331 ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3347 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3361 ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3544 ../src/guestfs-actions.pod:3548 ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:4514 ../src/guestfs-actions.pod:4521 ../src/guestfs-actions.pod:4528 ../src/guestfs-actions.pod:5403 ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5424 ../src/guestfs-actions.pod:5431 ../src/guestfs.pod:396 ../src/guestfs.pod:401 ../src/guestfs.pod:406 ../src/guestfs.pod:410 ../src/guestfs.pod:415 ../src/guestfs.pod:419 ../src/guestfs.pod:424 ../src/guestfs.pod:429 ../src/guestfs.pod:780 ../src/guestfs.pod:787 ../src/guestfs.pod:793 ../src/guestfs.pod:799 ../src/guestfs.pod:805 ../src/guestfs.pod:810 ../src/guestfs.pod:816 ../src/guestfs.pod:1044 ../src/guestfs.pod:1048 ../src/guestfs.pod:1054 ../src/guestfs.pod:1137 ../src/guestfs.pod:1142 ../src/guestfs.pod:1146 ../src/guestfs.pod:1152 ../src/guestfs.pod:1156 ../src/guestfs.pod:1160 ../src/guestfs.pod:1165 ../src/guestfs.pod:1734 ../src/guestfs.pod:1738 ../src/guestfs.pod:1742 ../src/guestfs.pod:1747 ../src/guestfs.pod:1755 ../src/guestfs.pod:1774 ../src/guestfs.pod:1782 ../src/guestfs.pod:1799 ../src/guestfs.pod:1804 ../src/guestfs.pod:1808 ../src/guestfs.pod:1997 ../src/guestfs.pod:2001 ../src/guestfs.pod:2005 ../src/guestfs.pod:2009 ../src/guestfs.pod:2013 ../src/guestfs.pod:2017 ../src/guestfs.pod:2673 ../src/guestfs.pod:2678 ../src/guestfs.pod:2682 ../src/guestfs.pod:2786 ../src/guestfs.pod:2791 ../src/guestfs.pod:2795 ../src/guestfs.pod:2805 ../src/guestfs.pod:3236 ../src/guestfs.pod:3241 ../src/guestfs.pod:3247 ../src/guestfs.pod:3255 ../src/guestfs.pod:3771 ../src/guestfs.pod:3777 ../src/guestfs.pod:3782 ../src/guestfs.pod:3788 ../src/guestfs.pod:4183 ../src/guestfs.pod:4187 ../src/guestfs.pod:4191 ../src/guestfs.pod:4195 ../src/guestfs.pod:4199 ../src/guestfs.pod:4203 ../src/guestfs.pod:4207 ../src/guestfs.pod:4470 ../src/guestfs.pod:4475 ../src/guestfs.pod:4479 ../src/guestfs.pod:4483 ../src/guestfs.pod:4497 ../src/guestfs.pod:4501 ../src/guestfs.pod:4506 ../src/guestfs.pod:4510 ../sysprep/sysprep-extra-options.pod:208 ../sysprep/sysprep-extra-options.pod:212 ../sysprep/virt-sysprep.pod:285 ../sysprep/virt-sysprep.pod:289 ../sysprep/virt-sysprep.pod:293 ../sysprep/virt-sysprep.pod:297 ../sysprep/virt-sysprep.pod:312 ../sysprep/virt-sysprep.pod:316 ../sysprep/virt-sysprep.pod:320 ../sysprep/virt-sysprep.pod:324 ../sysprep/virt-sysprep.pod:328 ../sysprep/virt-sysprep.pod:381 ../sysprep/virt-sysprep.pod:393 ../sysprep/virt-sysprep.pod:397 ../sysprep/virt-sysprep.pod:405 ../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:347 ../v2v/virt-v2v.pod:351 ../v2v/virt-v2v.pod:355 ../v2v/virt-v2v.pod:641 ../v2v/virt-v2v.pod:646 ../v2v/virt-v2v.pod:651 +#: ../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-builder.pod:792 ../builder/virt-builder.pod:796 ../builder/virt-builder.pod:801 ../builder/virt-builder.pod:805 ../builder/virt-builder.pod:809 ../builder/virt-builder.pod:814 ../builder/virt-builder.pod:987 ../builder/virt-builder.pod:992 ../builder/virt-builder.pod:1540 ../builder/virt-builder.pod:1544 ../builder/virt-builder.pod:1548 ../builder/virt-index-validate.pod:32 ../builder/virt-index-validate.pod:37 ../builder/virt-index-validate.pod:51 ../builder/virt-index-validate.pod:56 ../cat/virt-cat.pod:214 ../cat/virt-cat.pod:219 ../cat/virt-cat.pod:224 ../cat/virt-cat.pod:235 ../cat/virt-cat.pod:239 ../customize/customize-options.pod:196 ../customize/customize-options.pod:200 ../edit/virt-edit.pod:308 ../edit/virt-edit.pod:313 ../edit/virt-edit.pod:318 ../edit/virt-edit.pod:329 ../edit/virt-edit.pod:333 ../examples/guestfs-faq.pod:188 ../examples/guestfs-faq.pod:194 ../examples/guestfs-faq.pod:198 ../examples/guestfs-faq.pod:203 ../examples/guestfs-faq.pod:757 ../examples/guestfs-faq.pod:763 ../examples/guestfs-faq.pod:802 ../examples/guestfs-faq.pod:808 ../examples/guestfs-faq.pod:873 ../examples/guestfs-faq.pod:877 ../examples/guestfs-faq.pod:881 ../examples/guestfs-faq.pod:885 ../examples/guestfs-faq.pod:893 ../examples/guestfs-faq.pod:898 ../examples/guestfs-performance.pod:105 ../examples/guestfs-performance.pod:111 ../examples/guestfs-performance.pod:116 ../examples/guestfs-performance.pod:243 ../examples/guestfs-performance.pod:248 ../examples/guestfs-performance.pod:253 ../examples/guestfs-performance.pod:372 ../examples/guestfs-performance.pod:376 ../examples/guestfs-performance.pod:382 ../examples/guestfs-performance.pod:388 ../examples/guestfs-recipes.pod:229 ../examples/guestfs-recipes.pod:233 ../examples/guestfs-recipes.pod:237 ../examples/guestfs-recipes.pod:263 ../examples/guestfs-recipes.pod:268 ../examples/guestfs-recipes.pod:375 ../examples/guestfs-recipes.pod:379 ../examples/guestfs-recipes.pod:383 ../examples/guestfs-recipes.pod:387 ../examples/guestfs-recipes.pod:391 ../examples/guestfs-testing.pod:67 ../examples/guestfs-testing.pod:74 ../examples/guestfs-testing.pod:85 ../examples/guestfs-testing.pod:94 ../examples/guestfs-testing.pod:203 ../examples/guestfs-testing.pod:207 ../examples/guestfs-testing.pod:211 ../fish/guestfish-actions.pod:748 ../fish/guestfish-actions.pod:754 ../fish/guestfish-actions.pod:762 ../fish/guestfish-actions.pod:769 ../fish/guestfish-actions.pod:776 ../fish/guestfish-actions.pod:2071 ../fish/guestfish-actions.pod:2075 ../fish/guestfish-actions.pod:2079 ../fish/guestfish-actions.pod:2083 ../fish/guestfish-actions.pod:2091 ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2099 ../fish/guestfish-actions.pod:2109 ../fish/guestfish-actions.pod:2113 ../fish/guestfish-actions.pod:2117 ../fish/guestfish-actions.pod:2231 ../fish/guestfish-actions.pod:2235 ../fish/guestfish-actions.pod:2240 ../fish/guestfish-actions.pod:2282 ../fish/guestfish-actions.pod:2286 ../fish/guestfish-actions.pod:2291 ../fish/guestfish-actions.pod:2850 ../fish/guestfish-actions.pod:2857 ../fish/guestfish-actions.pod:2864 ../fish/guestfish-actions.pod:3450 ../fish/guestfish-actions.pod:3456 ../fish/guestfish-actions.pod:3464 ../fish/guestfish-actions.pod:3471 ../fish/guestfish-actions.pod:3478 ../fish/guestfish.pod:474 ../fish/guestfish.pod:478 ../fish/guestfish.pod:482 ../fish/guestfish.pod:486 ../fish/guestfish.pod:1330 ../fish/guestfish.pod:1336 ../fish/libguestfs-tools.conf.pod:22 ../fish/libguestfs-tools.conf.pod:26 ../fish/libguestfs-tools.conf.pod:30 ../fish/libguestfs-tools.conf.pod:60 ../fish/libguestfs-tools.conf.pod:65 ../fish/libguestfs-tools.conf.pod:69 ../fish/libguestfs-tools.conf.pod:75 ../golang/examples/guestfs-golang.pod:58 ../golang/examples/guestfs-golang.pod:62 ../guestfs-release-notes.pod:238 ../guestfs-release-notes.pod:243 ../guestfs-release-notes.pod:714 ../guestfs-release-notes.pod:718 ../guestfs-release-notes.pod:722 ../guestfs-release-notes.pod:726 ../guestfs-release-notes.pod:730 ../guestfs-release-notes.pod:734 ../guestfs-release-notes.pod:738 ../guestfs-release-notes.pod:743 ../guestfs-release-notes.pod:747 ../guestfs-release-notes.pod:1072 ../guestfs-release-notes.pod:1076 ../guestfs-release-notes.pod:1080 ../guestfs-release-notes.pod:1142 ../guestfs-release-notes.pod:1146 ../guestfs-release-notes.pod:1150 ../guestfs-release-notes.pod:1154 ../guestfs-release-notes.pod:1158 ../guestfs-release-notes.pod:1162 ../guestfs-release-notes.pod:1167 ../guestfs-release-notes.pod:1171 ../guestfs-release-notes.pod:1175 ../guestfs-release-notes.pod:1179 ../guestfs-release-notes.pod:1375 ../guestfs-release-notes.pod:1380 ../guestfs-release-notes.pod:1385 ../inspector/virt-inspector.pod:505 ../inspector/virt-inspector.pod:509 ../p2v-iso/guestfs-p2v-iso.pod:28 ../p2v-iso/guestfs-p2v-iso.pod:33 ../p2v-iso/guestfs-p2v-iso.pod:38 ../p2v-iso/guestfs-p2v-iso.pod:44 ../p2v-iso/guestfs-p2v-iso.pod:48 ../p2v-iso/guestfs-p2v-iso.pod:52 ../p2v-iso/guestfs-p2v-iso.pod:56 ../p2v-iso/guestfs-p2v-iso.pod:62 ../p2v-iso/guestfs-p2v-iso.pod:68 ../p2v-iso/guestfs-p2v-iso.pod:183 ../p2v-iso/guestfs-p2v-iso.pod:187 ../p2v-iso/guestfs-p2v-iso.pod:191 ../p2v-iso/guestfs-p2v-iso.pod:209 ../p2v-iso/guestfs-p2v-iso.pod:214 ../p2v-iso/guestfs-p2v-iso.pod:218 ../resize/virt-resize.pod:371 ../resize/virt-resize.pod:375 ../resize/virt-resize.pod:384 ../resize/virt-resize.pod:390 ../sparsify/virt-sparsify.pod:46 ../sparsify/virt-sparsify.pod:50 ../sparsify/virt-sparsify.pod:59 ../sparsify/virt-sparsify.pod:64 ../sparsify/virt-sparsify.pod:69 ../sparsify/virt-sparsify.pod:75 ../sparsify/virt-sparsify.pod:137 ../sparsify/virt-sparsify.pod:141 ../sparsify/virt-sparsify.pod:145 ../sparsify/virt-sparsify.pod:150 ../sparsify/virt-sparsify.pod:273 ../sparsify/virt-sparsify.pod:278 ../sparsify/virt-sparsify.pod:283 ../src/guestfs-actions.pod:1034 ../src/guestfs-actions.pod:1040 ../src/guestfs-actions.pod:1048 ../src/guestfs-actions.pod:1055 ../src/guestfs-actions.pod:1062 ../src/guestfs-actions.pod:3323 ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3331 ../src/guestfs-actions.pod:3335 ../src/guestfs-actions.pod:3343 ../src/guestfs-actions.pod:3347 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3361 ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:3369 ../src/guestfs-actions.pod:3544 ../src/guestfs-actions.pod:3548 ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:4514 ../src/guestfs-actions.pod:4521 ../src/guestfs-actions.pod:4528 ../src/guestfs-actions.pod:5403 ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5417 ../src/guestfs-actions.pod:5424 ../src/guestfs-actions.pod:5431 ../src/guestfs.pod:396 ../src/guestfs.pod:401 ../src/guestfs.pod:406 ../src/guestfs.pod:410 ../src/guestfs.pod:415 ../src/guestfs.pod:419 ../src/guestfs.pod:424 ../src/guestfs.pod:429 ../src/guestfs.pod:780 ../src/guestfs.pod:787 ../src/guestfs.pod:793 ../src/guestfs.pod:799 ../src/guestfs.pod:805 ../src/guestfs.pod:810 ../src/guestfs.pod:816 ../src/guestfs.pod:1044 ../src/guestfs.pod:1048 ../src/guestfs.pod:1054 ../src/guestfs.pod:1137 ../src/guestfs.pod:1142 ../src/guestfs.pod:1146 ../src/guestfs.pod:1152 ../src/guestfs.pod:1156 ../src/guestfs.pod:1160 ../src/guestfs.pod:1165 ../src/guestfs.pod:1734 ../src/guestfs.pod:1738 ../src/guestfs.pod:1742 ../src/guestfs.pod:1747 ../src/guestfs.pod:1755 ../src/guestfs.pod:1774 ../src/guestfs.pod:1782 ../src/guestfs.pod:1799 ../src/guestfs.pod:1804 ../src/guestfs.pod:1808 ../src/guestfs.pod:1997 ../src/guestfs.pod:2001 ../src/guestfs.pod:2005 ../src/guestfs.pod:2009 ../src/guestfs.pod:2013 ../src/guestfs.pod:2017 ../src/guestfs.pod:2673 ../src/guestfs.pod:2678 ../src/guestfs.pod:2682 ../src/guestfs.pod:2786 ../src/guestfs.pod:2791 ../src/guestfs.pod:2795 ../src/guestfs.pod:2805 ../src/guestfs.pod:3236 ../src/guestfs.pod:3241 ../src/guestfs.pod:3247 ../src/guestfs.pod:3255 ../src/guestfs.pod:3771 ../src/guestfs.pod:3777 ../src/guestfs.pod:3782 ../src/guestfs.pod:3788 ../src/guestfs.pod:4183 ../src/guestfs.pod:4187 ../src/guestfs.pod:4191 ../src/guestfs.pod:4195 ../src/guestfs.pod:4199 ../src/guestfs.pod:4203 ../src/guestfs.pod:4207 ../src/guestfs.pod:4470 ../src/guestfs.pod:4475 ../src/guestfs.pod:4479 ../src/guestfs.pod:4483 ../src/guestfs.pod:4497 ../src/guestfs.pod:4501 ../src/guestfs.pod:4506 ../src/guestfs.pod:4510 ../sysprep/sysprep-extra-options.pod:208 ../sysprep/sysprep-extra-options.pod:212 ../sysprep/virt-sysprep.pod:285 ../sysprep/virt-sysprep.pod:289 ../sysprep/virt-sysprep.pod:293 ../sysprep/virt-sysprep.pod:297 ../sysprep/virt-sysprep.pod:312 ../sysprep/virt-sysprep.pod:316 ../sysprep/virt-sysprep.pod:320 ../sysprep/virt-sysprep.pod:324 ../sysprep/virt-sysprep.pod:328 ../sysprep/virt-sysprep.pod:381 ../sysprep/virt-sysprep.pod:393 ../sysprep/virt-sysprep.pod:397 ../sysprep/virt-sysprep.pod:405 ../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:363 ../v2v/virt-v2v.pod:367 ../v2v/virt-v2v.pod:371 ../v2v/virt-v2v.pod:721 ../v2v/virt-v2v.pod:726 ../v2v/virt-v2v.pod:731 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/guestfs-faq.pod:1245 ../examples/guestfs-performance.pod:557 ../examples/guestfs-recipes.pod:659 ../examples/guestfs-testing.pod:384 ../fish/guestfish.pod:1601 ../fish/libguestfs-tools.conf.pod:88 ../fish/virt-copy-in.pod:48 ../fish/virt-copy-out.pod:37 ../fish/virt-tar-in.pod:45 ../fish/virt-tar-out.pod:39 ../format/virt-format.pod:185 ../fuse/guestmount.pod:415 ../fuse/guestunmount.pod:147 ../golang/examples/guestfs-golang.pod:76 ../guestfs-release-notes.pod:3006 ../inspector/virt-inspector.pod:492 ../java/examples/guestfs-java.pod:156 ../lua/examples/guestfs-lua.pod:136 ../make-fs/virt-make-fs.pod:215 ../ocaml/examples/guestfs-ocaml.pod:76 ../p2v-iso/guestfs-p2v-iso.pod:224 ../p2v/virt-p2v.pod:254 ../perl/examples/guestfs-perl.pod:38 ../python/examples/guestfs-python.pod:51 ../rescue/virt-rescue.pod:412 ../resize/virt-resize.pod:751 ../ruby/examples/guestfs-ruby.pod:34 ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4751 ../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:876 +#: ../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/guestfs-faq.pod:1245 ../examples/guestfs-performance.pod:557 ../examples/guestfs-recipes.pod:659 ../examples/guestfs-testing.pod:384 ../fish/guestfish.pod:1601 ../fish/libguestfs-tools.conf.pod:88 ../fish/virt-copy-in.pod:48 ../fish/virt-copy-out.pod:37 ../fish/virt-tar-in.pod:45 ../fish/virt-tar-out.pod:39 ../format/virt-format.pod:185 ../fuse/guestmount.pod:415 ../fuse/guestunmount.pod:147 ../golang/examples/guestfs-golang.pod:76 ../guestfs-release-notes.pod:3006 ../inspector/virt-inspector.pod:492 ../java/examples/guestfs-java.pod:156 ../lua/examples/guestfs-lua.pod:136 ../make-fs/virt-make-fs.pod:215 ../ocaml/examples/guestfs-ocaml.pod:76 ../p2v-iso/guestfs-p2v-iso.pod:224 ../p2v/virt-p2v.pod:254 ../perl/examples/guestfs-perl.pod:38 ../python/examples/guestfs-python.pod:51 ../rescue/virt-rescue.pod:412 ../resize/virt-resize.pod:751 ../ruby/examples/guestfs-ruby.pod:34 ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4751 ../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:956 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.pod:262 ../rescue/virt-rescue.pod:424 ../resize/virt-resize.pod:776 ../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:891 +#: ../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.pod:262 ../rescue/virt-rescue.pod:424 ../resize/virt-resize.pod:776 ../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:971 msgid "Richard W.M. Jones L" 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 ../examples/guestfs-faq.pod:1255 ../examples/guestfs-performance.pod:573 ../examples/guestfs-recipes.pod:678 ../examples/guestfs-testing.pod:395 ../fish/guestfish.pod:1640 ../fish/libguestfs-tools.conf.pod:100 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../format/virt-format.pod:199 ../fuse/guestmount.pod:433 ../fuse/guestunmount.pod:160 ../golang/examples/guestfs-golang.pod:95 ../guestfs-release-notes.pod:3021 ../inspector/virt-inspector.pod:515 ../java/examples/guestfs-java.pod:175 ../lua/examples/guestfs-lua.pod:155 ../make-fs/virt-make-fs.pod:233 ../ocaml/examples/guestfs-ocaml.pod:95 ../p2v-iso/guestfs-p2v-iso.pod:236 ../p2v/virt-p2v.pod:266 ../perl/examples/guestfs-perl.pod:57 ../python/examples/guestfs-python.pod:69 ../rescue/virt-rescue.pod:426 ../resize/virt-resize.pod:778 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4815 ../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:897 +#: ../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 ../examples/guestfs-faq.pod:1255 ../examples/guestfs-performance.pod:573 ../examples/guestfs-recipes.pod:678 ../examples/guestfs-testing.pod:395 ../fish/guestfish.pod:1640 ../fish/libguestfs-tools.conf.pod:100 ../fish/virt-copy-in.pod:62 ../fish/virt-copy-out.pod:51 ../fish/virt-tar-in.pod:60 ../fish/virt-tar-out.pod:53 ../format/virt-format.pod:199 ../fuse/guestmount.pod:433 ../fuse/guestunmount.pod:160 ../golang/examples/guestfs-golang.pod:95 ../guestfs-release-notes.pod:3021 ../inspector/virt-inspector.pod:515 ../java/examples/guestfs-java.pod:175 ../lua/examples/guestfs-lua.pod:155 ../make-fs/virt-make-fs.pod:233 ../ocaml/examples/guestfs-ocaml.pod:95 ../p2v-iso/guestfs-p2v-iso.pod:236 ../p2v/virt-p2v.pod:266 ../perl/examples/guestfs-perl.pod:57 ../python/examples/guestfs-python.pod:69 ../rescue/virt-rescue.pod:426 ../resize/virt-resize.pod:778 ../ruby/examples/guestfs-ruby.pod:52 ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4815 ../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:977 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 ../rescue/virt-rescue.pod:388 ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4643 ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 ../v2v/virt-v2v.pod:813 +#: ../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 ../rescue/virt-rescue.pod:388 ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4643 ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 ../v2v/virt-v2v.pod:893 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:1251 ../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 ../fuse/guestmount.pod:429 ../fuse/guestunmount.pod:156 ../golang/examples/guestfs-golang.pod:91 ../inspector/virt-inspector.pod:501 ../java/examples/guestfs-java.pod:171 ../lua/examples/guestfs-lua.pod:151 ../ocaml/examples/guestfs-ocaml.pod:91 ../p2v/virt-p2v.pod:260 ../perl/examples/guestfs-perl.pod:53 ../python/examples/guestfs-python.pod:65 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4811 ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186 ../v2v/virt-v2v.pod:889 +#: ../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:1251 ../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 ../fuse/guestmount.pod:429 ../fuse/guestunmount.pod:156 ../golang/examples/guestfs-golang.pod:91 ../inspector/virt-inspector.pod:501 ../java/examples/guestfs-java.pod:171 ../lua/examples/guestfs-lua.pod:151 ../ocaml/examples/guestfs-ocaml.pod:91 ../p2v/virt-p2v.pod:260 ../perl/examples/guestfs-perl.pod:53 ../python/examples/guestfs-python.pod:65 ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4811 ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186 ../v2v/virt-v2v.pod:969 msgid "AUTHORS" msgstr "" @@ -1158,7 +1158,7 @@ msgid "Richard W.M. Jones (C)" 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-iso/guestfs-p2v-iso.pod:238 ../p2v/virt-p2v.pod:268 ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4817 ../test-tool/libguestfs-test-tool.pod:192 ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:899 +#: ../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-iso/guestfs-p2v-iso.pod:238 ../p2v/virt-p2v.pod:268 ../rescue/virt-rescue.pod:428 ../src/guestfs.pod:4817 ../test-tool/libguestfs-test-tool.pod:192 ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:979 msgid "Copyright (C) 2009-2014 Red Hat Inc." msgstr "" @@ -1268,7 +1268,7 @@ msgid "" msgstr "" #. type: =head1 -#: ../builder/virt-builder.pod:49 ../cat/virt-cat.pod:30 ../cat/virt-log.pod:24 ../cat/virt-ls.pod:33 ../df/virt-df.pod:45 ../edit/virt-edit.pod:42 ../fish/guestfish.pod:39 ../fish/guestfish.pod:1097 ../fish/virt-copy-in.pod:27 ../fish/virt-copy-out.pod:19 ../fish/virt-tar-in.pod:28 ../fish/virt-tar-out.pod:22 ../fuse/guestmount.pod:37 ../resize/virt-resize.pod:25 ../sparsify/virt-sparsify.pod:85 ../tools/virt-tar:47 ../v2v/virt-v2v.pod:68 +#: ../builder/virt-builder.pod:49 ../cat/virt-cat.pod:30 ../cat/virt-log.pod:24 ../cat/virt-ls.pod:33 ../df/virt-df.pod:45 ../edit/virt-edit.pod:42 ../fish/guestfish.pod:39 ../fish/guestfish.pod:1097 ../fish/virt-copy-in.pod:27 ../fish/virt-copy-out.pod:19 ../fish/virt-tar-in.pod:28 ../fish/virt-tar-out.pod:22 ../fuse/guestmount.pod:37 ../resize/virt-resize.pod:25 ../sparsify/virt-sparsify.pod:85 ../tools/virt-tar:47 ../v2v/virt-v2v.pod:71 msgid "EXAMPLES" msgstr "" @@ -1593,7 +1593,7 @@ msgid "You can combine these options, and have multiple options of all types." msgstr "" #. type: textblock -#: ../builder/virt-builder.pod:180 ../builder/virt-index-validate.pod:64 ../p2v/virt-p2v.pod:233 ../resize/virt-resize.pod:272 ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:139 +#: ../builder/virt-builder.pod:180 ../builder/virt-index-validate.pod:64 ../p2v/virt-p2v.pod:233 ../resize/virt-resize.pod:272 ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:142 msgid "Display help." msgstr "" @@ -1969,12 +1969,12 @@ msgid "See also: I<--source>, I<--notes>, L." msgstr "" #. type: =item -#: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:441 ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:197 +#: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:441 ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:210 msgid "B<--machine-readable>" msgstr "" #. type: textblock -#: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:443 ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:199 +#: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:443 ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:212 msgid "" "This option is used to make the output more machine friendly when being " "parsed by other programs. See L 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:483 ../examples/guestfs-faq.pod:710 ../examples/guestfs-performance.pod:159 ../examples/guestfs-performance.pod:201 ../examples/guestfs-recipes.pod:406 ../p2v-iso/guestfs-p2v-iso.pod:117 ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:623 ../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:662 ../v2v/virt-v2v.pod:775 +#: ../builder/virt-builder.pod:388 ../builder/virt-builder.pod:835 ../customize/virt-customize.pod:155 ../examples/guestfs-faq.pod:483 ../examples/guestfs-faq.pod:710 ../examples/guestfs-performance.pod:159 ../examples/guestfs-performance.pod:201 ../examples/guestfs-recipes.pod:406 ../p2v-iso/guestfs-p2v-iso.pod:117 ../rescue/virt-rescue.pod:326 ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:623 ../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:742 ../v2v/virt-v2v.pod:855 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:488 ../examples/guestfs-faq.pod:720 ../examples/guestfs-performance.pod:165 ../examples/guestfs-performance.pod:208 ../examples/guestfs-recipes.pod:412 ../p2v-iso/guestfs-p2v-iso.pod:124 ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:630 ../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:676 ../v2v/virt-v2v.pod:782 +#: ../builder/virt-builder.pod:393 ../builder/virt-builder.pod:840 ../customize/virt-customize.pod:160 ../examples/guestfs-faq.pod:488 ../examples/guestfs-faq.pod:720 ../examples/guestfs-performance.pod:165 ../examples/guestfs-performance.pod:208 ../examples/guestfs-recipes.pod:412 ../p2v-iso/guestfs-p2v-iso.pod:124 ../rescue/virt-rescue.pod:334 ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:630 ../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:756 ../v2v/virt-v2v.pod:862 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:494 ../examples/guestfs-faq.pod:725 ../examples/guestfs-performance.pod:214 ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:684 ../v2v/virt-v2v.pod:788 +#: ../builder/virt-builder.pod:398 ../builder/virt-builder.pod:848 ../customize/virt-customize.pod:165 ../examples/guestfs-faq.pod:494 ../examples/guestfs-faq.pod:725 ../examples/guestfs-performance.pod:214 ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:636 ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:764 ../v2v/virt-v2v.pod:868 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:705 +#: ../builder/virt-builder.pod:405 ../customize/virt-customize.pod:172 ../rescue/virt-rescue.pod:352 ../resize/virt-resize.pod:59 ../v2v/virt-v2v.pod:785 msgid "4." msgstr "" @@ -4505,7 +4505,7 @@ msgid "" msgstr "" #. type: =head1 -#: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:595 ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:750 +#: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:595 ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:830 msgid "MACHINE READABLE OUTPUT" msgstr "" @@ -4539,7 +4539,7 @@ msgid "" msgstr "" #. type: textblock -#: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:613 ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:765 +#: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:613 ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:845 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:836 +#: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220 ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:916 msgid "C" 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:841 +#: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225 ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:921 msgid "" "Normally you do not need to set this. If not set, a compiled-in default " "will be used (something like C)." msgstr "" #. type: textblock -#: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:844 +#: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:924 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:848 +#: ../builder/virt-builder.pod:1657 ../customize/virt-customize.pod:232 ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:928 msgid "C" 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:855 +#: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238 ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:935 msgid "See also: C" 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:874 +#: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426 ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:954 msgid "For other environment variables, see L." msgstr "" @@ -7462,7 +7462,7 @@ msgid "" msgstr "" #. type: =head1 -#: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 ../fuse/guestmount.pod:391 ../rescue/virt-rescue.pod:393 ../v2v/virt-v2v.pod:799 +#: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 ../fuse/guestmount.pod:391 ../rescue/virt-rescue.pod:393 ../v2v/virt-v2v.pod:879 msgid "FILES" msgstr "" @@ -47639,7 +47639,7 @@ msgid "L, L, L." msgstr "" #. type: textblock -#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:893 +#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:973 msgid "Matthew Booth" msgstr "" @@ -49090,7 +49090,7 @@ msgid "Enable debugging messages." msgstr "" #. type: =item -#: ../resize/virt-resize.pod:338 ../sparsify/virt-sparsify.pod:186 ../v2v/virt-v2v.pod:145 +#: ../resize/virt-resize.pod:338 ../sparsify/virt-sparsify.pod:186 ../v2v/virt-v2v.pod:148 msgid "B<--debug-gc>" msgstr "" @@ -49538,7 +49538,7 @@ msgid "" msgstr "" #. type: textblock -#: ../resize/virt-resize.pod:601 ../sparsify/virt-sparsify.pod:346 ../v2v/virt-v2v.pod:756 +#: ../resize/virt-resize.pod:601 ../sparsify/virt-sparsify.pod:346 ../v2v/virt-v2v.pod:836 msgid "There are two ways to use this option." msgstr "" @@ -49563,26 +49563,26 @@ msgid "" msgstr "" #. type: textblock -#: ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:359 ../v2v/virt-v2v.pod:768 +#: ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:359 ../v2v/virt-v2v.pod:848 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:619 ../sparsify/virt-sparsify.pod:362 ../v2v/virt-v2v.pod:771 +#: ../resize/virt-resize.pod:619 ../sparsify/virt-sparsify.pod:362 ../v2v/virt-v2v.pod:851 msgid "At the moment this means:" msgstr "" #. type: textblock -#: ../resize/virt-resize.pod:625 ../sparsify/virt-sparsify.pod:368 ../v2v/virt-v2v.pod:777 +#: ../resize/virt-resize.pod:625 ../sparsify/virt-sparsify.pod:368 ../v2v/virt-v2v.pod:857 msgid "" "Progress bar messages can be parsed from stdout by looking for this regular " "expression:" msgstr "" #. type: verbatim -#: ../resize/virt-resize.pod:628 ../sparsify/virt-sparsify.pod:371 ../v2v/virt-v2v.pod:780 +#: ../resize/virt-resize.pod:628 ../sparsify/virt-sparsify.pod:371 ../v2v/virt-v2v.pod:860 #, no-wrap msgid "" " ^[0-9]+/[0-9]+$\n" @@ -49590,7 +49590,7 @@ msgid "" msgstr "" #. type: textblock -#: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:375 ../v2v/virt-v2v.pod:784 +#: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:375 ../v2v/virt-v2v.pod:864 msgid "" "The calling program should treat messages sent to stdout (except for " "progress bar messages) as status messages. They can be logged and/or " @@ -50232,7 +50232,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:335 +#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:351 msgid "This disables progress bars and other unnecessary output." msgstr "" @@ -50405,7 +50405,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:819 +#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:899 msgid "" "Location of the temporary directory used for the potentially large temporary " "overlay file." @@ -50419,7 +50419,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:822 +#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:902 msgid "" "You should ensure there is enough free space in the worst case for a full " "copy of the source disk (I size), or else set C<$TMPDIR> to point " @@ -50427,7 +50427,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:826 +#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:906 msgid "This defaults to C." msgstr "" @@ -50442,7 +50442,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:834 +#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:914 #, no-wrap msgid "" " mount -o remount,size=10G /tmp\n" @@ -78525,7 +78525,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:94 +#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:97 #, no-wrap msgid "" " virt-v2v -ic vpx://esx.example.com/Datacenter/esxi \\\n" @@ -78534,7 +78534,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:127 +#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:130 #, no-wrap msgid "" " virt-v2v -i libvirtxml -o local -os /var/tmp guest-domain.xml\n" @@ -78542,7 +78542,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:117 +#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:120 #, no-wrap msgid "" " virt-v2v -i disk -o local -os /var/tmp disk.img\n" @@ -78550,7 +78550,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:108 +#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:111 #, no-wrap msgid "" " virt-v2v -i disk disk.img -o glance\n" @@ -78591,18 +78591,19 @@ msgstr "" msgid "" " ┌────────────┐\n" " -i disk ───────────┐ │ │ ┌───────▶ -o local\n" -" │ │ virt-v2v │ │\n" -" └──▶ │ conversion │ ──┘\n" -" -i libvirt ───────────▶ │ server │ ────────▶ -o libvirt\n" -" (default) ┌──▶ │ │ ──┐ (default)\n" -" │ │ │ ─┐└──────▶ -o glance\n" -" -i libvirtxml ─────┘ │ │ └─────────▶ -o rhev\n" -" └────────────┘\n" +" -i ova ─────────┐ └──▶ │ virt-v2v │ │\n" +" └────▶ │ conversion │ ──┘\n" +" ESX ──▶┌────────────┐ │ server │ ┌────────────┐\n" +" Xen ──▶│ -i libvirt ──▶ │ │ ───▶ -o libvirt │─▶ KVM\n" +" ... ──▶│ (default) │ │ │ │ (default) │\n" +" └────────────┘ │ │ ──┐└────────────┘\n" +" -i libvirtxml ────────▶ │ │ ─┐└──────▶ -o glance\n" +" └────────────┘ └─────────▶ -o rhev\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:43 +#: ../v2v/virt-v2v.pod:44 msgid "" "Virt-v2v has a number of possible input and output modes, selected using the " "I<-i> and I<-o> options. Only one input and output mode can be selected for " @@ -78610,7 +78611,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:47 +#: ../v2v/virt-v2v.pod:48 msgid "" "I<-i libvirt> is used for reading from any libvirt source. Since libvirt " "can connect to many different hypervisors, it is used for reading guests " @@ -78619,24 +78620,29 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:52 +#: ../v2v/virt-v2v.pod:53 msgid "I<-i disk> is used for reading from local disk images (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:55 +#: ../v2v/virt-v2v.pod:56 +msgid "I<-i ova> is used for reading from a VMware ova source file." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:58 msgid "" "I<-i libvirtxml> is used to read from libvirt XML files. This is the method " "used by L behind the scenes." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:58 +#: ../v2v/virt-v2v.pod:61 msgid "I<-o glance> is used for writing to OpenStack Glance." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:60 +#: ../v2v/virt-v2v.pod:63 msgid "" "I<-o libvirt> is used for writing to any libvirt target. Libvirt can " "connect to local or remote KVM hypervisors. The I<-oc> option selects the " @@ -78644,22 +78650,22 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:64 +#: ../v2v/virt-v2v.pod:67 msgid "I<-o local> is used to write to a local disk image (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:66 +#: ../v2v/virt-v2v.pod:69 msgid "I<-o rhev> is used to write to a RHEV-M / oVirt target." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:70 +#: ../v2v/virt-v2v.pod:73 msgid "Convert from VMware vCenter server to local libvirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:72 +#: ../v2v/virt-v2v.pod:75 msgid "" "You have a VMware vCenter server called C, a datacenter " "called C, and an ESXi hypervisor called C. You want to " @@ -78667,7 +78673,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:77 +#: ../v2v/virt-v2v.pod:80 #, no-wrap msgid "" " virt-v2v -ic vpx://example.com/Datacenter/esxi esx_guest\n" @@ -78675,7 +78681,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:79 +#: ../v2v/virt-v2v.pod:82 msgid "" "In this case you will most likely have to run virt-v2v as C, since it " "needs to talk to the system libvirt daemon and copy the guest disks to " @@ -78683,17 +78689,17 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:83 +#: ../v2v/virt-v2v.pod:86 msgid "For more information see L below." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:85 +#: ../v2v/virt-v2v.pod:88 msgid "Convert from ESX to RHEV-M/oVirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:87 +#: ../v2v/virt-v2v.pod:90 msgid "" "This is the same as the previous example, except you want to send the guest " "to a RHEV-M Export Storage Domain which is located remotely (over NFS) at " @@ -78704,12 +78710,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:97 +#: ../v2v/virt-v2v.pod:100 msgid "In this case the host running virt-v2v acts as a B." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:99 +#: ../v2v/virt-v2v.pod:102 msgid "" "Note that after conversion, the guest will appear in the RHEV-M Export " "Storage Domain, from where you will need to import it using the RHEV-M user " @@ -78717,43 +78723,43 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:103 +#: ../v2v/virt-v2v.pod:106 msgid "Convert disk image to OpenStack glance" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:105 +#: ../v2v/virt-v2v.pod:108 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on OpenStack (only KVM-based OpenStack is supported), you can do:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:110 +#: ../v2v/virt-v2v.pod:113 msgid "To control the name of the image in glance, use the I<-on> option." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:112 +#: ../v2v/virt-v2v.pod:115 msgid "Convert disk image to disk image" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:114 +#: ../v2v/virt-v2v.pod:117 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on KVM, you have two options. The simplest way is to try:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:119 +#: ../v2v/virt-v2v.pod:122 msgid "" "where virt-v2v guesses everything about the input C and (in this " "case) writes the converted result to C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:122 +#: ../v2v/virt-v2v.pod:125 msgid "" "A more complex method is to write some L describing the input guest (if you " @@ -78762,41 +78768,41 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:129 +#: ../v2v/virt-v2v.pod:132 msgid "" "Since C contains the path(s) to the guest disk image(s) " "you do not need to specify the name of the disk image on the command line." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:141 +#: ../v2v/virt-v2v.pod:144 msgid "B<--bridge> ..." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:143 +#: ../v2v/virt-v2v.pod:146 msgid "See I<--network> below." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:147 +#: ../v2v/virt-v2v.pod:150 msgid "" "Debug garbage collection and memory allocation. This is only useful when " "debugging memory problems in virt-v2v or the OCaml libguestfs bindings." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:151 +#: ../v2v/virt-v2v.pod:154 msgid "B<-i disk>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:153 +#: ../v2v/virt-v2v.pod:156 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:155 +#: ../v2v/virt-v2v.pod:158 msgid "" "In this mode you can read a virtual machine disk image with no metadata. " "virt-v2v tries to guess the best default metadata. This is usually adequate " @@ -78806,34 +78812,52 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:161 +#: ../v2v/virt-v2v.pod:164 +msgid "B<-i ova>" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:166 +msgid "Set the input method to I." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:168 +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 " +"as analyzing the ovf file, and then convert the guest." +msgstr "" + +#. type: =item +#: ../v2v/virt-v2v.pod:172 msgid "B<-i libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:163 +#: ../v2v/virt-v2v.pod:174 msgid "Set the input method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:165 +#: ../v2v/virt-v2v.pod:176 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>)." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:168 +#: ../v2v/virt-v2v.pod:179 msgid "B<-i libvirtxml>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:170 +#: ../v2v/virt-v2v.pod:181 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:172 +#: ../v2v/virt-v2v.pod:183 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 " @@ -78842,73 +78866,76 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:177 +#: ../v2v/virt-v2v.pod:188 msgid "B<-i local>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:179 +#: ../v2v/virt-v2v.pod:190 msgid "This is the same as I<-i disk>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:181 +#: ../v2v/virt-v2v.pod:192 msgid "B<-ic> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:183 +#: ../v2v/virt-v2v.pod:194 msgid "" "Specify a libvirt connection URI to use when reading the guest. This is " "only used when S>." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:186 +#: ../v2v/virt-v2v.pod:197 msgid "" -"Only local libvirt connections and ESX connections can be used. Remote " -"libvirt connections will not work in general." +"Only local libvirt connections, ESX connections, or RHEL 5 Xen remote " +"connections can be used. Other remote libvirt connections will not work in " +"general." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:189 -msgid "See also L below." +#: ../v2v/virt-v2v.pod:201 +msgid "" +"See also L, L " +"below." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:191 +#: ../v2v/virt-v2v.pod:204 msgid "B<-if> format" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:193 +#: ../v2v/virt-v2v.pod:206 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:203 +#: ../v2v/virt-v2v.pod:216 msgid "B<--network> in:out" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:205 +#: ../v2v/virt-v2v.pod:218 msgid "B<--network> out" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:207 +#: ../v2v/virt-v2v.pod:220 msgid "B<--bridge> in:out" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:209 +#: ../v2v/virt-v2v.pod:222 msgid "B<--bridge> out" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:211 +#: ../v2v/virt-v2v.pod:224 msgid "" "Map network (or bridge) called C to network (or bridge) called C. " "If no C prefix is given, all other networks (or bridges) are mapped to " @@ -78916,24 +78943,24 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:215 +#: ../v2v/virt-v2v.pod:228 msgid "See L below." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:217 +#: ../v2v/virt-v2v.pod:230 msgid "B<--no-copy>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:219 +#: ../v2v/virt-v2v.pod:232 msgid "" "Don't copy the disks. Instead, conversion is performed (and thrown away), " "and metadata is written, but no disks are created." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:222 +#: ../v2v/virt-v2v.pod:235 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 " @@ -78941,24 +78968,24 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:226 +#: ../v2v/virt-v2v.pod:239 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:229 +#: ../v2v/virt-v2v.pod:242 msgid "This option is not compatible with I<-o glance> for technical reasons." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:231 +#: ../v2v/virt-v2v.pod:244 msgid "B<-o glance>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:233 +#: ../v2v/virt-v2v.pod:246 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> " @@ -78966,39 +78993,39 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:237 +#: ../v2v/virt-v2v.pod:250 msgid "B<-o libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:239 +#: ../v2v/virt-v2v.pod:252 msgid "Set the output method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:241 +#: ../v2v/virt-v2v.pod:254 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:244 +#: ../v2v/virt-v2v.pod:257 msgid "See L below." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:246 +#: ../v2v/virt-v2v.pod:259 msgid "B<-o local>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:248 +#: ../v2v/virt-v2v.pod:261 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:250 +#: ../v2v/virt-v2v.pod:263 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 " @@ -79006,44 +79033,55 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:254 +#: ../v2v/virt-v2v.pod:267 #, no-wrap msgid "" -" /dir/disk-sda\n" -" /dir/disk-sdb\n" +" /dir/name-sda\n" +" /dir/name-sdb\n" " [etc]\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:258 +#: ../v2v/virt-v2v.pod:271 +msgid "and a libvirt XML file is created containing guest metadata:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:273 +#, no-wrap msgid "" -"and a libvirt XML file is created containing guest metadata " -"(C, where C is the guest name)." +" /dir/name.xml\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:275 +msgid "where C is the guest name." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:261 +#: ../v2v/virt-v2v.pod:277 msgid "B<-o ovirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:263 +#: ../v2v/virt-v2v.pod:279 msgid "This is the same as I<-o rhev>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:265 +#: ../v2v/virt-v2v.pod:281 msgid "B<-o rhev>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:267 +#: ../v2v/virt-v2v.pod:283 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:269 +#: ../v2v/virt-v2v.pod:285 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 " @@ -79052,97 +79090,97 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:274 +#: ../v2v/virt-v2v.pod:290 msgid "B<-oa sparse>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:276 +#: ../v2v/virt-v2v.pod:292 msgid "B<-oa preallocated>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:278 +#: ../v2v/virt-v2v.pod:294 msgid "Set the output file allocation mode. The default is C." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:280 +#: ../v2v/virt-v2v.pod:296 msgid "B<-oc> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:282 +#: ../v2v/virt-v2v.pod:298 msgid "" "Specify a libvirt connection to use when writing the converted guest. This " "is only used when S>. See L below." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:285 +#: ../v2v/virt-v2v.pod:301 msgid "" "Only local libvirt connections can be used. Remote libvirt connections will " "not work." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:288 +#: ../v2v/virt-v2v.pod:304 msgid "B<-of> format" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:290 +#: ../v2v/virt-v2v.pod:306 msgid "When converting the guest, convert the disks to the given format." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:292 +#: ../v2v/virt-v2v.pod:308 msgid "If not specified, then the input format is used." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:294 +#: ../v2v/virt-v2v.pod:310 msgid "B<-on> name" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:296 +#: ../v2v/virt-v2v.pod:312 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:299 +#: ../v2v/virt-v2v.pod:315 msgid "B<-os> storage" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:301 +#: ../v2v/virt-v2v.pod:317 msgid "The location of the storage for the converted guest." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:303 +#: ../v2v/virt-v2v.pod:319 msgid "" "For I<-o libvirt>, this is a libvirt directory pool (see S>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:306 +#: ../v2v/virt-v2v.pod:322 msgid "For I<-o local>, this is a directory name. The directory must exist." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:308 +#: ../v2v/virt-v2v.pod:324 msgid "" "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the " "form ChostE:EpathE>, eg:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:311 +#: ../v2v/virt-v2v.pod:327 #, no-wrap msgid "" " rhev-storage.example.com:/rhev/export\n" @@ -79150,7 +79188,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:313 +#: ../v2v/virt-v2v.pod:329 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. " @@ -79158,7 +79196,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:317 +#: ../v2v/virt-v2v.pod:333 msgid "" "B 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 " @@ -79166,19 +79204,19 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:322 +#: ../v2v/virt-v2v.pod:338 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:325 +#: ../v2v/virt-v2v.pod:341 msgid "B<--print-source>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:327 +#: ../v2v/virt-v2v.pod:343 msgid "" "Print information about the source guest and stop. This option is useful " "when you are setting up network and bridge maps. See L UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:339 +#: ../v2v/virt-v2v.pod:355 msgid "B<--rhev-vol-uuid> UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:341 +#: ../v2v/virt-v2v.pod:357 msgid "B<--rhev-vm-uuid> UUID" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:343 +#: ../v2v/virt-v2v.pod:359 msgid "Normally the RHEV output mode chooses a random UUID for each of:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:349 +#: ../v2v/virt-v2v.pod:365 msgid "the image directory (I<--rhev-image-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:353 +#: ../v2v/virt-v2v.pod:369 msgid "once for each guest disk (I<--rhev-vol-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:357 +#: ../v2v/virt-v2v.pod:373 msgid "the VM and OVF file (I<--rhev-vm-uuid>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:361 +#: ../v2v/virt-v2v.pod:377 msgid "However you can force specific UUIDs instead by using these options." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:363 +#: ../v2v/virt-v2v.pod:379 msgid "" "You can use I<--rhev-image-uuid> and I<--rhev-vm-uuid> on the command line " "at most once." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:366 +#: ../v2v/virt-v2v.pod:382 msgid "" "If the guest has more than one virtual disk, then you should use " "I<--rhev-vol-uuid> multiple times to change the UUID of each guest disk." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:370 +#: ../v2v/virt-v2v.pod:386 msgid "" "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex " "digit can be C<0-9> or C), conforming to S." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:373 +#: ../v2v/virt-v2v.pod:389 msgid "These options can only be used with I<-o rhev>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:375 +#: ../v2v/virt-v2v.pod:391 msgid "B<--root ask>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:377 +#: ../v2v/virt-v2v.pod:393 msgid "B<--root single>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:379 +#: ../v2v/virt-v2v.pod:395 msgid "B<--root first>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:381 +#: ../v2v/virt-v2v.pod:397 msgid "B<--root> /dev/sdX" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:383 +#: ../v2v/virt-v2v.pod:399 msgid "B<--root> /dev/VG/LV" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:385 +#: ../v2v/virt-v2v.pod:401 msgid "Choose the root filesystem to be converted." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:387 +#: ../v2v/virt-v2v.pod:403 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 " @@ -79293,14 +79331,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:395 +#: ../v2v/virt-v2v.pod:411 msgid "" "The default in virt-v2v E 0.7.1 was S>, which causes " "virt-v2v to die if a multi-boot operating system is found." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:398 +#: ../v2v/virt-v2v.pod:414 msgid "" "Since virt-v2v E 0.7.2 the default is now S>: If the VM is " "found to be multi-boot, then virt-v2v will stop and list the possible root " @@ -79309,7 +79347,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:403 +#: ../v2v/virt-v2v.pod:419 msgid "" "S> means to choose the first root device in the case of a " "multi-boot operating system. Since this is a heuristic, it may sometimes " @@ -79317,7 +79355,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:407 +#: ../v2v/virt-v2v.pod:423 msgid "" "You can also name a specific root device, eg. S> would " "mean to use the second partition on the first hard drive. If the named root " @@ -79326,7 +79364,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:412 +#: ../v2v/virt-v2v.pod:428 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 " @@ -79336,17 +79374,17 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:430 +#: ../v2v/virt-v2v.pod:446 msgid "B<--vmtype desktop>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:432 +#: ../v2v/virt-v2v.pod:448 msgid "B<--vmtype server>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:434 +#: ../v2v/virt-v2v.pod:450 msgid "" "For the RHEV target only, specify the type of guest. You can set this to " "C or C. If the option is not given, then a suitable " @@ -79354,12 +79392,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:445 +#: ../v2v/virt-v2v.pod:461 msgid "XEN PARAVIRTUALIZED GUESTS" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:447 +#: ../v2v/virt-v2v.pod:463 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 " @@ -79368,7 +79406,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:452 +#: ../v2v/virt-v2v.pod:468 msgid "" "Therefore before conversion you should check that a regular kernel is " "installed. For some older Linux distributions, this means installing a " @@ -79376,7 +79414,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:456 +#: ../v2v/virt-v2v.pod:472 #, no-wrap msgid "" " RHEL 3 (Does not apply, as there was no Xen PV kernel)\n" @@ -79384,7 +79422,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:458 +#: ../v2v/virt-v2v.pod:474 #, no-wrap msgid "" " RHEL 4 i686 with > 10GB of RAM: install 'kernel-hugemem'\n" @@ -79397,7 +79435,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:465 +#: ../v2v/virt-v2v.pod:481 #, no-wrap msgid "" " RHEL 5 i686: install 'kernel-PAE'\n" @@ -79406,7 +79444,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:468 +#: ../v2v/virt-v2v.pod:484 #, no-wrap msgid "" " SLES 10 i586 with > 10GB of RAM: install 'kernel-bigsmp'\n" @@ -79418,7 +79456,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:474 +#: ../v2v/virt-v2v.pod:490 #, no-wrap msgid "" " SLES 11+ i586: install 'kernel-pae'\n" @@ -79427,7 +79465,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:477 +#: ../v2v/virt-v2v.pod:493 #, no-wrap msgid "" " Windows (Does not apply, as there is no Xen PV Windows kernel)\n" @@ -79435,19 +79473,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:479 +#: ../v2v/virt-v2v.pod:495 msgid "ENABLING VIRTIO" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:481 +#: ../v2v/virt-v2v.pod:497 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:484 +#: ../v2v/virt-v2v.pod:500 msgid "" "Older versions of virt-v2v could install these drivers for certain Linux " "guests. This version of virt-v2v does I attempt to install new Linux " @@ -79455,7 +79493,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:489 +#: ../v2v/virt-v2v.pod:505 msgid "" "In order to enable virtio, and hence improve performance of the guest after " "conversion, you should ensure that the B versions of packages are " @@ -79463,7 +79501,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:494 +#: ../v2v/virt-v2v.pod:510 #, no-wrap msgid "" " RHEL 3 No virtio drivers are available\n" @@ -79471,7 +79509,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:496 +#: ../v2v/virt-v2v.pod:512 #, no-wrap msgid "" " RHEL 4 kernel >= 2.5.9-89.EL\n" @@ -79479,7 +79517,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:498 +#: ../v2v/virt-v2v.pod:514 #, no-wrap msgid "" " RHEL 5 kernel >= 2.6.18-128.el5\n" @@ -79489,7 +79527,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:502 +#: ../v2v/virt-v2v.pod:518 #, no-wrap msgid "" " RHEL 6+ All versions support virtio\n" @@ -79497,7 +79535,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:504 +#: ../v2v/virt-v2v.pod:520 #, no-wrap msgid "" " Fedora All versions support virtio\n" @@ -79505,7 +79543,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:506 +#: ../v2v/virt-v2v.pod:522 #, no-wrap msgid "" " SLES 11+ All versions support virtio\n" @@ -79513,7 +79551,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:508 +#: ../v2v/virt-v2v.pod:524 #, no-wrap msgid "" " SLES 10 kernel >= 2.6.16.60-0.85.1\n" @@ -79521,7 +79559,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:510 +#: ../v2v/virt-v2v.pod:526 #, no-wrap msgid "" " OpenSUSE 11+ All versions support virtio\n" @@ -79529,7 +79567,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:512 +#: ../v2v/virt-v2v.pod:528 #, no-wrap msgid "" " OpenSUSE 10 kernel >= 2.6.25.5-1.1\n" @@ -79537,7 +79575,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:514 +#: ../v2v/virt-v2v.pod:530 #, no-wrap msgid "" " Windows Drivers are installed from /usr/share/virtio-win\n" @@ -79546,12 +79584,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:517 +#: ../v2v/virt-v2v.pod:533 msgid "NETWORKS AND BRIDGES" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:519 +#: ../v2v/virt-v2v.pod:535 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 " @@ -79559,7 +79597,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:524 +#: ../v2v/virt-v2v.pod:540 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 " @@ -79569,14 +79607,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:530 +#: ../v2v/virt-v2v.pod:546 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:533 +#: ../v2v/virt-v2v.pod:549 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -79587,21 +79625,21 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:538 +#: ../v2v/virt-v2v.pod:554 msgid "" "This is typical of a libvirt guest: It has a single network interface " "connected to a network called C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:541 +#: ../v2v/virt-v2v.pod:557 msgid "" "To map a specific network to a target network, for example C on the " "source to C on the target, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:544 +#: ../v2v/virt-v2v.pod:560 #, no-wrap msgid "" " virt-v2v [...] --network default:rhevm\n" @@ -79609,12 +79647,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:546 +#: ../v2v/virt-v2v.pod:562 msgid "To map every network to a target network, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:548 +#: ../v2v/virt-v2v.pod:564 #, no-wrap msgid "" " virt-v2v [...] --network rhevm\n" @@ -79622,14 +79660,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:550 +#: ../v2v/virt-v2v.pod:566 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:553 +#: ../v2v/virt-v2v.pod:569 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -79640,7 +79678,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:558 +#: ../v2v/virt-v2v.pod:574 #, no-wrap msgid "" " $ virt-v2v [...] --bridge br0:targetbr\n" @@ -79648,22 +79686,22 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:560 +#: ../v2v/virt-v2v.pod:576 msgid "INPUT FROM VMWARE VCENTER SERVER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:562 +#: ../v2v/virt-v2v.pod:578 msgid "Virt-v2v is able to import guests from VMware vCenter Server." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:564 +#: ../v2v/virt-v2v.pod:580 msgid "Note that virt-v2v B import guests directly from an ESXi hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:567 +#: ../v2v/virt-v2v.pod:583 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 " @@ -79671,12 +79709,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:571 +#: ../v2v/virt-v2v.pod:587 msgid "The libvirt URI of a vCenter server looks something like this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:573 +#: ../v2v/virt-v2v.pod:589 #, no-wrap msgid "" " vpx://user@server/Datacenter/esxi\n" @@ -79684,7 +79722,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:575 +#: ../v2v/virt-v2v.pod:591 msgid "" "where C is the (optional, but recommended) user to connect as, " "C is the vCenter Server (I hypervisor), C is the " @@ -79693,24 +79731,24 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:580 +#: ../v2v/virt-v2v.pod:596 msgid "For full details of libvirt URIs, see: L" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:582 +#: ../v2v/virt-v2v.pod:598 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:584 +#: ../v2v/virt-v2v.pod:600 msgid "" "Use the L command to list the guests on the vCenter Server like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:587 +#: ../v2v/virt-v2v.pod:603 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n" @@ -79719,7 +79757,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:590 +#: ../v2v/virt-v2v.pod:606 #, no-wrap msgid "" " Id Name State\n" @@ -79730,7 +79768,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:595 +#: ../v2v/virt-v2v.pod:611 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 " @@ -79739,7 +79777,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:600 +#: ../v2v/virt-v2v.pod:616 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list " @@ -79748,14 +79786,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:602 +#: ../v2v/virt-v2v.pod:618 ../v2v/virt-v2v.pod:686 msgid "" "You should also try dumping the metadata from any guest on your server, like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:605 +#: ../v2v/virt-v2v.pod:621 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows " @@ -79768,7 +79806,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:611 +#: ../v2v/virt-v2v.pod:627 msgid "" "B. Fix your libvirt configuration and/or your VMware vCenter Server " @@ -79776,17 +79814,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:615 +#: ../v2v/virt-v2v.pod:631 msgid "ESX: IMPORTING A GUEST" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:617 +#: ../v2v/virt-v2v.pod:633 msgid "To import a particular guest from vCenter Server, do:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:619 +#: ../v2v/virt-v2v.pod:635 #, no-wrap msgid "" " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' " @@ -79797,12 +79835,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:623 +#: ../v2v/virt-v2v.pod:639 msgid "where C is the name of the guest (which must be shut down)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:626 +#: ../v2v/virt-v2v.pod:642 msgid "" "Note that you may be asked for the vCenter password I. This happens " "once because libvirt needs it, and a second time because virt-v2v itself " @@ -79810,60 +79848,189 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:630 +#: ../v2v/virt-v2v.pod:646 ../v2v/virt-v2v.pod:710 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 " -"libvirt or RHEV." +"libvirt or any other supported target." msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:634 +#: ../v2v/virt-v2v.pod:650 +msgid "INPUT FROM RHEL 5 XEN" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:652 +msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:654 +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 " +"to specify it on the command line." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:658 +msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:660 +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:663 +msgid "" +"You must also use ssh-agent, and add your ssh public key to " +"C (on the Xen host)." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:666 +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:669 +#, no-wrap +msgid "" +" $ ssh root@xen.example.com\n" +" [ logs straight into the shell, no password is requested ]\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:672 +msgid "" +"Note that password-interactive and Kerberos access are B supported. " +"You B to set up ssh access using ssh-agent and authorized_keys." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:676 +msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:678 +msgid "Use the L command to list the guests on the remote Xen host:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:680 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com list --all\n" +" Id Name State\n" +" ----------------------------------------------------\n" +" 0 Domain-0 running\n" +" - rhel49-x86_64-pv shut off\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:689 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n" +" \n" +" rhel49-x86_64-pv\n" +" [...]\n" +" \n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:695 +msgid "" +"B. Fix your libvirt configuration or the remote server before " +"continuing." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:699 +msgid "XEN: IMPORTING A GUEST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:701 +msgid "To import a particular guest from a Xen server, do:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:703 +#, no-wrap +msgid "" +" $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n" +" rhel49-x86_64-pv \\\n" +" -o local -os /var/tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:707 +msgid "" +"where C is the name of the guest (which must be shut " +"down)." +msgstr "" + +#. type: =head1 +#: ../v2v/virt-v2v.pod:714 msgid "OUTPUT TO LIBVIRT" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:636 +#: ../v2v/virt-v2v.pod:716 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:643 +#: ../v2v/virt-v2v.pod:723 msgid "" "You can only use a local libvirt connection [see below for how to workaround " "this]." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:648 +#: ../v2v/virt-v2v.pod:728 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:653 +#: ../v2v/virt-v2v.pod:733 msgid "You can only upload to a KVM hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:657 +#: ../v2v/virt-v2v.pod:737 msgid "" "B you have to use the following workaround:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:664 +#: ../v2v/virt-v2v.pod:744 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:667 +#: ../v2v/virt-v2v.pod:747 #, no-wrap msgid "" " virt-v2v [...] -o local -os /var/tmp\n" @@ -79871,12 +80038,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:669 +#: ../v2v/virt-v2v.pod:749 msgid "This creates two (or more) files in C called:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:671 +#: ../v2v/virt-v2v.pod:751 #, no-wrap msgid "" " /var/tmp/NAME.xml # the libvirt XML (metadata)\n" @@ -79885,17 +80052,17 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:674 +#: ../v2v/virt-v2v.pod:754 msgid "(for C substitute the guest's name)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:678 +#: ../v2v/virt-v2v.pod:758 msgid "Upload the converted disk(s) into the storage pool called C:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:680 +#: ../v2v/virt-v2v.pod:760 #, no-wrap msgid "" " size=$(stat -c%s /var/tmp/NAME-sda)\n" @@ -79905,14 +80072,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:686 +#: ../v2v/virt-v2v.pod:766 msgid "" "Edit C to change C to the pool name. " "In other words, locate the following bit of XML:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:689 +#: ../v2v/virt-v2v.pod:769 #, no-wrap msgid "" " \n" @@ -79924,7 +80091,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:695 +#: ../v2v/virt-v2v.pod:775 msgid "" "and change two things: The C attribute must be changed to " "C, and the CsourceE> element must be changed to " @@ -79932,7 +80099,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:699 +#: ../v2v/virt-v2v.pod:779 #, no-wrap msgid "" " \n" @@ -79944,12 +80111,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:707 +#: ../v2v/virt-v2v.pod:787 msgid "Define the final guest in libvirt:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:709 +#: ../v2v/virt-v2v.pod:789 #, no-wrap msgid "" " virsh define /var/tmp/NAME.xml\n" @@ -79957,19 +80124,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:713 +#: ../v2v/virt-v2v.pod:793 msgid "MINIMAL XML FOR -i libvirtxml OPTION" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:715 +#: ../v2v/virt-v2v.pod:795 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:719 +#: ../v2v/virt-v2v.pod:799 msgid "" "B If you have libvirt metadata for the guest, always use that " @@ -79977,7 +80144,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:723 +#: ../v2v/virt-v2v.pod:803 #, no-wrap msgid "" " \n" @@ -80010,7 +80177,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:752 +#: ../v2v/virt-v2v.pod:832 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 " @@ -80018,14 +80185,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:758 +#: ../v2v/virt-v2v.pod:838 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:761 +#: ../v2v/virt-v2v.pod:841 #, no-wrap msgid "" " $ virt-v2v --machine-readable\n" @@ -80035,7 +80202,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:790 +#: ../v2v/virt-v2v.pod:870 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 " @@ -80043,36 +80210,36 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:796 +#: ../v2v/virt-v2v.pod:876 msgid "" "Virt-v2v E 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:803 +#: ../v2v/virt-v2v.pod:883 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:805 ../v2v/virt-v2v.pod:859 +#: ../v2v/virt-v2v.pod:885 ../v2v/virt-v2v.pod:939 msgid "(Optional)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:807 +#: ../v2v/virt-v2v.pod:887 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:817 +#: ../v2v/virt-v2v.pod:897 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:828 +#: ../v2v/virt-v2v.pod:908 msgid "" "Note that if C<$TMPDIR> is a tmpfs (eg. if C is on tmpfs, or if you " "use C), tmpfs defaults to a maximum size of I of " @@ -80082,31 +80249,31 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:838 +#: ../v2v/virt-v2v.pod:918 msgid "" "This can point to the directory containing data files used for Windows " "conversion." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:850 +#: ../v2v/virt-v2v.pod:930 msgid "(Required when doing conversions of Windows guests)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:852 +#: ../v2v/virt-v2v.pod:932 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:857 +#: ../v2v/virt-v2v.pod:937 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:861 +#: ../v2v/virt-v2v.pod:941 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. " @@ -80116,14 +80283,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:867 +#: ../v2v/virt-v2v.pod:947 msgid "" "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not " "distributed with virt-v2v." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:878 +#: ../v2v/virt-v2v.pod:958 msgid "" "L, L, L, L, " "L, L, L, L, " @@ -80131,6 +80298,6 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:895 +#: ../v2v/virt-v2v.pod:975 msgid "Mike Latimer" msgstr "" diff --git a/po-docs/uk.po b/po-docs/uk.po index 41baafcb0..88865021d 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@redhat.com\n" -"POT-Creation-Date: 2014-09-02 17:05+0200\n" +"POT-Creation-Date: 2014-09-04 14:52+0200\n" "PO-Revision-Date: 2014-07-22 18:04+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libguestfs/" @@ -397,7 +397,7 @@ msgstr "" #: ../resize/virt-resize.pod:266 ../sparsify/virt-sparsify.pod:114 #: ../sysprep/virt-sysprep.pod:38 ../test-tool/libguestfs-test-tool.pod:34 #: ../tools/virt-list-filesystems:52 ../tools/virt-list-partitions:53 -#: ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:133 +#: ../tools/virt-tar:100 ../tools/virt-win-reg:93 ../v2v/virt-v2v.pod:136 msgid "OPTIONS" msgstr "ПАРАМЕТРИ" @@ -416,7 +416,7 @@ msgstr "ПАРАМЕТРИ" #: ../resize/virt-resize.pod:270 ../sparsify/virt-sparsify.pod:118 #: ../sysprep/virt-sysprep.pod:42 ../test-tool/libguestfs-test-tool.pod:38 #: ../tools/virt-list-filesystems:60 ../tools/virt-list-partitions:61 -#: ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:137 +#: ../tools/virt-tar:108 ../tools/virt-win-reg:101 ../v2v/virt-v2v.pod:140 msgid "B<--help>" msgstr "B<--help>" @@ -731,7 +731,7 @@ msgstr "" #: ../align/virt-alignment-scan.pod:177 ../customize/virt-customize.pod:178 #: ../fuse/guestunmount.pod:83 ../resize/virt-resize.pod:507 #: ../sparsify/virt-sparsify.pod:243 ../sysprep/virt-sysprep.pod:211 -#: ../v2v/virt-v2v.pod:331 +#: ../v2v/virt-v2v.pod:347 msgid "B<-q>" msgstr "B<-q>" @@ -739,7 +739,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:509 ../sparsify/virt-sparsify.pod:245 -#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:333 +#: ../sysprep/virt-sysprep.pod:213 ../v2v/virt-v2v.pod:349 msgid "B<--quiet>" msgstr "B<--quiet>" @@ -789,7 +789,7 @@ msgstr "" #: ../make-fs/virt-make-fs.pod:197 ../p2v/virt-p2v.pod:240 #: ../rescue/virt-rescue.pod:238 ../resize/virt-resize.pod:577 #: ../sparsify/virt-sparsify.pod:292 ../sysprep/virt-sysprep.pod:219 -#: ../v2v/virt-v2v.pod:418 +#: ../v2v/virt-v2v.pod:434 msgid "B<-v>" msgstr "B<-v>" @@ -804,7 +804,7 @@ msgstr "B<-v>" #: ../make-fs/virt-make-fs.pod:199 ../p2v/virt-p2v.pod:242 #: ../rescue/virt-rescue.pod:240 ../resize/virt-resize.pod:579 #: ../sparsify/virt-sparsify.pod:294 ../sysprep/virt-sysprep.pod:221 -#: ../v2v/virt-v2v.pod:420 +#: ../v2v/virt-v2v.pod:436 msgid "B<--verbose>" msgstr "B<--verbose>" @@ -816,7 +816,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:422 +#: ../v2v/virt-v2v.pod:438 msgid "Enable verbose messages for debugging." msgstr "Увімкнути докладний показ повідомлень з метою діагностики." @@ -834,7 +834,7 @@ msgstr "Увімкнути докладний показ повідомлень #: ../p2v/virt-p2v.pod:246 ../rescue/virt-rescue.pod:244 #: ../resize/virt-resize.pod:583 ../sparsify/virt-sparsify.pod:298 #: ../sysprep/virt-sysprep.pod:225 ../test-tool/libguestfs-test-tool.pod:59 -#: ../v2v/virt-v2v.pod:424 +#: ../v2v/virt-v2v.pod:440 msgid "B<-V>" msgstr "B<-V>" @@ -853,7 +853,7 @@ msgstr "B<-V>" #: ../resize/virt-resize.pod:585 ../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:426 +#: ../tools/virt-tar:116 ../tools/virt-win-reg:109 ../v2v/virt-v2v.pod:442 msgid "B<--version>" msgstr "B<--version>" @@ -868,7 +868,7 @@ msgstr "B<--version>" #: ../rescue/virt-rescue.pod:248 ../resize/virt-resize.pod:587 #: ../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:428 +#: ../tools/virt-tar:118 ../tools/virt-win-reg:111 ../v2v/virt-v2v.pod:444 msgid "Display version number and exit." msgstr "Показати дані щодо версії і завершити роботу." @@ -883,7 +883,7 @@ msgstr "Показати дані щодо версії і завершити р #: ../make-fs/virt-make-fs.pod:209 ../rescue/virt-rescue.pod:259 #: ../resize/virt-resize.pod:589 ../sparsify/virt-sparsify.pod:304 #: ../sysprep/virt-sysprep.pod:231 ../tools/virt-tar:155 -#: ../v2v/virt-v2v.pod:439 +#: ../v2v/virt-v2v.pod:455 msgid "B<-x>" msgstr "B<-x>" @@ -896,7 +896,7 @@ msgstr "B<-x>" #: ../format/virt-format.pod:177 ../inspector/virt-inspector.pod:130 #: ../rescue/virt-rescue.pod:261 ../resize/virt-resize.pod:591 #: ../sparsify/virt-sparsify.pod:306 ../sysprep/virt-sysprep.pod:233 -#: ../v2v/virt-v2v.pod:441 +#: ../v2v/virt-v2v.pod:457 msgid "Enable tracing of libguestfs API calls." msgstr "Увімкнути трасування викликів програмного інтерфейсу libguestfs." @@ -1371,9 +1371,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:347 ../v2v/virt-v2v.pod:351 -#: ../v2v/virt-v2v.pod:355 ../v2v/virt-v2v.pod:641 ../v2v/virt-v2v.pod:646 -#: ../v2v/virt-v2v.pod:651 +#: ../tools/virt-win-reg:766 ../v2v/virt-v2v.pod:363 ../v2v/virt-v2v.pod:367 +#: ../v2v/virt-v2v.pod:371 ../v2v/virt-v2v.pod:721 ../v2v/virt-v2v.pod:726 +#: ../v2v/virt-v2v.pod:731 msgid "*" msgstr "*" @@ -1450,7 +1450,7 @@ msgstr "" #: ../sparsify/virt-sparsify.pod:439 ../src/guestfs.pod:4751 #: ../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:876 +#: ../tools/virt-tar:292 ../tools/virt-win-reg:785 ../v2v/virt-v2v.pod:956 msgid "SEE ALSO" msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ" @@ -1490,7 +1490,7 @@ msgstr "АВТОР" #: ../resize/virt-resize.pod:776 ../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:891 +#: ../tools/virt-win-reg:801 ../v2v/virt-v2v.pod:971 msgid "Richard W.M. Jones L" msgstr "Richard W.M. Jones L" @@ -1520,7 +1520,7 @@ msgstr "Richard W.M. Jones L" #: ../sparsify/virt-sparsify.pod:456 ../src/guestfs.pod:4815 #: ../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:897 +#: ../tools/virt-tar:310 ../tools/virt-win-reg:803 ../v2v/virt-v2v.pod:977 msgid "COPYRIGHT" msgstr "АВТОРСЬКІ ПРАВА" @@ -1836,7 +1836,7 @@ msgstr "" #: ../fuse/guestunmount.pod:113 ../rescue/virt-rescue.pod:388 #: ../sparsify/virt-sparsify.pod:395 ../src/guestfs.pod:4643 #: ../sysprep/virt-sysprep.pod:518 ../test-tool/libguestfs-test-tool.pod:175 -#: ../v2v/virt-v2v.pod:813 +#: ../v2v/virt-v2v.pod:893 msgid "ENVIRONMENT VARIABLES" msgstr "ЗМІННІ СЕРЕДОВИЩА" @@ -1874,7 +1874,7 @@ msgstr "" #: ../python/examples/guestfs-python.pod:65 #: ../ruby/examples/guestfs-ruby.pod:48 ../src/guestfs.pod:4811 #: ../sysprep/virt-sysprep.pod:565 ../test-tool/libguestfs-test-tool.pod:186 -#: ../v2v/virt-v2v.pod:889 +#: ../v2v/virt-v2v.pod:969 msgid "AUTHORS" msgstr "АВТОРИ" @@ -1904,7 +1904,7 @@ msgstr "Richard W.M. Jones (C)" #: ../guestfs-release-notes.pod:3023 ../p2v-iso/guestfs-p2v-iso.pod:238 #: ../p2v/virt-p2v.pod:268 ../rescue/virt-rescue.pod:428 #: ../src/guestfs.pod:4817 ../test-tool/libguestfs-test-tool.pod:192 -#: ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:899 +#: ../tools/virt-list-partitions:280 ../v2v/virt-v2v.pod:979 msgid "Copyright (C) 2009-2014 Red Hat Inc." msgstr "© Red Hat Inc., 2009–2014" @@ -2039,7 +2039,7 @@ msgstr "" #: ../fish/virt-copy-out.pod:19 ../fish/virt-tar-in.pod:28 #: ../fish/virt-tar-out.pod:22 ../fuse/guestmount.pod:37 #: ../resize/virt-resize.pod:25 ../sparsify/virt-sparsify.pod:85 -#: ../tools/virt-tar:47 ../v2v/virt-v2v.pod:68 +#: ../tools/virt-tar:47 ../v2v/virt-v2v.pod:71 msgid "EXAMPLES" msgstr "ПРИКЛАДИ" @@ -2400,7 +2400,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:180 ../builder/virt-index-validate.pod:64 #: ../p2v/virt-p2v.pod:233 ../resize/virt-resize.pod:272 -#: ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:139 +#: ../sparsify/virt-sparsify.pod:120 ../v2v/virt-v2v.pod:142 msgid "Display help." msgstr "Показати довідкове повідомлення." @@ -2790,13 +2790,13 @@ msgstr "" #. type: =item #: ../builder/virt-builder.pod:347 ../resize/virt-resize.pod:441 -#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:197 +#: ../sparsify/virt-sparsify.pod:223 ../v2v/virt-v2v.pod:210 msgid "B<--machine-readable>" msgstr "B<--machine-readable>" #. type: textblock #: ../builder/virt-builder.pod:349 ../resize/virt-resize.pod:443 -#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:199 +#: ../sparsify/virt-sparsify.pod:225 ../v2v/virt-v2v.pod:212 msgid "" "This option is used to make the output more machine friendly when being " "parsed by other programs. See L below." @@ -2893,7 +2893,7 @@ msgstr "" #: ../resize/virt-resize.pod:29 ../resize/virt-resize.pod:623 #: ../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:662 ../v2v/virt-v2v.pod:775 +#: ../src/guestfs.pod:3882 ../v2v/virt-v2v.pod:742 ../v2v/virt-v2v.pod:855 msgid "1." msgstr "1." @@ -2913,7 +2913,7 @@ msgstr "" #: ../resize/virt-resize.pod:42 ../resize/virt-resize.pod:630 #: ../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:676 ../v2v/virt-v2v.pod:782 +#: ../src/guestfs.pod:3907 ../v2v/virt-v2v.pod:756 ../v2v/virt-v2v.pod:862 msgid "2." msgstr "2." @@ -2931,8 +2931,8 @@ msgstr "" #: ../examples/guestfs-recipes.pod:418 ../rescue/virt-rescue.pod:343 #: ../resize/virt-resize.pod:50 ../resize/virt-resize.pod:636 #: ../sparsify/virt-sparsify.pod:379 ../src/guestfs.pod:502 -#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:684 -#: ../v2v/virt-v2v.pod:788 +#: ../src/guestfs.pod:1827 ../src/guestfs.pod:2399 ../v2v/virt-v2v.pod:764 +#: ../v2v/virt-v2v.pod:868 msgid "3." msgstr "3." @@ -2947,7 +2947,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:705 +#: ../v2v/virt-v2v.pod:785 msgid "4." msgstr "4." @@ -5498,7 +5498,7 @@ msgstr "" #. type: =head1 #: ../builder/virt-builder.pod:1604 ../resize/virt-resize.pod:595 -#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:750 +#: ../sparsify/virt-sparsify.pod:340 ../v2v/virt-v2v.pod:830 msgid "MACHINE READABLE OUTPUT" msgstr "" @@ -5533,7 +5533,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1621 ../resize/virt-resize.pod:613 -#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:765 +#: ../sparsify/virt-sparsify.pod:356 ../v2v/virt-v2v.pod:845 msgid "" "A list of features is printed, one per line, and the program exits with " "status 0." @@ -5582,7 +5582,7 @@ msgstr "" #. type: =item #: ../builder/virt-builder.pod:1645 ../customize/virt-customize.pod:220 -#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:836 +#: ../sysprep/virt-sysprep.pod:522 ../v2v/virt-v2v.pod:916 msgid "C" msgstr "" @@ -5596,7 +5596,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1650 ../customize/virt-customize.pod:225 -#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:841 +#: ../sysprep/virt-sysprep.pod:527 ../v2v/virt-v2v.pod:921 msgid "" "Normally you do not need to set this. If not set, a compiled-in default " "will be used (something like C)." @@ -5604,13 +5604,13 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1653 ../customize/virt-customize.pod:228 -#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:844 +#: ../sysprep/virt-sysprep.pod:530 ../v2v/virt-v2v.pod:924 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:848 +#: ../sysprep/virt-sysprep.pod:534 ../v2v/virt-v2v.pod:928 msgid "C" msgstr "" @@ -5625,7 +5625,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder.pod:1663 ../customize/virt-customize.pod:238 -#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:855 +#: ../sysprep/virt-sysprep.pod:540 ../v2v/virt-v2v.pod:935 msgid "See also: C" msgstr "" @@ -8685,7 +8685,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:244 ../sparsify/virt-sparsify.pod:426 -#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:874 +#: ../sysprep/virt-sysprep.pod:546 ../v2v/virt-v2v.pod:954 msgid "" "For other environment variables, see L." msgstr "" @@ -8820,7 +8820,7 @@ msgstr "" #. type: =head1 #: ../daemon/guestfsd.pod:76 ../fish/guestfish.pod:1537 #: ../fuse/guestmount.pod:391 ../rescue/virt-rescue.pod:393 -#: ../v2v/virt-v2v.pod:799 +#: ../v2v/virt-v2v.pod:879 msgid "FILES" msgstr "ФАЙЛИ" @@ -50986,7 +50986,7 @@ msgid "L, L, L." msgstr "" #. type: textblock -#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:893 +#: ../p2v/virt-p2v.pod:264 ../v2v/virt-v2v.pod:973 msgid "Matthew Booth" msgstr "" @@ -52525,7 +52525,7 @@ msgstr "Увімкнути показ діагностичних повідом #. type: =item #: ../resize/virt-resize.pod:338 ../sparsify/virt-sparsify.pod:186 -#: ../v2v/virt-v2v.pod:145 +#: ../v2v/virt-v2v.pod:148 msgid "B<--debug-gc>" msgstr "B<--debug-gc>" @@ -52990,7 +52990,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:601 ../sparsify/virt-sparsify.pod:346 -#: ../v2v/virt-v2v.pod:756 +#: ../v2v/virt-v2v.pod:836 msgid "There are two ways to use this option." msgstr "Існує два способи використання цього параметра." @@ -53023,7 +53023,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:616 ../sparsify/virt-sparsify.pod:359 -#: ../v2v/virt-v2v.pod:768 +#: ../v2v/virt-v2v.pod:848 msgid "" "Secondly use the option in conjunction with other options to make the " "regular program output more machine friendly." @@ -53031,13 +53031,13 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:619 ../sparsify/virt-sparsify.pod:362 -#: ../v2v/virt-v2v.pod:771 +#: ../v2v/virt-v2v.pod:851 msgid "At the moment this means:" msgstr "У поточній версії це означає таке:" #. type: textblock #: ../resize/virt-resize.pod:625 ../sparsify/virt-sparsify.pod:368 -#: ../v2v/virt-v2v.pod:777 +#: ../v2v/virt-v2v.pod:857 msgid "" "Progress bar messages can be parsed from stdout by looking for this regular " "expression:" @@ -53045,7 +53045,7 @@ msgstr "" #. type: verbatim #: ../resize/virt-resize.pod:628 ../sparsify/virt-sparsify.pod:371 -#: ../v2v/virt-v2v.pod:780 +#: ../v2v/virt-v2v.pod:860 #, no-wrap msgid "" " ^[0-9]+/[0-9]+$\n" @@ -53056,7 +53056,7 @@ msgstr "" #. type: textblock #: ../resize/virt-resize.pod:632 ../sparsify/virt-sparsify.pod:375 -#: ../v2v/virt-v2v.pod:784 +#: ../v2v/virt-v2v.pod:864 msgid "" "The calling program should treat messages sent to stdout (except for " "progress bar messages) as status messages. They can be logged and/or " @@ -53732,7 +53732,7 @@ msgstr "" "\n" #. type: textblock -#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:335 +#: ../sparsify/virt-sparsify.pod:247 ../v2v/virt-v2v.pod:351 msgid "This disables progress bars and other unnecessary output." msgstr "" @@ -53912,7 +53912,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:819 +#: ../sparsify/virt-sparsify.pod:401 ../v2v/virt-v2v.pod:899 msgid "" "Location of the temporary directory used for the potentially large temporary " "overlay file." @@ -53926,7 +53926,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:822 +#: ../sparsify/virt-sparsify.pod:407 ../v2v/virt-v2v.pod:902 msgid "" "You should ensure there is enough free space in the worst case for a full " "copy of the source disk (I size), or else set C<$TMPDIR> to point " @@ -53934,7 +53934,7 @@ msgid "" msgstr "" #. type: textblock -#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:826 +#: ../sparsify/virt-sparsify.pod:411 ../v2v/virt-v2v.pod:906 msgid "This defaults to C." msgstr "Типовим значенням є C." @@ -53949,7 +53949,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:834 +#: ../sparsify/virt-sparsify.pod:419 ../v2v/virt-v2v.pod:914 #, no-wrap msgid "" " mount -o remount,size=10G /tmp\n" @@ -86691,7 +86691,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:94 +#: ../v2v/virt-v2v.pod:9 ../v2v/virt-v2v.pod:97 #, no-wrap msgid "" " virt-v2v -ic vpx://esx.example.com/Datacenter/esxi \\\n" @@ -86700,7 +86700,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:127 +#: ../v2v/virt-v2v.pod:12 ../v2v/virt-v2v.pod:130 #, fuzzy, no-wrap #| msgid "" #| " virt-builder fedora-20 -o mydisk.img\n" @@ -86713,7 +86713,7 @@ msgstr "" "\n" #. type: verbatim -#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:117 +#: ../v2v/virt-v2v.pod:14 ../v2v/virt-v2v.pod:120 #, fuzzy, no-wrap #| msgid "" #| " virt-builder fedora-20 -o mydisk.img\n" @@ -86726,7 +86726,7 @@ msgstr "" "\n" #. type: verbatim -#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:108 +#: ../v2v/virt-v2v.pod:16 ../v2v/virt-v2v.pod:111 #, fuzzy, no-wrap #| msgid "" #| " virt-builder fedora-20 -o mydisk.img\n" @@ -86774,18 +86774,19 @@ msgstr "РЕЖИМИ ВИВЕДЕННЯ ДАНИХ" msgid "" " ┌────────────┐\n" " -i disk ───────────┐ │ │ ┌───────▶ -o local\n" -" │ │ virt-v2v │ │\n" -" └──▶ │ conversion │ ──┘\n" -" -i libvirt ───────────▶ │ server │ ────────▶ -o libvirt\n" -" (default) ┌──▶ │ │ ──┐ (default)\n" -" │ │ │ ─┐└──────▶ -o glance\n" -" -i libvirtxml ─────┘ │ │ └─────────▶ -o rhev\n" -" └────────────┘\n" +" -i ova ─────────┐ └──▶ │ virt-v2v │ │\n" +" └────▶ │ conversion │ ──┘\n" +" ESX ──▶┌────────────┐ │ server │ ┌────────────┐\n" +" Xen ──▶│ -i libvirt ──▶ │ │ ───▶ -o libvirt │─▶ KVM\n" +" ... ──▶│ (default) │ │ │ │ (default) │\n" +" └────────────┘ │ │ ──┐└────────────┘\n" +" -i libvirtxml ────────▶ │ │ ─┐└──────▶ -o glance\n" +" └────────────┘ └─────────▶ -o rhev\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:43 +#: ../v2v/virt-v2v.pod:44 msgid "" "Virt-v2v has a number of possible input and output modes, selected using the " "I<-i> and I<-o> options. Only one input and output mode can be selected for " @@ -86793,7 +86794,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:47 +#: ../v2v/virt-v2v.pod:48 msgid "" "I<-i libvirt> is used for reading from any libvirt source. Since libvirt " "can connect to many different hypervisors, it is used for reading guests " @@ -86802,25 +86803,30 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:52 +#: ../v2v/virt-v2v.pod:53 msgid "" "I<-i disk> is used for reading from local disk images (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:55 +#: ../v2v/virt-v2v.pod:56 +msgid "I<-i ova> is used for reading from a VMware ova source file." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:58 msgid "" "I<-i libvirtxml> is used to read from libvirt XML files. This is the method " "used by L behind the scenes." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:58 +#: ../v2v/virt-v2v.pod:61 msgid "I<-o glance> is used for writing to OpenStack Glance." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:60 +#: ../v2v/virt-v2v.pod:63 msgid "" "I<-o libvirt> is used for writing to any libvirt target. Libvirt can " "connect to local or remote KVM hypervisors. The I<-oc> option selects the " @@ -86828,23 +86834,23 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:64 +#: ../v2v/virt-v2v.pod:67 msgid "" "I<-o local> is used to write to a local disk image (mainly for testing)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:66 +#: ../v2v/virt-v2v.pod:69 msgid "I<-o rhev> is used to write to a RHEV-M / oVirt target." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:70 +#: ../v2v/virt-v2v.pod:73 msgid "Convert from VMware vCenter server to local libvirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:72 +#: ../v2v/virt-v2v.pod:75 msgid "" "You have a VMware vCenter server called C, a datacenter " "called C, and an ESXi hypervisor called C. You want to " @@ -86852,7 +86858,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:77 +#: ../v2v/virt-v2v.pod:80 #, no-wrap msgid "" " virt-v2v -ic vpx://example.com/Datacenter/esxi esx_guest\n" @@ -86860,7 +86866,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:79 +#: ../v2v/virt-v2v.pod:82 msgid "" "In this case you will most likely have to run virt-v2v as C, since it " "needs to talk to the system libvirt daemon and copy the guest disks to C below." msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:85 +#: ../v2v/virt-v2v.pod:88 msgid "Convert from ESX to RHEV-M/oVirt" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:87 +#: ../v2v/virt-v2v.pod:90 msgid "" "This is the same as the previous example, except you want to send the guest " "to a RHEV-M Export Storage Domain which is located remotely (over NFS) at " @@ -86889,12 +86895,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:97 +#: ../v2v/virt-v2v.pod:100 msgid "In this case the host running virt-v2v acts as a B." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:99 +#: ../v2v/virt-v2v.pod:102 msgid "" "Note that after conversion, the guest will appear in the RHEV-M Export " "Storage Domain, from where you will need to import it using the RHEV-M user " @@ -86902,21 +86908,21 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:103 +#: ../v2v/virt-v2v.pod:106 #, fuzzy #| msgid "Create empty disk images" msgid "Convert disk image to OpenStack glance" msgstr "Створення порожніх образів дисків" #. type: textblock -#: ../v2v/virt-v2v.pod:105 +#: ../v2v/virt-v2v.pod:108 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on OpenStack (only KVM-based OpenStack is supported), you can do:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:110 +#: ../v2v/virt-v2v.pod:113 #, fuzzy #| msgid "To run this tool on a disk image directly, use the I<-a> option:" msgid "To control the name of the image in glance, use the I<-on> option." @@ -86925,28 +86931,28 @@ msgstr "" "параметром I<-a>:" #. type: =head2 -#: ../v2v/virt-v2v.pod:112 +#: ../v2v/virt-v2v.pod:115 #, fuzzy #| msgid "Create empty disk images" msgid "Convert disk image to disk image" msgstr "Створення порожніх образів дисків" #. type: textblock -#: ../v2v/virt-v2v.pod:114 +#: ../v2v/virt-v2v.pod:117 msgid "" "Given a disk image from another hypervisor that you want to convert to run " "on KVM, you have two options. The simplest way is to try:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:119 +#: ../v2v/virt-v2v.pod:122 msgid "" "where virt-v2v guesses everything about the input C and (in this " "case) writes the converted result to C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:122 +#: ../v2v/virt-v2v.pod:125 msgid "" "A more complex method is to write some L describing the input guest (if you can get the source " @@ -86955,47 +86961,47 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:129 +#: ../v2v/virt-v2v.pod:132 msgid "" "Since C contains the path(s) to the guest disk image(s) " "you do not need to specify the name of the disk image on the command line." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:141 +#: ../v2v/virt-v2v.pod:144 #, fuzzy #| msgid "B<--merge>" msgid "B<--bridge> ..." msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:143 +#: ../v2v/virt-v2v.pod:146 #, fuzzy #| msgid "B<--network>" msgid "See I<--network> below." msgstr "B<--network>" #. type: textblock -#: ../v2v/virt-v2v.pod:147 +#: ../v2v/virt-v2v.pod:150 msgid "" "Debug garbage collection and memory allocation. This is only useful when " "debugging memory problems in virt-v2v or the OCaml libguestfs bindings." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:151 +#: ../v2v/virt-v2v.pod:154 #, fuzzy #| msgid "B" msgid "B<-i disk>" msgstr "B" #. type: textblock -#: ../v2v/virt-v2v.pod:153 +#: ../v2v/virt-v2v.pod:156 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:155 +#: ../v2v/virt-v2v.pod:158 msgid "" "In this mode you can read a virtual machine disk image with no metadata. " "virt-v2v tries to guess the best default metadata. This is usually adequate " @@ -87005,34 +87011,54 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:161 +#: ../v2v/virt-v2v.pod:164 +#, fuzzy +#| msgid "B<-i>" +msgid "B<-i ova>" +msgstr "B<-i>" + +#. type: textblock +#: ../v2v/virt-v2v.pod:166 +msgid "Set the input method to I." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:168 +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 " +"as analyzing the ovf file, and then convert the guest." +msgstr "" + +#. type: =item +#: ../v2v/virt-v2v.pod:172 msgid "B<-i libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:163 +#: ../v2v/virt-v2v.pod:174 msgid "Set the input method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:165 +#: ../v2v/virt-v2v.pod:176 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>)." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:168 +#: ../v2v/virt-v2v.pod:179 msgid "B<-i libvirtxml>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:170 +#: ../v2v/virt-v2v.pod:181 msgid "Set the input method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:172 +#: ../v2v/virt-v2v.pod:183 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 " @@ -87041,83 +87067,86 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:177 +#: ../v2v/virt-v2v.pod:188 #, fuzzy #| msgid "B<-i>" msgid "B<-i local>" msgstr "B<-i>" #. type: textblock -#: ../v2v/virt-v2v.pod:179 +#: ../v2v/virt-v2v.pod:190 msgid "This is the same as I<-i disk>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:181 +#: ../v2v/virt-v2v.pod:192 msgid "B<-ic> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:183 +#: ../v2v/virt-v2v.pod:194 msgid "" "Specify a libvirt connection URI to use when reading the guest. This is " "only used when S>." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:186 +#: ../v2v/virt-v2v.pod:197 msgid "" -"Only local libvirt connections and ESX connections can be used. Remote " -"libvirt connections will not work in general." +"Only local libvirt connections, ESX connections, or RHEL 5 Xen remote " +"connections can be used. Other remote libvirt connections will not work in " +"general." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:189 -msgid "See also L below." +#: ../v2v/virt-v2v.pod:201 +msgid "" +"See also L, L " +"below." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:191 +#: ../v2v/virt-v2v.pod:204 #, fuzzy #| msgid "B<--format>" msgid "B<-if> format" msgstr "B<--format>" #. type: textblock -#: ../v2v/virt-v2v.pod:193 +#: ../v2v/virt-v2v.pod:206 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:203 +#: ../v2v/virt-v2v.pod:216 #, fuzzy #| msgid "B<--network>" msgid "B<--network> in:out" msgstr "B<--network>" #. type: =item -#: ../v2v/virt-v2v.pod:205 +#: ../v2v/virt-v2v.pod:218 #, fuzzy #| msgid "B<--network>" msgid "B<--network> out" msgstr "B<--network>" #. type: =item -#: ../v2v/virt-v2v.pod:207 +#: ../v2v/virt-v2v.pod:220 msgid "B<--bridge> in:out" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:209 +#: ../v2v/virt-v2v.pod:222 #, fuzzy #| msgid "B<--merge>" msgid "B<--bridge> out" msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:211 +#: ../v2v/virt-v2v.pod:224 msgid "" "Map network (or bridge) called C to network (or bridge) called C. " "If no C prefix is given, all other networks (or bridges) are mapped to " @@ -87125,28 +87154,28 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:215 +#: ../v2v/virt-v2v.pod:228 #, fuzzy #| msgid "See L below." msgid "See L below." msgstr "Див. L нижче." #. type: =item -#: ../v2v/virt-v2v.pod:217 +#: ../v2v/virt-v2v.pod:230 #, fuzzy #| msgid "B<--no-sync>" msgid "B<--no-copy>" msgstr "B<--no-sync>" #. type: textblock -#: ../v2v/virt-v2v.pod:219 +#: ../v2v/virt-v2v.pod:232 msgid "" "Don't copy the disks. Instead, conversion is performed (and thrown away), " "and metadata is written, but no disks are created." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:222 +#: ../v2v/virt-v2v.pod:235 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 " @@ -87154,26 +87183,26 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:226 +#: ../v2v/virt-v2v.pod:239 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:229 +#: ../v2v/virt-v2v.pod:242 msgid "This option is not compatible with I<-o glance> for technical reasons." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:231 +#: ../v2v/virt-v2v.pod:244 #, fuzzy #| msgid "B<-o kernel_cache>" msgid "B<-o glance>" msgstr "B<-o kernel_cache>" #. type: textblock -#: ../v2v/virt-v2v.pod:233 +#: ../v2v/virt-v2v.pod:246 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> " @@ -87181,41 +87210,41 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:237 +#: ../v2v/virt-v2v.pod:250 msgid "B<-o libvirt>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:239 +#: ../v2v/virt-v2v.pod:252 msgid "Set the output method to I. This is the default." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:241 +#: ../v2v/virt-v2v.pod:254 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:244 +#: ../v2v/virt-v2v.pod:257 #, fuzzy #| msgid "see L below." msgid "See L below." msgstr "див. L нижче." #. type: =item -#: ../v2v/virt-v2v.pod:246 +#: ../v2v/virt-v2v.pod:259 msgid "B<-o local>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:248 +#: ../v2v/virt-v2v.pod:261 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:250 +#: ../v2v/virt-v2v.pod:263 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 " @@ -87223,46 +87252,57 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:254 +#: ../v2v/virt-v2v.pod:267 #, no-wrap msgid "" -" /dir/disk-sda\n" -" /dir/disk-sdb\n" +" /dir/name-sda\n" +" /dir/name-sdb\n" " [etc]\n" "\n" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:258 +#: ../v2v/virt-v2v.pod:271 +msgid "and a libvirt XML file is created containing guest metadata:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:273 +#, no-wrap msgid "" -"and a libvirt XML file is created containing guest metadata (C, where C is the guest name)." +" /dir/name.xml\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:275 +msgid "where C is the guest name." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:261 +#: ../v2v/virt-v2v.pod:277 #, fuzzy #| msgid "B<-o option>" msgid "B<-o ovirt>" msgstr "B<-o параметр>" #. type: textblock -#: ../v2v/virt-v2v.pod:263 +#: ../v2v/virt-v2v.pod:279 msgid "This is the same as I<-o rhev>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:265 +#: ../v2v/virt-v2v.pod:281 msgid "B<-o rhev>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:267 +#: ../v2v/virt-v2v.pod:283 msgid "Set the output method to I." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:269 +#: ../v2v/virt-v2v.pod:285 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 " @@ -87271,97 +87311,97 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:274 +#: ../v2v/virt-v2v.pod:290 msgid "B<-oa sparse>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:276 +#: ../v2v/virt-v2v.pod:292 msgid "B<-oa preallocated>" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:278 +#: ../v2v/virt-v2v.pod:294 msgid "Set the output file allocation mode. The default is C." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:280 +#: ../v2v/virt-v2v.pod:296 msgid "B<-oc> libvirtURI" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:282 +#: ../v2v/virt-v2v.pod:298 msgid "" "Specify a libvirt connection to use when writing the converted guest. This " "is only used when S>. See L below." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:285 +#: ../v2v/virt-v2v.pod:301 msgid "" "Only local libvirt connections can be used. Remote libvirt connections will " "not work." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:288 +#: ../v2v/virt-v2v.pod:304 msgid "B<-of> format" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:290 +#: ../v2v/virt-v2v.pod:306 msgid "When converting the guest, convert the disks to the given format." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:292 +#: ../v2v/virt-v2v.pod:308 msgid "If not specified, then the input format is used." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:294 +#: ../v2v/virt-v2v.pod:310 msgid "B<-on> name" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:296 +#: ../v2v/virt-v2v.pod:312 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:299 +#: ../v2v/virt-v2v.pod:315 msgid "B<-os> storage" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:301 +#: ../v2v/virt-v2v.pod:317 msgid "The location of the storage for the converted guest." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:303 +#: ../v2v/virt-v2v.pod:319 msgid "" "For I<-o libvirt>, this is a libvirt directory pool (see S>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:306 +#: ../v2v/virt-v2v.pod:322 msgid "For I<-o local>, this is a directory name. The directory must exist." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:308 +#: ../v2v/virt-v2v.pod:324 msgid "" "For I<-o rhev>, this can be an NFS path of the Export Storage Domain of the " "form ChostE:EpathE>, eg:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:311 +#: ../v2v/virt-v2v.pod:327 #, no-wrap msgid "" " rhev-storage.example.com:/rhev/export\n" @@ -87369,7 +87409,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:313 +#: ../v2v/virt-v2v.pod:329 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. " @@ -87377,7 +87417,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:317 +#: ../v2v/virt-v2v.pod:333 msgid "" "B 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 " @@ -87385,21 +87425,21 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:322 +#: ../v2v/virt-v2v.pod:338 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:325 +#: ../v2v/virt-v2v.pod:341 #, fuzzy #| msgid "B<--print-cache>" msgid "B<--print-source>" msgstr "B<--print-cache>" #. type: textblock -#: ../v2v/virt-v2v.pod:327 +#: ../v2v/virt-v2v.pod:343 msgid "" "Print information about the source guest and stop. This option is useful " "when you are setting up network and bridge maps. See L UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:339 +#: ../v2v/virt-v2v.pod:355 msgid "B<--rhev-vol-uuid> UUID" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:341 +#: ../v2v/virt-v2v.pod:357 #, fuzzy #| msgid "B *" msgid "B<--rhev-vm-uuid> UUID" msgstr "B *" #. type: textblock -#: ../v2v/virt-v2v.pod:343 +#: ../v2v/virt-v2v.pod:359 msgid "Normally the RHEV output mode chooses a random UUID for each of:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:349 +#: ../v2v/virt-v2v.pod:365 msgid "the image directory (I<--rhev-image-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:353 +#: ../v2v/virt-v2v.pod:369 msgid "once for each guest disk (I<--rhev-vol-uuid>)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:357 +#: ../v2v/virt-v2v.pod:373 msgid "the VM and OVF file (I<--rhev-vm-uuid>)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:361 +#: ../v2v/virt-v2v.pod:377 msgid "However you can force specific UUIDs instead by using these options." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:363 +#: ../v2v/virt-v2v.pod:379 msgid "" "You can use I<--rhev-image-uuid> and I<--rhev-vm-uuid> on the command line " "at most once." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:366 +#: ../v2v/virt-v2v.pod:382 msgid "" "If the guest has more than one virtual disk, then you should use I<--rhev-" "vol-uuid> multiple times to change the UUID of each guest disk." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:370 +#: ../v2v/virt-v2v.pod:386 msgid "" "The format of UUIDs is: C<12345678-1234-1234-1234-123456789abc> (each hex " "digit can be C<0-9> or C), conforming to S." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:373 +#: ../v2v/virt-v2v.pod:389 msgid "These options can only be used with I<-o rhev>." msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:375 +#: ../v2v/virt-v2v.pod:391 msgid "B<--root ask>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:377 +#: ../v2v/virt-v2v.pod:393 msgid "B<--root single>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:379 +#: ../v2v/virt-v2v.pod:395 msgid "B<--root first>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:381 +#: ../v2v/virt-v2v.pod:397 msgid "B<--root> /dev/sdX" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:383 +#: ../v2v/virt-v2v.pod:399 msgid "B<--root> /dev/VG/LV" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:385 +#: ../v2v/virt-v2v.pod:401 msgid "Choose the root filesystem to be converted." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:387 +#: ../v2v/virt-v2v.pod:403 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 " @@ -87516,14 +87556,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:395 +#: ../v2v/virt-v2v.pod:411 msgid "" "The default in virt-v2v E 0.7.1 was S>, which causes " "virt-v2v to die if a multi-boot operating system is found." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:398 +#: ../v2v/virt-v2v.pod:414 msgid "" "Since virt-v2v E 0.7.2 the default is now S>: If the VM is " "found to be multi-boot, then virt-v2v will stop and list the possible root " @@ -87532,7 +87572,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:403 +#: ../v2v/virt-v2v.pod:419 msgid "" "S> means to choose the first root device in the case of a " "multi-boot operating system. Since this is a heuristic, it may sometimes " @@ -87540,7 +87580,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:407 +#: ../v2v/virt-v2v.pod:423 msgid "" "You can also name a specific root device, eg. S> would " "mean to use the second partition on the first hard drive. If the named root " @@ -87549,7 +87589,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:412 +#: ../v2v/virt-v2v.pod:428 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 " @@ -87559,19 +87599,19 @@ msgid "" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:430 +#: ../v2v/virt-v2v.pod:446 msgid "B<--vmtype desktop>" msgstr "" #. type: =item -#: ../v2v/virt-v2v.pod:432 +#: ../v2v/virt-v2v.pod:448 #, fuzzy #| msgid "B<--merge>" msgid "B<--vmtype server>" msgstr "B<--merge>" #. type: textblock -#: ../v2v/virt-v2v.pod:434 +#: ../v2v/virt-v2v.pod:450 msgid "" "For the RHEV target only, specify the type of guest. You can set this to " "C or C. If the option is not given, then a suitable " @@ -87579,12 +87619,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:445 +#: ../v2v/virt-v2v.pod:461 msgid "XEN PARAVIRTUALIZED GUESTS" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:447 +#: ../v2v/virt-v2v.pod:463 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 " @@ -87593,7 +87633,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:452 +#: ../v2v/virt-v2v.pod:468 msgid "" "Therefore before conversion you should check that a regular kernel is " "installed. For some older Linux distributions, this means installing a " @@ -87601,7 +87641,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:456 +#: ../v2v/virt-v2v.pod:472 #, no-wrap msgid "" " RHEL 3 (Does not apply, as there was no Xen PV kernel)\n" @@ -87609,7 +87649,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:458 +#: ../v2v/virt-v2v.pod:474 #, no-wrap msgid "" " RHEL 4 i686 with > 10GB of RAM: install 'kernel-hugemem'\n" @@ -87622,7 +87662,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:465 +#: ../v2v/virt-v2v.pod:481 #, no-wrap msgid "" " RHEL 5 i686: install 'kernel-PAE'\n" @@ -87631,7 +87671,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:468 +#: ../v2v/virt-v2v.pod:484 #, no-wrap msgid "" " SLES 10 i586 with > 10GB of RAM: install 'kernel-bigsmp'\n" @@ -87643,7 +87683,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:474 +#: ../v2v/virt-v2v.pod:490 #, no-wrap msgid "" " SLES 11+ i586: install 'kernel-pae'\n" @@ -87652,7 +87692,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:477 +#: ../v2v/virt-v2v.pod:493 #, no-wrap msgid "" " Windows (Does not apply, as there is no Xen PV Windows kernel)\n" @@ -87660,19 +87700,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:479 +#: ../v2v/virt-v2v.pod:495 msgid "ENABLING VIRTIO" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:481 +#: ../v2v/virt-v2v.pod:497 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:484 +#: ../v2v/virt-v2v.pod:500 msgid "" "Older versions of virt-v2v could install these drivers for certain Linux " "guests. This version of virt-v2v does I attempt to install new Linux " @@ -87680,7 +87720,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:489 +#: ../v2v/virt-v2v.pod:505 msgid "" "In order to enable virtio, and hence improve performance of the guest after " "conversion, you should ensure that the B versions of packages are " @@ -87688,7 +87728,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:494 +#: ../v2v/virt-v2v.pod:510 #, no-wrap msgid "" " RHEL 3 No virtio drivers are available\n" @@ -87696,7 +87736,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:496 +#: ../v2v/virt-v2v.pod:512 #, no-wrap msgid "" " RHEL 4 kernel >= 2.5.9-89.EL\n" @@ -87704,7 +87744,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:498 +#: ../v2v/virt-v2v.pod:514 #, no-wrap msgid "" " RHEL 5 kernel >= 2.6.18-128.el5\n" @@ -87714,7 +87754,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:502 +#: ../v2v/virt-v2v.pod:518 #, no-wrap msgid "" " RHEL 6+ All versions support virtio\n" @@ -87722,7 +87762,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:504 +#: ../v2v/virt-v2v.pod:520 #, no-wrap msgid "" " Fedora All versions support virtio\n" @@ -87730,7 +87770,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:506 +#: ../v2v/virt-v2v.pod:522 #, no-wrap msgid "" " SLES 11+ All versions support virtio\n" @@ -87738,7 +87778,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:508 +#: ../v2v/virt-v2v.pod:524 #, no-wrap msgid "" " SLES 10 kernel >= 2.6.16.60-0.85.1\n" @@ -87746,7 +87786,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:510 +#: ../v2v/virt-v2v.pod:526 #, no-wrap msgid "" " OpenSUSE 11+ All versions support virtio\n" @@ -87754,7 +87794,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:512 +#: ../v2v/virt-v2v.pod:528 #, no-wrap msgid "" " OpenSUSE 10 kernel >= 2.6.25.5-1.1\n" @@ -87762,7 +87802,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:514 +#: ../v2v/virt-v2v.pod:530 #, no-wrap msgid "" " Windows Drivers are installed from /usr/share/virtio-win\n" @@ -87771,12 +87811,12 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:517 +#: ../v2v/virt-v2v.pod:533 msgid "NETWORKS AND BRIDGES" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:519 +#: ../v2v/virt-v2v.pod:535 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 " @@ -87784,7 +87824,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:524 +#: ../v2v/virt-v2v.pod:540 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 " @@ -87794,14 +87834,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:530 +#: ../v2v/virt-v2v.pod:546 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:533 +#: ../v2v/virt-v2v.pod:549 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -87812,21 +87852,21 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:538 +#: ../v2v/virt-v2v.pod:554 msgid "" "This is typical of a libvirt guest: It has a single network interface " "connected to a network called C." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:541 +#: ../v2v/virt-v2v.pod:557 msgid "" "To map a specific network to a target network, for example C on the " "source to C on the target, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:544 +#: ../v2v/virt-v2v.pod:560 #, no-wrap msgid "" " virt-v2v [...] --network default:rhevm\n" @@ -87834,12 +87874,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:546 +#: ../v2v/virt-v2v.pod:562 msgid "To map every network to a target network, use:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:548 +#: ../v2v/virt-v2v.pod:564 #, no-wrap msgid "" " virt-v2v [...] --network rhevm\n" @@ -87847,14 +87887,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:550 +#: ../v2v/virt-v2v.pod:566 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:553 +#: ../v2v/virt-v2v.pod:569 #, no-wrap msgid "" " $ virt-v2v [-i ...] --print-source name\n" @@ -87865,7 +87905,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:558 +#: ../v2v/virt-v2v.pod:574 #, no-wrap msgid "" " $ virt-v2v [...] --bridge br0:targetbr\n" @@ -87873,23 +87913,23 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:560 +#: ../v2v/virt-v2v.pod:576 msgid "INPUT FROM VMWARE VCENTER SERVER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:562 +#: ../v2v/virt-v2v.pod:578 msgid "Virt-v2v is able to import guests from VMware vCenter Server." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:564 +#: ../v2v/virt-v2v.pod:580 msgid "" "Note that virt-v2v B import guests directly from an ESXi hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:567 +#: ../v2v/virt-v2v.pod:583 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 " @@ -87897,12 +87937,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:571 +#: ../v2v/virt-v2v.pod:587 msgid "The libvirt URI of a vCenter server looks something like this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:573 +#: ../v2v/virt-v2v.pod:589 #, no-wrap msgid "" " vpx://user@server/Datacenter/esxi\n" @@ -87910,7 +87950,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:575 +#: ../v2v/virt-v2v.pod:591 msgid "" "where C is the (optional, but recommended) user to connect as, " "C is the vCenter Server (I hypervisor), C is the " @@ -87919,25 +87959,25 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:580 +#: ../v2v/virt-v2v.pod:596 msgid "" "For full details of libvirt URIs, see: L" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:582 +#: ../v2v/virt-v2v.pod:598 msgid "ESX: TEST LIBVIRT CONNECTION TO VCENTER" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:584 +#: ../v2v/virt-v2v.pod:600 msgid "" "Use the L command to list the guests on the vCenter Server like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:587 +#: ../v2v/virt-v2v.pod:603 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' list --all\n" @@ -87946,7 +87986,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:590 +#: ../v2v/virt-v2v.pod:606 #, no-wrap msgid "" " Id Name State\n" @@ -87957,7 +87997,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:595 +#: ../v2v/virt-v2v.pod:611 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 " @@ -87966,7 +88006,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:600 +#: ../v2v/virt-v2v.pod:616 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' list --all\n" @@ -87974,14 +88014,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:602 +#: ../v2v/virt-v2v.pod:618 ../v2v/virt-v2v.pod:686 msgid "" "You should also try dumping the metadata from any guest on your server, like " "this:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:605 +#: ../v2v/virt-v2v.pod:621 #, no-wrap msgid "" " $ virsh -c 'vpx://root@esx.example.com/Datacenter/esxi' dumpxml \"Windows 2003\"\n" @@ -87993,7 +88033,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:611 +#: ../v2v/virt-v2v.pod:627 msgid "" "B. Fix your libvirt configuration and/or your VMware vCenter Server " @@ -88001,17 +88041,17 @@ msgid "" msgstr "" #. type: =head2 -#: ../v2v/virt-v2v.pod:615 +#: ../v2v/virt-v2v.pod:631 msgid "ESX: IMPORTING A GUEST" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:617 +#: ../v2v/virt-v2v.pod:633 msgid "To import a particular guest from vCenter Server, do:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:619 +#: ../v2v/virt-v2v.pod:635 #, no-wrap msgid "" " $ virt-v2v -ic 'vpx://root@esx.example.com/Datacenter/esxi?no_verify=1' \\\n" @@ -88021,13 +88061,13 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:623 +#: ../v2v/virt-v2v.pod:639 msgid "" "where C is the name of the guest (which must be shut down)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:626 +#: ../v2v/virt-v2v.pod:642 msgid "" "Note that you may be asked for the vCenter password I. This happens " "once because libvirt needs it, and a second time because virt-v2v itself " @@ -88035,60 +88075,188 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:630 +#: ../v2v/virt-v2v.pod:646 ../v2v/virt-v2v.pod:710 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 " -"libvirt or RHEV." +"libvirt or any other supported target." msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:634 +#: ../v2v/virt-v2v.pod:650 +msgid "INPUT FROM RHEL 5 XEN" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:652 +msgid "Virt-v2v is able to import Xen guests from RHEL 5 Xen hosts." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:654 +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 " +"to specify it on the command line." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:658 +msgid "XEN: SET UP SSH-AGENT ACCESS TO XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:660 +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:663 +msgid "" +"You must also use ssh-agent, and add your ssh public key to C (on the Xen host)." +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:666 +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:669 +#, no-wrap +msgid "" +" $ ssh root@xen.example.com\n" +" [ logs straight into the shell, no password is requested ]\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:672 +msgid "" +"Note that password-interactive and Kerberos access are B supported. " +"You B to set up ssh access using ssh-agent and authorized_keys." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:676 +msgid "XEN: TEST LIBVIRT CONNECTION TO REMOTE XEN HOST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:678 +msgid "Use the L command to list the guests on the remote Xen host:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:680 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com list --all\n" +" Id Name State\n" +" ----------------------------------------------------\n" +" 0 Domain-0 running\n" +" - rhel49-x86_64-pv shut off\n" +"\n" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:689 +#, no-wrap +msgid "" +" $ virsh -c xen+ssh://root@xen.example.com dumpxml rhel49-x86_64-pv\n" +" \n" +" rhel49-x86_64-pv\n" +" [...]\n" +" \n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:695 +msgid "" +"B. Fix your libvirt configuration or the remote server before " +"continuing." +msgstr "" + +#. type: =head2 +#: ../v2v/virt-v2v.pod:699 +msgid "XEN: IMPORTING A GUEST" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:701 +msgid "To import a particular guest from a Xen server, do:" +msgstr "" + +#. type: verbatim +#: ../v2v/virt-v2v.pod:703 +#, no-wrap +msgid "" +" $ virt-v2v -ic 'xen+ssh://root@xen.example.com' \\\n" +" rhel49-x86_64-pv \\\n" +" -o local -os /var/tmp\n" +"\n" +msgstr "" + +#. type: textblock +#: ../v2v/virt-v2v.pod:707 +msgid "" +"where C is the name of the guest (which must be shut down)." +msgstr "" + +#. type: =head1 +#: ../v2v/virt-v2v.pod:714 msgid "OUTPUT TO LIBVIRT" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:636 +#: ../v2v/virt-v2v.pod:716 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:643 +#: ../v2v/virt-v2v.pod:723 msgid "" "You can only use a local libvirt connection [see below for how to workaround " "this]." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:648 +#: ../v2v/virt-v2v.pod:728 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:653 +#: ../v2v/virt-v2v.pod:733 msgid "You can only upload to a KVM hypervisor." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:657 +#: ../v2v/virt-v2v.pod:737 msgid "" "B you have to use the following workaround:" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:664 +#: ../v2v/virt-v2v.pod:744 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:667 +#: ../v2v/virt-v2v.pod:747 #, fuzzy, no-wrap #| msgid "" #| " virt-builder fedora-20 -o mydisk.img\n" @@ -88101,14 +88269,14 @@ msgstr "" "\n" #. type: textblock -#: ../v2v/virt-v2v.pod:669 +#: ../v2v/virt-v2v.pod:749 #, fuzzy #| msgid "This removes temporary files under C and C." msgid "This creates two (or more) files in C called:" msgstr "Вилучає тимчасові файли з C і C." #. type: verbatim -#: ../v2v/virt-v2v.pod:671 +#: ../v2v/virt-v2v.pod:751 #, no-wrap msgid "" " /var/tmp/NAME.xml # the libvirt XML (metadata)\n" @@ -88117,17 +88285,17 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:674 +#: ../v2v/virt-v2v.pod:754 msgid "(for C substitute the guest's name)." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:678 +#: ../v2v/virt-v2v.pod:758 msgid "Upload the converted disk(s) into the storage pool called C:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:680 +#: ../v2v/virt-v2v.pod:760 #, no-wrap msgid "" " size=$(stat -c%s /var/tmp/NAME-sda)\n" @@ -88137,14 +88305,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:686 +#: ../v2v/virt-v2v.pod:766 msgid "" "Edit C to change C to the pool name. " "In other words, locate the following bit of XML:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:689 +#: ../v2v/virt-v2v.pod:769 #, no-wrap msgid "" " \n" @@ -88156,7 +88324,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:695 +#: ../v2v/virt-v2v.pod:775 msgid "" "and change two things: The C attribute must be changed to " "C, and the CsourceE> element must be changed to " @@ -88164,7 +88332,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:699 +#: ../v2v/virt-v2v.pod:779 #, no-wrap msgid "" " \n" @@ -88176,12 +88344,12 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:707 +#: ../v2v/virt-v2v.pod:787 msgid "Define the final guest in libvirt:" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:709 +#: ../v2v/virt-v2v.pod:789 #, no-wrap msgid "" " virsh define /var/tmp/NAME.xml\n" @@ -88189,19 +88357,19 @@ msgid "" msgstr "" #. type: =head1 -#: ../v2v/virt-v2v.pod:713 +#: ../v2v/virt-v2v.pod:793 msgid "MINIMAL XML FOR -i libvirtxml OPTION" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:715 +#: ../v2v/virt-v2v.pod:795 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:719 +#: ../v2v/virt-v2v.pod:799 msgid "" "B If you have libvirt metadata for the guest, always use that " @@ -88209,7 +88377,7 @@ msgid "" msgstr "" #. type: verbatim -#: ../v2v/virt-v2v.pod:723 +#: ../v2v/virt-v2v.pod:803 #, no-wrap msgid "" " \n" @@ -88242,7 +88410,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:752 +#: ../v2v/virt-v2v.pod:832 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 " @@ -88250,14 +88418,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:758 +#: ../v2v/virt-v2v.pod:838 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:761 +#: ../v2v/virt-v2v.pod:841 #, no-wrap msgid "" " $ virt-v2v --machine-readable\n" @@ -88267,7 +88435,7 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:790 +#: ../v2v/virt-v2v.pod:870 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 " @@ -88275,36 +88443,36 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:796 +#: ../v2v/virt-v2v.pod:876 msgid "" "Virt-v2v E 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:803 +#: ../v2v/virt-v2v.pod:883 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:805 ../v2v/virt-v2v.pod:859 +#: ../v2v/virt-v2v.pod:885 ../v2v/virt-v2v.pod:939 msgid "(Optional)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:807 +#: ../v2v/virt-v2v.pod:887 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:817 +#: ../v2v/virt-v2v.pod:897 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:828 +#: ../v2v/virt-v2v.pod:908 msgid "" "Note that if C<$TMPDIR> is a tmpfs (eg. if C is on tmpfs, or if you " "use C), tmpfs defaults to a maximum size of I of " @@ -88314,31 +88482,31 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:838 +#: ../v2v/virt-v2v.pod:918 msgid "" "This can point to the directory containing data files used for Windows " "conversion." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:850 +#: ../v2v/virt-v2v.pod:930 msgid "(Required when doing conversions of Windows guests)" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:852 +#: ../v2v/virt-v2v.pod:932 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:857 +#: ../v2v/virt-v2v.pod:937 msgid "C" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:861 +#: ../v2v/virt-v2v.pod:941 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. " @@ -88348,14 +88516,14 @@ msgid "" msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:867 +#: ../v2v/virt-v2v.pod:947 msgid "" "This file comes from Red Hat Enterprise Virtualization (RHEV), and is not " "distributed with virt-v2v." msgstr "" #. type: textblock -#: ../v2v/virt-v2v.pod:878 +#: ../v2v/virt-v2v.pod:958 #, fuzzy #| msgid "" #| "L, L, L, L, L." #. type: textblock -#: ../v2v/virt-v2v.pod:895 +#: ../v2v/virt-v2v.pod:975 msgid "Mike Latimer" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 9c9f8db12..1a869a24d 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6833,93 +6850,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6928,93 +6945,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7022,34 +7039,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7803,7 +7820,7 @@ msgstr "" msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7900,49 +7917,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/es.po b/po/es.po index b071d872a..6f6b97cc8 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/libguestfs/" @@ -67,6 +67,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -92,8 +96,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -104,6 +108,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -152,12 +160,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -241,7 +243,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -295,26 +297,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -329,23 +315,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -366,25 +339,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -400,12 +355,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -651,11 +600,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -680,7 +629,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -688,11 +637,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -709,19 +658,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -759,7 +708,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -768,6 +717,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -792,6 +745,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -866,7 +823,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -901,7 +858,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -953,7 +910,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1011,16 +968,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1040,7 +987,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1051,7 +998,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1067,6 +1014,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1205,10 +1156,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1227,7 +1186,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1251,7 +1210,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1259,7 +1218,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1274,7 +1233,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1283,7 +1242,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1291,11 +1250,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1368,7 +1327,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1384,7 +1343,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1392,7 +1351,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1423,11 +1382,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1587,7 +1546,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1618,7 +1577,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1722,7 +1681,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1752,7 +1711,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1764,15 +1723,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1820,7 +1779,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1969,7 +1928,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2063,7 +2022,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2125,6 +2084,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2153,6 +2122,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2179,10 +2152,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2265,59 +2246,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2329,6 +2322,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2399,6 +2396,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2407,10 +2416,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2443,7 +2456,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2478,11 +2491,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2669,23 +2686,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2703,7 +2720,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6954,93 +6971,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -7049,93 +7066,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7143,34 +7160,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7931,7 +7948,7 @@ msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu ha sido iniciado y contactado el demonio, pero es estado es != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -8028,49 +8045,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/gu.po b/po/gu.po index e30653362..02a0b070f 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/libguestfs/" @@ -66,6 +66,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -91,8 +95,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -103,6 +107,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -151,12 +159,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -240,7 +242,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -294,26 +296,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -328,23 +314,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -365,25 +338,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -399,12 +354,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -650,11 +599,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -679,7 +628,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -687,11 +636,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -708,19 +657,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -758,7 +707,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -767,6 +716,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -791,6 +744,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -865,7 +822,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -900,7 +857,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -952,7 +909,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1010,16 +967,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1039,7 +986,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1050,7 +997,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1066,6 +1013,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1204,10 +1155,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1226,7 +1185,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1250,7 +1209,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1258,7 +1217,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1273,7 +1232,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1282,7 +1241,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1290,11 +1249,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1367,7 +1326,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1383,7 +1342,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1391,7 +1350,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1422,11 +1381,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1586,7 +1545,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1617,7 +1576,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1721,7 +1680,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1751,7 +1710,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1763,15 +1722,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1819,7 +1778,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1968,7 +1927,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2062,7 +2021,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2124,6 +2083,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2152,6 +2121,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2178,10 +2151,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2264,59 +2245,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2328,6 +2321,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2398,6 +2395,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2406,10 +2415,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2442,7 +2455,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2477,11 +2490,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2668,23 +2685,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2702,7 +2719,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6810,93 +6827,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6905,93 +6922,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6999,34 +7016,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7780,7 +7797,7 @@ msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ન msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7877,49 +7894,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/hi.po b/po/hi.po index 1c6a39600..a7792d3c6 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/libguestfs/" @@ -66,6 +66,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -91,8 +95,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -103,6 +107,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -151,12 +159,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -240,7 +242,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -294,26 +296,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -328,23 +314,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -365,25 +338,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -399,12 +354,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -650,11 +599,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -679,7 +628,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -687,11 +636,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -708,19 +657,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -758,7 +707,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -767,6 +716,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -791,6 +744,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -865,7 +822,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -900,7 +857,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -952,7 +909,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1010,16 +967,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1039,7 +986,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1050,7 +997,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1066,6 +1013,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1204,10 +1155,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1226,7 +1185,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1250,7 +1209,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1258,7 +1217,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1273,7 +1232,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1282,7 +1241,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1290,11 +1249,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1367,7 +1326,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1383,7 +1342,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1391,7 +1350,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1422,11 +1381,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1586,7 +1545,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1617,7 +1576,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1721,7 +1680,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1751,7 +1710,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1763,15 +1722,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1819,7 +1778,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1968,7 +1927,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2062,7 +2021,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2124,6 +2083,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2152,6 +2121,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2178,10 +2151,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2264,59 +2245,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2328,6 +2321,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2398,6 +2395,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2406,10 +2415,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2442,7 +2455,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2477,11 +2490,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2668,23 +2685,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2702,7 +2719,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6808,93 +6825,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6903,93 +6920,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6997,34 +7014,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7778,7 +7795,7 @@ msgstr "you must call guestfs_add_drive before guestfs_launch" msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7875,49 +7892,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/kn.po b/po/kn.po index 4977e20df..f46527d05 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/libguestfs/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6812,93 +6829,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6907,93 +6924,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7001,34 +7018,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7782,7 +7799,7 @@ msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7879,49 +7896,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index f65ffb6aa..5fa75e173 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.27.36\n" +"Project-Id-Version: libguestfs 1.27.37\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2014-09-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -64,6 +64,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -89,8 +93,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -101,6 +105,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -149,12 +157,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -238,7 +240,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -292,26 +294,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -326,23 +312,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -363,25 +336,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -397,12 +352,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -648,11 +597,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -677,7 +626,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -685,11 +634,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -706,19 +655,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -756,7 +705,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -765,6 +714,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -789,6 +742,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -863,7 +820,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -898,7 +855,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -950,7 +907,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1008,16 +965,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1037,7 +984,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1048,7 +995,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1064,6 +1011,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1202,10 +1153,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1224,7 +1183,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1248,7 +1207,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1256,7 +1215,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1271,7 +1230,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1280,7 +1239,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1288,11 +1247,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1365,7 +1324,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1381,7 +1340,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1389,7 +1348,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1420,11 +1379,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1584,7 +1543,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1615,7 +1574,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1719,7 +1678,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1749,7 +1708,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1761,15 +1720,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1817,7 +1776,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1966,7 +1925,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2060,7 +2019,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2122,6 +2081,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2150,6 +2119,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2176,10 +2149,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2262,59 +2243,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2326,6 +2319,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2396,6 +2393,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2404,10 +2413,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2440,7 +2453,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2475,11 +2488,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2666,23 +2683,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2700,7 +2717,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6798,93 +6815,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6893,93 +6910,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6987,34 +7004,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7768,7 +7785,7 @@ msgstr "" msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7865,49 +7882,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/ml.po b/po/ml.po index 9d1fb9103..7cf348cda 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/libguestfs/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6810,93 +6827,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6905,93 +6922,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6999,34 +7016,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7780,7 +7797,7 @@ msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വി msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7877,49 +7894,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/mr.po b/po/mr.po index 4e474fc5f..6350b0fcf 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/libguestfs/" @@ -66,6 +66,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -91,8 +95,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -103,6 +107,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -151,12 +159,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -240,7 +242,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -294,26 +296,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -328,23 +314,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -365,25 +338,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -399,12 +354,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -650,11 +599,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -679,7 +628,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -687,11 +636,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -708,19 +657,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -758,7 +707,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -767,6 +716,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -791,6 +744,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -865,7 +822,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -900,7 +857,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -952,7 +909,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1010,16 +967,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1039,7 +986,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1050,7 +997,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1066,6 +1013,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1204,10 +1155,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1226,7 +1185,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1250,7 +1209,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1258,7 +1217,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1273,7 +1232,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1282,7 +1241,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1290,11 +1249,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1367,7 +1326,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1383,7 +1342,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1391,7 +1350,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1422,11 +1381,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1586,7 +1545,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1617,7 +1576,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1721,7 +1680,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1751,7 +1710,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1763,15 +1722,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1819,7 +1778,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1968,7 +1927,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2062,7 +2021,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2124,6 +2083,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2152,6 +2121,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2178,10 +2151,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2264,59 +2245,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2328,6 +2321,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2398,6 +2395,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2406,10 +2415,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2442,7 +2455,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2477,11 +2490,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2668,23 +2685,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2702,7 +2719,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6877,93 +6894,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6972,93 +6989,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7066,34 +7083,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7849,7 +7866,7 @@ msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोद msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7946,49 +7963,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/nl.po b/po/nl.po index 75061d74e..055d2369b 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/libguestfs/" @@ -67,6 +67,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -92,8 +96,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -104,6 +108,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -152,12 +160,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -241,7 +243,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -295,26 +297,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -329,23 +315,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -366,25 +339,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -400,12 +355,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -651,11 +600,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -680,7 +629,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -688,11 +637,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -709,19 +658,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -759,7 +708,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -768,6 +717,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -792,6 +745,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -866,7 +823,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -901,7 +858,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -953,7 +910,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1011,16 +968,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1040,7 +987,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1051,7 +998,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1067,6 +1014,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1205,10 +1156,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1227,7 +1186,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1251,7 +1210,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1259,7 +1218,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1274,7 +1233,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1283,7 +1242,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1291,11 +1250,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1368,7 +1327,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1384,7 +1343,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1392,7 +1351,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1423,11 +1382,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1587,7 +1546,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1618,7 +1577,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1722,7 +1681,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1752,7 +1711,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1764,15 +1723,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1820,7 +1779,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1969,7 +1928,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2063,7 +2022,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2125,6 +2084,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2153,6 +2122,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2179,10 +2152,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2265,59 +2246,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2329,6 +2322,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2399,6 +2396,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2407,10 +2416,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2443,7 +2456,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2478,11 +2491,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2669,23 +2686,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2703,7 +2720,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6987,93 +7004,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -7082,93 +7099,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7176,34 +7193,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7982,7 +7999,7 @@ msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "realpath: kon '%s' niet converteren naar een absoluut pad" @@ -8079,49 +8096,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "kon libvirt domein niet vernietigen" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "%s: interne fout bij formuleren van foutboodschap" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "kon schijf niet koppelen aan libvirt domein" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "kon schijf niet loskoppelen van libvirt domein" diff --git a/po/or.po b/po/or.po index e664efaa8..2fffde7a4 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/libguestfs/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6808,93 +6825,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6903,93 +6920,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6997,34 +7014,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7778,7 +7795,7 @@ msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7875,49 +7892,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/pa.po b/po/pa.po index ee476c9b4..bc650a6db 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" @@ -66,6 +66,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -91,8 +95,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -103,6 +107,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -151,12 +159,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -240,7 +242,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -294,26 +296,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -328,23 +314,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -365,25 +338,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -399,12 +354,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -650,11 +599,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -679,7 +628,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -687,11 +636,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -708,19 +657,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -758,7 +707,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -767,6 +716,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -791,6 +744,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -865,7 +822,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -900,7 +857,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -952,7 +909,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1010,16 +967,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1039,7 +986,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1050,7 +997,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1066,6 +1013,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1204,10 +1155,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1226,7 +1185,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1250,7 +1209,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1258,7 +1217,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1273,7 +1232,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1282,7 +1241,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1290,11 +1249,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1367,7 +1326,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1383,7 +1342,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1391,7 +1350,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1422,11 +1381,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1586,7 +1545,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1617,7 +1576,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1721,7 +1680,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1751,7 +1710,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1763,15 +1722,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1819,7 +1778,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1968,7 +1927,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2062,7 +2021,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2124,6 +2083,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2152,6 +2121,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2178,10 +2151,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2264,59 +2245,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2328,6 +2321,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2398,6 +2395,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2406,10 +2415,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2442,7 +2455,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2477,11 +2490,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2668,23 +2685,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2702,7 +2719,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6874,93 +6891,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6969,93 +6986,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7063,34 +7080,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7846,7 +7863,7 @@ msgstr "you must call guestfs_add_drive before guestfs_launch" msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7943,49 +7960,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/pl.po b/po/pl.po index ef07106d8..d7636e4af 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Polish (http://www.transifex.com/projects/p/libguestfs/" @@ -69,6 +69,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -94,8 +98,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -106,6 +110,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -154,12 +162,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -243,7 +245,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -297,26 +299,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -331,23 +317,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -368,25 +341,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -402,12 +357,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -653,11 +602,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -682,7 +631,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -690,11 +639,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -711,19 +660,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -761,7 +710,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -770,6 +719,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -794,6 +747,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -868,7 +825,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -903,7 +860,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -955,7 +912,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1013,16 +970,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1042,7 +989,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1053,7 +1000,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1069,6 +1016,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1207,10 +1158,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1229,7 +1188,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1253,7 +1212,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1261,7 +1220,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1276,7 +1235,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1285,7 +1244,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1293,11 +1252,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1370,7 +1329,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1386,7 +1345,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1394,7 +1353,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1425,11 +1384,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1589,7 +1548,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1620,7 +1579,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1724,7 +1683,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1754,7 +1713,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1766,15 +1725,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1822,7 +1781,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1971,7 +1930,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2065,7 +2024,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2127,6 +2086,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2155,6 +2124,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2181,10 +2154,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2267,59 +2248,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2331,6 +2324,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2401,6 +2398,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2409,10 +2418,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2445,7 +2458,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2480,11 +2493,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2671,23 +2688,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2705,7 +2722,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -7005,93 +7022,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -7100,93 +7117,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7194,34 +7211,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -8007,7 +8024,7 @@ msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -8104,49 +8121,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "niemożna dołączyć dysku do domeny biblioteki libvirt" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "nie można odłączyć dysku od domeny biblioteki libvirt" diff --git a/po/ta.po b/po/ta.po index ad19c1149..6edec183c 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/libguestfs/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6809,93 +6826,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6904,93 +6921,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6998,34 +7015,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7779,7 +7796,7 @@ msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7876,49 +7893,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/te.po b/po/te.po index 619e089e5..80d6cd8a1 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/libguestfs/" @@ -65,6 +65,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -90,8 +94,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -102,6 +106,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -150,12 +158,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -239,7 +241,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -293,26 +295,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -327,23 +313,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -364,25 +337,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -398,12 +353,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -649,11 +598,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -678,7 +627,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -686,11 +635,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -707,19 +656,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -757,7 +706,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -766,6 +715,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -790,6 +743,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -864,7 +821,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -899,7 +856,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -951,7 +908,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1009,16 +966,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1038,7 +985,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1049,7 +996,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1065,6 +1012,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1203,10 +1154,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1225,7 +1184,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1249,7 +1208,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1257,7 +1216,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1272,7 +1231,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1281,7 +1240,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1289,11 +1248,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1366,7 +1325,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1382,7 +1341,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1390,7 +1349,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1421,11 +1380,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1585,7 +1544,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1616,7 +1575,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1720,7 +1679,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1750,7 +1709,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1762,15 +1721,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1818,7 +1777,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1967,7 +1926,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2061,7 +2020,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2123,6 +2082,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2151,6 +2120,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2177,10 +2150,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2263,59 +2244,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2327,6 +2320,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2397,6 +2394,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2405,10 +2414,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2441,7 +2454,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2476,11 +2489,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2667,23 +2684,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2701,7 +2718,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -6806,93 +6823,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -6901,93 +6918,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -6995,34 +7012,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -7776,7 +7793,7 @@ msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driv msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ఆరంభించబడింది మరియు డెమోన్‌ను సంప్రదించింది, అయితే state != READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "" @@ -7873,49 +7890,49 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "'--format' option, or via the optional 'format' argument to 'add-drive'." msgstr "" -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "" diff --git a/po/uk.po b/po/uk.po index 0555bf177..b1f54716e 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-02 17:05+0100\n" +"POT-Creation-Date: 2014-09-04 14:52+0100\n" "PO-Revision-Date: 2014-07-22 18:03+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/libguestfs/" @@ -67,6 +67,10 @@ msgid "" "guest to partition this extra space if you want." msgstr "" +#: ../mllib/common_utils.ml:245 +msgid "%s" +msgstr "" + #: ../sysprep/main.ml:266 ../customize/customize_main.ml:227 msgid "%s (ignored)\n" msgstr "" @@ -92,8 +96,8 @@ msgid "" "manually after conversion." msgstr "" -#: ../customize/customize_main.ml:249 -msgid "%s: %s\n" +#: ../mllib/common_utils.ml:241 +msgid "%s: %s" msgstr "" #: ../v2v/v2v.ml:215 @@ -104,6 +108,10 @@ msgstr "" msgid "%s: %s (ignored)\n" msgstr "" +#: ../mllib/common_utils.ml:243 +msgid "%s: %s: %s" +msgstr "" + #: ../customize/customize_run.ml:83 msgid "%s: %s: command exited with an error\n" msgstr "" @@ -152,12 +160,6 @@ msgstr "" msgid "%s: ... read %d sources\n" msgstr "" -#: ../mllib/common_utils.ml:220 -msgid "" -"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the " -"complete output." -msgstr "" - #: ../resize/resize.ml:661 msgid "" "%s: This extended partition contains logical partitions which might be " @@ -241,7 +243,7 @@ msgstr "" msgid "%s: cannot output to a character device or /dev/null\n" msgstr "" -#: ../v2v/cmdline.ml:144 +#: ../v2v/cmdline.ml:150 msgid "" "%s: convert a guest to use KVM\n" "\n" @@ -295,26 +297,10 @@ msgstr "" msgid "%s: error: %s" msgstr "" -#: ../v2v/v2v.ml:395 ../sysprep/main.ml:297 -msgid "%s: error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:191 msgid "%s: error: %s is not a regular file in the guest\n" msgstr "" -#. ../resize/resize.ml:1309 -#. ../builder/builder.ml:743 -#: ../v2v/v2v.ml:388 ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 -msgid "%s: error: %s: %s\n" -msgstr "" - -#. ../resize/resize.ml:1312 -#. ../builder/builder.ml:746 -#: ../v2v/v2v.ml:391 ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 -msgid "%s: error: %s: %s: %s\n" -msgstr "" - #: ../builder/builder.ml:111 msgid "%s: error: could not find cache directory. Is $HOME set?\n" msgstr "" @@ -329,23 +315,10 @@ msgstr "" msgid "%s: error: no cache directory\n" msgstr "" -#. ../resize/resize.ml:1331 -#. ../customize/customize_main.ml:262 -#. ../builder/builder.ml:764 -#: ../v2v/v2v.ml:413 ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 -msgid "%s: exception: %s\n" -msgstr "" - #: ../builder/downloader.ml:122 msgid "%s: failed to download %s: HTTP status code %s\n" msgstr "" -#. ../resize/resize.ml:1319 -#. ../builder/builder.ml:752 -#: ../v2v/v2v.ml:401 ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 -msgid "%s: failure: %s\n" -msgstr "" - #: ../builder/sources.ml:130 msgid "%s: file error: %s: %s\n" msgstr "" @@ -366,25 +339,7 @@ msgid "" "Requested size = %s, minimum size = %s\n" msgstr "" -#. ../resize/resize.ml:1328 -#. ../customize/customize_main.ml:259 -#. ../builder/builder.ml:761 -#: ../v2v/v2v.ml:410 ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 -msgid "%s: internal error: Not_found exception was thrown\n" -msgstr "" - -#. ../resize/resize.ml:1325 -#. ../customize/customize_main.ml:255 -#. ../builder/builder.ml:758 -#: ../v2v/v2v.ml:407 ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 -msgid "%s: internal error: assertion failed at %s, line %d, char %d\n" -msgstr "" - -#. ../resize/resize.ml:1322 -#. ../customize/customize_main.ml:252 -#. ../builder/sources.ml:135 -#. ../builder/builder.ml:755 -#: ../v2v/v2v.ml:404 ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 +#: ../builder/sources.ml:135 msgid "%s: internal error: invalid argument: %s\n" msgstr "" @@ -400,12 +355,6 @@ msgstr "" msgid "%s: invalid password selector '%s'; see the man page.\n" msgstr "" -#. ../resize/resize.ml:1316 -#. ../builder/builder.ml:749 -#: ../v2v/v2v.ml:398 ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 -msgid "%s: libguestfs error: %s\n" -msgstr "" - #: ../customize/customize_run.ml:53 msgid "%s: log file %s: %s (ignored)\n" msgstr "" @@ -651,11 +600,11 @@ msgstr "" msgid "--expand option given twice" msgstr "" -#: ../v2v/cmdline.ml:250 +#: ../v2v/cmdline.ml:267 msgid "--no-copy and '-o glance' cannot be used at the same time" msgstr "" -#: ../v2v/cmdline.ml:259 +#: ../v2v/cmdline.ml:276 msgid "--no-copy and '-o libvirt' cannot be used at the same time" msgstr "" @@ -680,7 +629,7 @@ msgstr "" msgid "--tmp prebuilt:file: %s: file format is not qcow2" msgstr "" -#: ../v2v/cmdline.ml:269 ../v2v/cmdline.ml:257 ../v2v/cmdline.ml:248 +#: ../v2v/cmdline.ml:286 ../v2v/cmdline.ml:274 ../v2v/cmdline.ml:265 msgid "--vmtype option can only be used with '-o rhev'" msgstr "" @@ -688,11 +637,11 @@ msgstr "" msgid "-i disk: invalid input filename (%s)" msgstr "" -#: ../v2v/cmdline.ml:244 +#: ../v2v/cmdline.ml:261 msgid "-o glance: -oc option cannot be used in this output mode" msgstr "" -#: ../v2v/cmdline.ml:246 +#: ../v2v/cmdline.ml:263 msgid "-o glance: -os option cannot be used in this output mode" msgstr "" @@ -709,19 +658,19 @@ msgid "" "v2v(1) section \"OUTPUT TO LIBVIRT\"" msgstr "" -#: ../v2v/cmdline.ml:264 +#: ../v2v/cmdline.ml:281 msgid "-o local: output directory was not specified, use '-os /dir'" msgstr "" -#: ../v2v/cmdline.ml:274 +#: ../v2v/cmdline.ml:291 msgid "-o rhev: output storage was not specified, use '-os'" msgstr "" -#: ../v2v/cmdline.ml:266 +#: ../v2v/cmdline.ml:283 msgid "-os %s: output directory does not exist or is not a directory" msgstr "" -#: ../v2v/input_libvirtxml.ml:173 +#: ../v2v/input_libvirtxml.ml:175 msgid " was ignored" msgstr "" @@ -759,7 +708,7 @@ msgstr "" msgid "Attach data disk/ISO during install" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:105 +#: ../sysprep/sysprep_operation_user_account.ml:115 msgid "" "By default remove all the user accounts and their home directories.\n" "The \"root\" account is not removed.\n" @@ -768,6 +717,10 @@ msgid "" "how to remove only some users, or to not remove some others." msgstr "" +#: ../sysprep/sysprep_operation_user_account.ml:92 +msgid "Cannot get the home directory for %s" +msgstr "" + #: ../sysprep/sysprep_operation_lvm_uuids.ml:44 msgid "Change LVM2 PV and VG UUIDs" msgstr "" @@ -792,6 +745,10 @@ msgstr "" msgid "Check there is enough space in $TMPDIR" msgstr "" +#: ../v2v/input_ova.ml:74 +msgid "Checksum of %s does not match manifest sha1 %s" +msgstr "" + #: ../sparsify/in_place.ml:104 ../sparsify/copying.ml:250 msgid "" "Clearing Linux swap on %s ...\n" @@ -866,7 +823,7 @@ msgstr "" msgid "Creating output metadata" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:111 +#: ../sysprep/sysprep_operation_user_account.ml:121 msgid "" "Currently this does not remove the user accounts from\n" "C. This is because there is no lens for\n" @@ -901,7 +858,7 @@ msgstr "" msgid "DIR" msgstr "" -#: ../v2v/cmdline.ml:108 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 +#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:73 ../resize/resize.ml:186 msgid "Debug GC and memory allocations" msgstr "" @@ -953,7 +910,7 @@ msgstr "" #. ../customize/customize_main.ml:99 #. ../builder/cmdline.ml:158 #. ../builder/cmdline.ml:157 -#: ../v2v/cmdline.ml:135 ../sysprep/main.ml:155 ../sysprep/main.ml:154 +#: ../v2v/cmdline.ml:141 ../sysprep/main.ml:155 ../sysprep/main.ml:154 msgid "Display version and exit" msgstr "" @@ -1011,16 +968,6 @@ msgstr "" msgid "Dump POD for options (internal)" msgstr "" -#: ../v2v/input_libvirt.ml:70 -msgid "" -"ESX: because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?" -"id=1134592 you must set this environment variable:\n" -"\n" -"export LIBGUESTFS_BACKEND=direct\n" -"\n" -"and then rerun the virt-v2v command." -msgstr "" - #: ../customize/customize_cmdline.ml:150 msgid "Edit file using Perl expression" msgstr "" @@ -1040,7 +987,7 @@ msgstr "" #. ../customize/customize_main.ml:97 #. ../builder/cmdline.ml:156 #. ../builder/cmdline.ml:155 -#: ../v2v/cmdline.ml:133 ../sysprep/main.ml:153 ../sysprep/main.ml:152 +#: ../v2v/cmdline.ml:139 ../sysprep/main.ml:153 ../sysprep/main.ml:152 msgid "Enable debugging messages" msgstr "" @@ -1051,7 +998,7 @@ msgstr "" #. ../resize/resize.ml:214 #. ../customize/customize_main.ml:101 #. ../builder/cmdline.ml:159 -#: ../v2v/cmdline.ml:138 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 +#: ../v2v/cmdline.ml:144 ../sysprep/main.ml:156 ../sparsify/cmdline.ml:88 msgid "Enable tracing of libguestfs calls" msgstr "" @@ -1067,6 +1014,10 @@ msgstr "" msgid "Error parsing URI '%s'. Look for error messages printed above.\n" msgstr "" +#: ../v2v/input_ova.ml:141 +msgid "Error parsing disk fileRef" +msgstr "" + #: ../sparsify/copying.ml:184 msgid "" "Examine source disk ...\n" @@ -1205,10 +1156,18 @@ msgstr "" msgid "HOSTNAME" msgstr "" -#: ../v2v/cmdline.ml:132 +#: ../v2v/cmdline.ml:138 msgid "How to choose root filesystem" msgstr "" +#: ../mllib/common_utils.ml:220 +msgid "" +"If reporting bugs, run %s with debugging enabled and include the complete " +"output:\n" +"\n" +" %s -v -x [...]" +msgstr "" + #: ../sparsify/cmdline.ml:75 msgid "Ignore filesystem" msgstr "" @@ -1227,7 +1186,7 @@ msgid "" "%!" msgstr "" -#: ../v2v/cmdline.ml:112 +#: ../v2v/cmdline.ml:118 msgid "Input format (for -i disk)" msgstr "" @@ -1251,7 +1210,7 @@ msgstr "" msgid "Installing packages: %s" msgstr "" -#: ../v2v/cmdline.ml:116 +#: ../v2v/cmdline.ml:122 msgid "Just write the metadata" msgstr "" @@ -1259,7 +1218,7 @@ msgstr "" msgid "Key: %s\n" msgstr "" -#: ../v2v/cmdline.ml:119 ../v2v/cmdline.ml:110 +#: ../v2v/cmdline.ml:125 ../v2v/cmdline.ml:116 msgid "Libvirt URI" msgstr "" @@ -1274,7 +1233,7 @@ msgstr "" #. ../resize/resize.ml:193 #. ../customize/customize_main.ml:89 #. ../builder/cmdline.ml:139 -#: ../v2v/cmdline.ml:113 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 +#: ../v2v/cmdline.ml:119 ../sysprep/main.ml:146 ../sparsify/cmdline.ml:78 msgid "List long options" msgstr "" @@ -1283,7 +1242,7 @@ msgid "List supported operations" msgstr "" #. ../builder/cmdline.ml:140 -#: ../v2v/cmdline.ml:114 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 +#: ../v2v/cmdline.ml:120 ../sparsify/cmdline.ml:79 ../resize/resize.ml:198 msgid "Make output machine readable" msgstr "" @@ -1291,11 +1250,11 @@ msgstr "" msgid "Making directory: %s" msgstr "" -#: ../v2v/cmdline.ml:107 +#: ../v2v/cmdline.ml:113 msgid "Map bridge 'in' to 'out'" msgstr "" -#: ../v2v/cmdline.ml:115 +#: ../v2v/cmdline.ml:121 msgid "Map network 'in' to 'out'" msgstr "" @@ -1368,7 +1327,7 @@ msgstr "" msgid "Opening the source %s" msgstr "" -#: ../v2v/cmdline.ml:131 +#: ../v2v/cmdline.ml:137 msgid "Output VM UUID" msgstr "" @@ -1384,7 +1343,7 @@ msgstr "" msgid "Output format (default: raw)" msgstr "" -#: ../v2v/cmdline.ml:127 +#: ../v2v/cmdline.ml:133 msgid "Output image UUID" msgstr "" @@ -1392,7 +1351,7 @@ msgstr "" msgid "Output size" msgstr "" -#: ../v2v/cmdline.ml:129 +#: ../v2v/cmdline.ml:135 msgid "Output vol UUID(s)" msgstr "" @@ -1423,11 +1382,11 @@ msgstr "" msgid "Print info about template cache" msgstr "" -#: ../v2v/cmdline.ml:123 +#: ../v2v/cmdline.ml:129 msgid "Print source and stop" msgstr "" -#: ../v2v/cmdline.ml:124 ../sparsify/cmdline.ml:81 +#: ../v2v/cmdline.ml:130 ../sparsify/cmdline.ml:81 msgid "Quiet output" msgstr "" @@ -1587,7 +1546,7 @@ msgstr "" msgid "Remove the process accounting log files" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:104 +#: ../sysprep/sysprep_operation_user_account.ml:114 msgid "Remove the user accounts in the guest" msgstr "" @@ -1618,7 +1577,7 @@ msgstr "" msgid "Remove user at-jobs and cron-jobs" msgstr "" -#: ../v2v/cmdline.ml:121 +#: ../v2v/cmdline.ml:127 msgid "Rename guest when converting" msgstr "" @@ -1722,7 +1681,7 @@ msgstr "" msgid "Set format (default: auto)" msgstr "" -#: ../v2v/cmdline.ml:109 +#: ../v2v/cmdline.ml:115 msgid "Set input mode (default: libvirt)" msgstr "" @@ -1752,7 +1711,7 @@ msgstr "" msgid "Set number of vCPUs" msgstr "" -#: ../v2v/cmdline.ml:118 +#: ../v2v/cmdline.ml:124 msgid "Set output allocation mode" msgstr "" @@ -1764,15 +1723,15 @@ msgstr "" msgid "Set output filename" msgstr "" -#: ../v2v/cmdline.ml:120 +#: ../v2v/cmdline.ml:126 msgid "Set output format" msgstr "" -#: ../v2v/cmdline.ml:117 +#: ../v2v/cmdline.ml:123 msgid "Set output mode (default: libvirt)" msgstr "" -#: ../v2v/cmdline.ml:122 +#: ../v2v/cmdline.ml:128 msgid "Set output storage location" msgstr "" @@ -1820,7 +1779,7 @@ msgstr "" msgid "Set user password" msgstr "" -#: ../v2v/cmdline.ml:137 +#: ../v2v/cmdline.ml:143 msgid "Set vmtype (for RHEV)" msgstr "" @@ -1969,7 +1928,7 @@ msgid "" "log files if the process accounting is on." msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:118 +#: ../sysprep/sysprep_operation_user_account.ml:128 msgid "" "The user accounts to be removed (or not) from the guest.\n" "The value of this option is a list of user names separated by comma,\n" @@ -2063,7 +2022,7 @@ msgstr "" msgid "Uploading: %s to %s" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "Users to remove/keep" msgstr "" @@ -2125,6 +2084,16 @@ msgstr "" msgid "alignment cannot be < 1" msgstr "" +#: ../v2v/input_libvirt.ml:33 +msgid "" +"because of libvirt bug https://bugzilla.redhat.com/show_bug.cgi?id=1134592 " +"you must set this environment variable:\n" +"\n" +"export LIBGUESTFS_BACKEND=direct\n" +"\n" +"and then rerun the virt-v2v command." +msgstr "" + #: ../sparsify/cmdline.ml:83 msgid "block|dir|prebuilt:file" msgstr "" @@ -2153,6 +2122,10 @@ msgstr "" msgid "cannot detect the input disk format; use the -if parameter" msgstr "" +#: ../v2v/input_ova.ml:75 +msgid "cannot parse output of sha1sum command" +msgstr "" + #: ../sysprep/sysprep_operation_fs_uuids.ml:42 msgid "cannot set random UUID on filesystem %s type %s: %s" msgstr "" @@ -2179,10 +2152,18 @@ msgid "" "\\CurrentVersion" msgstr "" -#: ../v2v/input_libvirt.ml:52 +#: ../v2v/input_libvirt.ml:61 msgid "could not parse '-ic %s'. Original error message was: %s" msgstr "" +#: ../v2v/input_ova.ml:147 +msgid "could not parse disk rasd:HostResource from OVF document" +msgstr "" + +#: ../v2v/input_ova.ml:165 +msgid "could not parse ovf:Name from OVF document" +msgstr "" + #: ../v2v/output_RHEV.ml:263 msgid "" "could not read the Export Storage Domain specified by the '-os %s' parameter " @@ -2265,59 +2246,71 @@ msgstr "" msgid "error parsing URI '%s'. Look for error messages printed above." msgstr "" -#: ../v2v/lib_esx.ml:136 +#: ../v2v/input_ova.ml:44 +msgid "error running command: %s" +msgstr "" + +#: ../v2v/lib_esx.ml:118 msgid "" "esx: URI (-ic parameter) contains no path, so we cannot determine the " "datacenter name" msgstr "" -#: ../v2v/lib_esx.ml:194 +#: ../v2v/lib_esx.ml:176 msgid "esx: URL not found: %s" msgstr "" -#: ../v2v/lib_esx.ml:214 +#: ../v2v/lib_esx.ml:196 msgid "" "esx: could not read session cookie from the vCenter Server, conversion may " "consume all sessions on the server and fail part way through" msgstr "" -#: ../v2v/lib_esx.ml:189 +#: ../v2v/lib_esx.ml:171 msgid "esx: incorrect username or password" msgstr "" -#: ../v2v/lib_esx.ml:199 +#: ../v2v/lib_esx.ml:181 msgid "esx: invalid response from server" msgstr "" -#: ../v2v/lib_esx.ml:184 +#: ../v2v/lib_esx.ml:166 msgid "esx: no status code in output of 'curl' command. Is 'curl' installed?" msgstr "" -#: ../v2v/input_libvirtxml.ml:51 +#: ../mllib/common_utils.ml:258 +msgid "exception: %s" +msgstr "" + +#: ../v2v/input_ova.ml:102 ../v2v/input_libvirtxml.ml:51 msgid "expecting XML expression to return an integer (expression: %s)" msgstr "" -#: ../v2v/cmdline.ml:216 +#: ../v2v/cmdline.ml:224 msgid "expecting a disk image (filename) on the command line" msgstr "" -#: ../v2v/cmdline.ml:236 +#: ../v2v/cmdline.ml:244 msgid "expecting a libvirt XML file name on the command line" msgstr "" -#: ../v2v/cmdline.ml:227 +#: ../v2v/cmdline.ml:235 msgid "expecting a libvirt guest name on the command line" msgstr "" -#: ../mllib/common_utils.ml:404 +#: ../v2v/cmdline.ml:253 +msgid "expecting an OVA file name on the command line" +msgstr "" + +#: ../mllib/common_utils.ml:430 msgid "external command '%s' exited with error %d" msgstr "" -#: ../mllib/common_utils.ml:406 +#: ../mllib/common_utils.ml:432 msgid "external command '%s' killed by signal %d" msgstr "" -#: ../mllib/common_utils.ml:408 +#: ../mllib/common_utils.ml:434 msgid "external command '%s' stopped by signal %d" msgstr "" @@ -2329,6 +2322,10 @@ msgstr "" msgid "extra parameter on the command line" msgstr "" +#: ../mllib/common_utils.ml:249 +msgid "failure: %s" +msgstr "" + #. ../customize/customize_main.ml:76 #. ../customize/customize_main.ml:75 #: ../sysprep/main.ml:132 ../sysprep/main.ml:131 @@ -2399,6 +2396,18 @@ msgstr "" msgid "in the libvirt XML metadata, is missing or empty" msgstr "" +#: ../mllib/common_utils.ml:256 +msgid "internal error: Not_found exception was thrown" +msgstr "" + +#: ../mllib/common_utils.ml:253 +msgid "internal error: assertion failed at %s, line %d, char %d" +msgstr "" + +#: ../mllib/common_utils.ml:251 +msgid "internal error: invalid argument: %s" +msgstr "" + #: ../v2v/v2v.ml:250 msgid "internal error: qemu corrupted the overlay file" msgstr "" @@ -2407,10 +2416,14 @@ msgstr "" msgid "internal error: qemu-img did not create overlay with backing file" msgstr "" -#: ../v2v/cmdline.ml:65 +#: ../v2v/cmdline.ml:66 msgid "invalid --bridge or --network parameter" msgstr "" +#: ../mllib/common_utils.ml:247 +msgid "libguestfs error: %s" +msgstr "" + #: ../v2v/v2v.ml:344 msgid "" "libguestfs thinks this is not an installed operating system (it might be, " @@ -2443,7 +2456,7 @@ msgid "" "be a bug in virt-v2v." msgstr "" -#: ../v2v/input_libvirtxml.ml:169 +#: ../v2v/input_libvirtxml.ml:171 msgid "network with was ignored" msgstr "" @@ -2478,11 +2491,15 @@ msgid "" "of this guest." msgstr "" +#: ../v2v/input_ova.ml:70 +msgid "no output from sha1sum command, see previous errors" +msgstr "" + #: ../v2v/v2v.ml:299 msgid "no root device found in this operating system image." msgstr "" -#: ../v2v/input_libvirt.ml:80 +#: ../v2v/input_libvirt.ml:88 msgid "" "no support for remote libvirt connections to '-ic %s'. The conversion may " "fail when it tries to read the source disks." @@ -2669,23 +2686,23 @@ msgstr "" msgid "unknown --align-first option: use never|always|auto" msgstr "" -#: ../v2v/cmdline.ml:99 +#: ../v2v/cmdline.ml:100 msgid "unknown --root option: %s" msgstr "" -#: ../v2v/cmdline.ml:196 +#: ../v2v/cmdline.ml:202 msgid "unknown --vmtype option, must be \"server\" or \"desktop\"" msgstr "" -#: ../v2v/cmdline.ml:58 +#: ../v2v/cmdline.ml:59 msgid "unknown -i option: %s" msgstr "" -#: ../v2v/cmdline.ml:81 +#: ../v2v/cmdline.ml:82 msgid "unknown -o option: %s" msgstr "" -#: ../v2v/cmdline.ml:89 +#: ../v2v/cmdline.ml:90 msgid "unknown -oa option: %s" msgstr "" @@ -2703,7 +2720,7 @@ msgstr "" msgid "usage is: %s [--options] indisk outdisk" msgstr "" -#: ../sysprep/sysprep_operation_user_account.ml:116 +#: ../sysprep/sysprep_operation_user_account.ml:126 msgid "users" msgstr "" @@ -7280,93 +7297,93 @@ msgstr "" msgid "Control connection closed by remote." msgstr "" -#: p2v/gui.c:111 +#: p2v/gui.c:112 msgid "Connect to a virt-v2v conversion server over SSH:" msgstr "" -#: p2v/gui.c:116 +#: p2v/gui.c:117 msgid "Conversion server:" msgstr "" -#: p2v/gui.c:126 +#: p2v/gui.c:127 msgid "SSH port:" msgstr "" -#: p2v/gui.c:137 +#: p2v/gui.c:138 msgid "User name:" msgstr "" -#: p2v/gui.c:149 +#: p2v/gui.c:150 msgid "Password:" msgstr "" -#: p2v/gui.c:165 +#: p2v/gui.c:166 msgid "Use sudo when running virt-v2v" msgstr "" -#: p2v/gui.c:172 +#: p2v/gui.c:173 msgid "Test connection" msgstr "" -#: p2v/gui.c:194 +#: p2v/gui.c:195 msgid "Configure network ..." msgstr "" -#: p2v/gui.c:195 +#: p2v/gui.c:196 msgid "About ..." msgstr "" -#: p2v/gui.c:196 +#: p2v/gui.c:197 msgid "Next" msgstr "" -#: p2v/gui.c:246 +#: p2v/gui.c:247 msgid "error: No conversion server given." msgstr "" -#: p2v/gui.c:254 +#: p2v/gui.c:255 msgid "error: Invalid port number. If in doubt, use \"22\"." msgstr "" -#: p2v/gui.c:262 +#: p2v/gui.c:263 msgid "error: No user name. If in doubt, use \"root\"." msgstr "" -#: p2v/gui.c:303 +#: p2v/gui.c:304 msgid "Testing the connection to the conversion server ..." msgstr "" -#: p2v/gui.c:322 +#: p2v/gui.c:323 msgid "" "Connected to the conversion server.\n" "Press the \"Next\" button to configure the conversion process." msgstr "" -#: p2v/gui.c:421 +#: p2v/gui.c:422 msgid "Target properties" msgstr "" -#: p2v/gui.c:427 +#: p2v/gui.c:428 msgid "Name:" msgstr "" -#: p2v/gui.c:437 +#: p2v/gui.c:438 msgid "# vCPUs:" msgstr "" -#: p2v/gui.c:447 +#: p2v/gui.c:448 msgid "Memory (MB):" msgstr "" -#: p2v/gui.c:461 +#: p2v/gui.c:462 msgid "Virt-v2v output options" msgstr "" -#: p2v/gui.c:467 +#: p2v/gui.c:468 msgid "Output to (-o):" msgstr "" -#: p2v/gui.c:472 +#: p2v/gui.c:473 msgid "" "libvirt means send the converted guest to libvirt-managed KVM on the " "conversion server. local means put it in a directory on the " @@ -7375,93 +7392,93 @@ msgid "" "more information about output options." msgstr "" -#: p2v/gui.c:493 +#: p2v/gui.c:478 msgid "Output conn. (-oc):" msgstr "" -#: p2v/gui.c:498 +#: p2v/gui.c:483 msgid "" "For libvirt only, the libvirt connection URI, or leave blank to add " "the guest to the default libvirt instance on the conversion server. For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:504 +#: p2v/gui.c:489 msgid "Output storage (-os):" msgstr "" -#: p2v/gui.c:509 +#: p2v/gui.c:494 msgid "" "For local, put the directory name on the conversion server. For " "rhev, put the Export Storage Domain (server:/mountpoint). For " "others, leave this field blank." msgstr "" -#: p2v/gui.c:515 +#: p2v/gui.c:500 msgid "Output format (-of):" msgstr "" -#: p2v/gui.c:520 +#: p2v/gui.c:505 msgid "" "The output disk format, typically raw or qcow2. If blank, " "defaults to raw." msgstr "" -#: p2v/gui.c:526 +#: p2v/gui.c:511 msgid "Output allocation (-oa):" msgstr "" -#: p2v/gui.c:545 +#: p2v/gui.c:530 msgid "" "Enable server-side debugging\n" "(This is saved in /tmp on the conversion server)" msgstr "" -#: p2v/gui.c:555 +#: p2v/gui.c:540 msgid "Fixed hard disks" msgstr "" -#: p2v/gui.c:567 +#: p2v/gui.c:552 msgid "Removable media" msgstr "" -#: p2v/gui.c:579 +#: p2v/gui.c:564 msgid "Network interfaces" msgstr "" -#: p2v/gui.c:606 +#: p2v/gui.c:591 msgid "Back" msgstr "" -#: p2v/gui.c:607 +#: p2v/gui.c:592 msgid "Start conversion" msgstr "" -#: p2v/gui.c:696 p2v/gui.c:751 p2v/gui.c:799 +#: p2v/gui.c:732 p2v/gui.c:787 p2v/gui.c:835 msgid "Convert" msgstr "" -#: p2v/gui.c:703 p2v/gui.c:758 p2v/gui.c:806 +#: p2v/gui.c:739 p2v/gui.c:794 p2v/gui.c:842 msgid "Device" msgstr "" -#: p2v/gui.c:710 +#: p2v/gui.c:746 msgid "Size (GB)" msgstr "" -#: p2v/gui.c:717 +#: p2v/gui.c:753 msgid "Model" msgstr "" -#: p2v/gui.c:813 +#: p2v/gui.c:849 msgid "Connect to virtual network" msgstr "" -#: p2v/gui.c:1022 +#: p2v/gui.c:1058 msgid "Cancel conversion" msgstr "" -#: p2v/gui.c:1050 +#: p2v/gui.c:1086 #, c-format msgid "" "Log files and debug information is saved to this directory on the conversion " @@ -7469,34 +7486,34 @@ msgid "" "%s" msgstr "" -#: p2v/gui.c:1111 +#: p2v/gui.c:1147 msgid "The guest \"Name\" field is empty." msgstr "" -#: p2v/gui.c:1112 p2v/gui.c:1145 +#: p2v/gui.c:1148 p2v/gui.c:1181 msgid "Error" msgstr "" -#: p2v/gui.c:1143 +#: p2v/gui.c:1179 msgid "" "No disks were selected for conversion.\n" "At least one fixed hard disk must be selected.\n" msgstr "" -#: p2v/gui.c:1230 +#: p2v/gui.c:1266 #, c-format msgid "Conversion failed: %s" msgstr "" -#: p2v/gui.c:1231 +#: p2v/gui.c:1267 msgid "Conversion failed" msgstr "" -#: p2v/gui.c:1240 +#: p2v/gui.c:1276 msgid "The conversion was successful." msgstr "" -#: p2v/gui.c:1241 +#: p2v/gui.c:1277 msgid "Conversion was successful" msgstr "" @@ -8388,7 +8405,7 @@ msgstr "" "qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не " "дорівнює READY" -#: src/launch-direct.c:1269 src/launch-libvirt.c:1302 +#: src/launch-direct.c:1269 src/launch-libvirt.c:1303 #, c-format msgid "realpath: could not convert '%s' to absolute path" msgstr "realpath: не вдалося перетворити «%s» на абсолютний шлях" @@ -8517,16 +8534,16 @@ msgstr "" "guestfs(3) та списком поширених питань щодо libguestfs та відповідей\n" "на ці питання." -#: src/launch-libvirt.c:899 +#: src/launch-libvirt.c:900 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "%s:%d: помилка під час побудови XML для libvirt поряд з викликом «%s»" -#: src/launch-libvirt.c:1256 +#: src/launch-libvirt.c:1257 msgid "'iface' parameter is not supported by the libvirt backend" msgstr "підтримки параметра «iface» у модулі libvirt не передбачено" -#: src/launch-libvirt.c:1379 +#: src/launch-libvirt.c:1380 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" @@ -8534,7 +8551,7 @@ msgstr "" "у libvirt не передбачено підтримки драйверів протоколів curl qemu (ftp, http " "тощо); спробуйте встановити LIBGUESTFS_BACKEND=direct" -#: src/launch-libvirt.c:1404 +#: src/launch-libvirt.c:1405 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" @@ -8546,7 +8563,7 @@ msgstr "" "параметра «--format» або за допомогою додаткового параметра аргументу " "формату до «add-drive»." -#: src/launch-libvirt.c:1411 +#: src/launch-libvirt.c:1412 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" @@ -8559,20 +8576,20 @@ msgstr "" "параметра «--format» або за допомогою додаткового параметра аргументу " "формату до «add-drive»." -#: src/launch-libvirt.c:1692 +#: src/launch-libvirt.c:1693 msgid "could not destroy libvirt domain" msgstr "не вдалося знищити домен libvirt" -#: src/launch-libvirt.c:1729 src/launch-libvirt.c:1762 +#: src/launch-libvirt.c:1730 src/launch-libvirt.c:1763 #, c-format msgid "%s: internal error forming error message" msgstr "%s: внутрішня помилка формування повідомлення щодо помилки" -#: src/launch-libvirt.c:1821 +#: src/launch-libvirt.c:1822 msgid "could not attach disk to libvirt domain" msgstr "не вдалося долучити диск до домену libvirt" -#: src/launch-libvirt.c:1852 +#: src/launch-libvirt.c:1853 msgid "could not detach disk from libvirt domain" msgstr "не вдалося від’єднати диск від домену libvirt"