search for: list_profiles

Displaying 8 results from an estimated 8 matches for "list_profiles".

2011 Mar 22
1
[PATCH v2v] Add --root (root choice) option.
...t may +sometimes choose the wrong one. + +You can also name a specific root device, eg. I<--root=/dev/sda2> +would mean to use the second partition on the first hard drive. If +the named root device does not exist or was not detected as a root +device, then virt-v2v will fail. + +=cut + my $list_profiles = 0; =item B<--list-profiles> @@ -321,6 +360,7 @@ GetOptions ("help|?" => sub { -exitval => 1 }) if (defined($bridge)); $bridge = $value; }, + "root=s" => \$root_choice,...
2012 Mar 02
0
[virt-tools-list] virt-p2v failure
...nd updated due to this issue, with no change in behavior. > > > > I have enabled DEBUG logging on the virt-p2v-server and get the following out > > put: > > Mar 1 10:44:16 c2cl00 virt-v2v[6721]: p2v-server started. > > Mar 1 10:44:16 c2cl00 virt-v2v[6721]: Received: LIST_PROFILES > > Mar 1 10:44:16 c2cl00 virt-v2v[6721]: Sent: LIST 1#012libvirt > > Mar 1 10:45:50 c2cl00 kernel: lo: Disabled Privacy Extensions > > Mar 1 10:46:24 c2cl00 virt-v2v[6721]: Received: SET_PROFILE libvirt > > Mar 1 10:46:24 c2cl00 virt-v2v[6721]: Sent: OK > > Mar 1...
2013 Sep 05
1
[PATCH] virt-v2v: Add verbose message logging
...ets LIBGUESTFS_TRACE=1 and LIBGUESTFS_DEBUG=1 --- v2v/virt-v2v.pl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/v2v/virt-v2v.pl b/v2v/virt-v2v.pl index 3832f67..eddcd16 100755 --- a/v2v/virt-v2v.pl +++ b/v2v/virt-v2v.pl @@ -354,6 +354,24 @@ my $list_profiles = 0; Display a list of target profile names specified in the configuration file. +=cut + +my $verbose; + +=item B<-v | --verbose> + +Enable verbose message logging. + +=item B<-vv> + +Verbose messages, plus sets LIBGUESTFS_TRACE=1. + +=item B<-vvv> + +Verbose messages, plus s...
2012 Mar 06
2
p2v with cciss failure
...llers in them that both use the cciss driver that fail to complete the transfer of the image. Debug output is listed below, but doesn't give me any clues as to what to look at next. Mar 1 10:44:16 c2cl00 virt-v2v[6721]: p2v-server started. Mar 1 10:44:16 c2cl00 virt-v2v[6721]: Received: LIST_PROFILES Mar 1 10:44:16 c2cl00 virt-v2v[6721]: Sent: LIST 1#012libvirt Mar 1 10:45:50 c2cl00 kernel: lo: Disabled Privacy Extensions Mar 1 10:46:24 c2cl00 virt-v2v[6721]: Received: SET_PROFILE libvirt Mar 1 10:46:24 c2cl00 virt-v2v[6721]: Sent: OK Mar 1 10:46:24 c2cl00 virt-v2v[6721]: Received: METADAT...
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the following pseudo-code for consideration. Note the patches aren't commit ready yet, just looking for thoughts - The first is a fix to get client image building process working on F17. It seems the version of ksflatten there didn't expand the nested %includes which was causing errors (also --interpreter image-minimizer
2013 May 16
1
support remotely mounting disk images in p2v
Figure I'd share the latest revision to p2v I had regarding $subject. The patch now applies against HEAD and compiles fine. I was able to update the package on the client and run virt-p2v, though have yet to do a full end-to-end verification Most likely a little more work is needed to tidy up some edge cases and fully flush things out, but the majority of the work should be in place. On the
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.