search for: defitinions

Displaying 4 results from an estimated 4 matches for "defitinions".

2015 Oct 20
0
[PATCH v3 00/13] v2v: add --in-place mode
...v2v: factor out preserving overlays for debugging v2v: drop redundant umount_all() and shutdown() v2v: factor out opening and populating guestfs handle v2v: add --in-place mode v2v: document --in-place v2v: add test for --in-place --- changes from v2: - top-down arrangement of function defitinions - branching of scenarios using a dedicated type changes from v1: - include refactoring patches before the --in-place ones - split --in-place patches into code, doc, and test for easier review (bisectability maintained) v2v/Makefile.am | 1 + v2v/cmdline.ml | 7 +- v2...
2008 Mar 24
8
Poor performance on open/copy/close/rename file operations via remote/VPN connection
...s] comment = Home Directories create mask = 0600 directory mask = 0700 browseable = No [pdf] path = /tmp guest ok = Yes printable = Yes print command = /usr/bin/printpdf %s %u lpq command = lprm command = [... shares defitinions omitted..] Any kind of help will be really appreciated. Thank you Gianfranco Pra Floriani Nexta Media - Italy
2015 Oct 20
5
[PATCH v4 0/3] v2v: add --in-place mode
...n-place mode v2v: document --in-place v2v: add test for --in-place --- changes from v3: - drop already merged or rejected patches - revert incorrect keep_serial_console treatment - stylistic fixes - doc and test patches remain untouched changes from v2: - top-down arrangement of function defitinions - branching of scenarios using a dedicated type changes from v1: - include refactoring patches before the --in-place ones - split --in-place patches into code, doc, and test for easier review (bisectability maintained) v2v/Makefile.am | 1 + v2v/cmdline.ml | 7 ++- v...
2015 Aug 11
41
[PATCH v2 00/17] v2v: add --in-place mode
This series is a second attempt to add a mode of virt-v2v operation where it leaves the config and disk image conversion, rollback on errors, registering with the destination hypervisor, etc. to a third-party toolset, and performs only tuning of the guest OS to run in the KVM-based hypervisor. The first 14 patches are just refactoring and rearrangement of the code, factoring the implementation