Displaying 20 results from an estimated 20000 matches similar to: "Re: virt-p2v-make-disk not making disk"
2017 Mar 17
0
[PATCH 4/4] p2v: virt-p2v-make-disk: prevent daemons to run on Debian
On Debian systems, usually daemons are run automatically after their
installations; since we are upgrading the template, and installing
packages such as openssh, network-manager, etc, this may cause few
daemon to stay running during the virt-builder execution, causing it to
fail when shutting down (since e.g. /sysroot/dev would be in use).
As workaround, use a temporary policy-rc.d policy layer
2017 Mar 17
5
[PATCH 0/4] p2v: fix virt-p2v-make-disk on Debian
Hi,
this small series fixes the generation of Debian-based images using
virt-p2v-make-disk. With this series, the image can boot fine, X is
started, and the p2v interface appears. I haven't tried an actual
conversion, but I don't think there are Debian-specific problems
preventing that.
Thanks,
Pino Toscano (4):
p2v: fix Gtk dependencies on Debian
p2v: remove
2019 Jul 11
0
[p2v PATCH 4/4] podwrapper: adapt footer to p2v
---
podwrapper.pl.in | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/podwrapper.pl.in b/podwrapper.pl.in
index f8b90ad..31fbb38 100755
--- a/podwrapper.pl.in
+++ b/podwrapper.pl.in
@@ -405,7 +405,8 @@ distributed for any purpose without any restrictions.
my $reporting_bugs =
"=head1 BUGS
-To get a list of bugs against libguestfs, use this link:
+To get a
2017 Dec 17
1
virt-p2v not recognising Hard Disks of Server
Hello,
I am trying to convert a physical server (10 year old hardware with PCI
LSI Loging / Symbios LSI MegaRAID controller and SCSI drives, RAID 5
Configuration) into a Virtual Machine in oVirt (oVirt Version 4.1.8).
Host to be converted has Fedora 5 OS.
I have downloaded the virt-p2v.iso (Cent OS 7.3). I have prepared the
conversion server, set it up as a VM in oVirt environment. I am able
2017 Jun 25
0
IRC question: virt-p2v-make-disk hanging
10:16 < netman1> Hi All. First timer. Running "sudo virt-p2v-make-disk -o image.dd debian-8" where the image is a zeroed out disk file of
16GB. Let is run for over 12 hours, still nothing. It has the deb8 cached. Still waiting on "[ 14.1] Opening the new
disk". What am I doing wrong/could be the cause?
11:02 < netman1> Hum.
2020 Nov 04
2
virt-p2v NVMe disks
On Wed, Nov 04, 2020 at 08:36:12AM +0000, Femi Adegoke wrote:
>
> Is this how I would get to the kernel cmd line of the virt-p2v iso?
>
> Add edd=off to the first(!) kernel line inside the VM in /boot/grub/grub.conf
The easiest thing is just to interrupt grub at boot (hit "Esc"), then
edit the kernel command line there. This is a one-off change that you
have to do each
2016 May 26
0
[PATCH 3/3] p2v: Add a 'make run-virt-p2v' rule which boots virt-p2v in a VM.
A convenience method instead of having to work out the right
qemu command line each time.
---
.gitignore | 1 +
p2v/Makefile.am | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/.gitignore b/.gitignore
index 285b28d..8509a9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -337,6 +337,7 @@ Makefile.in
/p2v/virt-p2v
/p2v/virt-p2v.1
/p2v/virt-p2v.i686
2017 Feb 01
0
Re: virt-p2v - Windows 10 guest hangs at boot after successful P2V
On Mon, Jan 09, 2017 at 09:17:47AM -0600, JT Edwards wrote:
> Hi all,
>
> I successfully virt-p2v'ed a Windows 10 laptop to my Centos 7.3 instance
> running KVM. However, on boot, the guest hangs. Is there a registry fix
> that is needed after the P2V is done? Here is what is in the guest's
> logfile:
We don't normally check this mailing list for virt-p2v problems
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Sorry, attached herein is the screenshot
On Mon, Nov 2, 2015 at 6:50 PM, Ravi Chaudhary <rc.chaudhary@gmail.com>
wrote:
> Greetings Richard,
>
> Thanks for the pointer. It was helpful. (Note: We have 2 physical
> machines, one is p2v machine & the other is conversion server. Both the
> machines have been updated with "*yum install qemu libvirt-client
>
2020 Nov 03
1
virt-p2v NVMe disks
On Mon, Nov 02, 2020 at 11:15:18PM +0000, Femi Adegoke wrote:
> Hello Mr. Jones,
>
> Trying to convert a Fedora WS desktop to virtual.
> The WS is installed on a Samsung 1TB m2 NVMe drive .
> No local disk shows up so I can?t execute conversion.
>
> Does virt-p2v support NVMe?
TBH I'm not sure. If you get a shell inside virt-p2v
(press the "XTerm" button, or
2016 May 26
1
Re: [PATCH 3/3] p2v: Add a 'make run-virt-p2v' rule which boots virt-p2v in a VM.
On Thursday 26 May 2016 16:40:16 Richard W.M. Jones wrote:
> A convenience method instead of having to work out the right
> qemu command line each time.
> ---
> .gitignore | 1 +
> p2v/Makefile.am | 28 ++++++++++++++++++++++++++++
> 2 files changed, 29 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 285b28d..8509a9d 100644
> --- a/.gitignore
2016 Oct 10
0
[PATCH] p2v: Compress virt-p2v binary and store it in $libdir/virt-p2v (RHBZ#1382275).
Currently 'make install' installs the virt-p2v binary in
/usr/libexec/virt-p2v on the host. It is never supposed to be run
from there, even by another program, so use of /usr/libexec is
incorrect. It is only supposed to be copied into USB keys / ISOs /
etc created by virt-p2v-make-* scripts.
The other problem with shipping a "naked" binary on the host is that
packages built
2016 Jun 23
0
Re: [PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
On Thu, Jun 23, 2016 at 10:18:02AM +0200, Cédric Bosdonnat wrote:
> virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
> ensure the executable bit it set for user.
> ---
> p2v/virt-p2v-make-kiwi.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
> index e493bd4..3506e9b 100644
> ---
2016 Jun 23
2
[PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
virt-p2v-make-kiwi now forces the launch-virt-p2v mode to 0755 to
ensure the executable bit it set for user.
---
p2v/virt-p2v-make-kiwi.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/p2v/virt-p2v-make-kiwi.in b/p2v/virt-p2v-make-kiwi.in
index e493bd4..3506e9b 100644
--- a/p2v/virt-p2v-make-kiwi.in
+++ b/p2v/virt-p2v-make-kiwi.in
@@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue
2017 Jul 17
0
[PATCH v2 4/4] p2v: make-disk: Install p2v service in multi-user.target instead of default.target.
Tested by doing ‘make -C p2v run-virt-p2v-in-a-vm’.
---
p2v/virt-p2v-make-disk.in | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/p2v/virt-p2v-make-disk.in b/p2v/virt-p2v-make-disk.in
index 61d3a85cd..7b35d357d 100644
--- a/p2v/virt-p2v-make-disk.in
+++ b/p2v/virt-p2v-make-disk.in
@@ -254,9 +254,8 @@ virt-builder "$osversion"
2023 Jan 30
1
[p2v PATCH 02/11] Introduce "p2v.output.misc" for passing "-oo" options to virt-v2v
From: Alban Lecorps <alban.lecorps at ubisoft.com>
The "-oo" option will be useful primarily for the openstack output mode
(currently disabled, from commit b74c126629e3, "Ignore 'openstack'
driver", 2020-03-16).
Use a ConfigStringList knob for "-oo", and for each OPTION=VALUE element
in that list, create a separate "-oo OPTION=VALUE" option.
2019 Sep 27
1
[p2v PATCH] tests: fix run-virt-p2v-in-a-vm helper target
It relied on the qemu libguestfs was configured with, which is no more
available now. Since we already require libguestfs tools for some
functional tests, make run-virt-p2v-in-a-vm depend on libguestfs too,
and use the qemu configured in libguestfs.
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index d27219d..d1b4bee 100644
---
2014 Nov 19
0
Re: virt-v2v: Died at /usr/bin/virt-p2v-server line 411
On Wed, Nov 19, 2014 at 10:05:53PM +0100, Nicolas Ecarnot wrote:
> Nov 19 21:54:52 serv-p2v-adm1 sshd[2727]: pam_unix(sshd:session):
> session opened for user root by (uid=0)
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2725]: channel 2: open failed:
> connect failed: Connection refused
> Nov 19 21:54:53 serv-p2v-adm1 sshd[2727]: Received disconnect from
> 192.168.49.5: 11: disconnected
2019 Jul 01
0
[PATCH 6/6] p2v: tests: use a local blank-part disk image
Instead of using the "global" blank-part test image, use a local version
of it created with guestfish.
---
p2v/.gitignore | 1 +
p2v/Makefile.am | 7 ++++++-
p2v/test-virt-p2v-nbdkit.sh | 4 ++--
p2v/test-virt-p2v.sh | 4 ++--
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/p2v/.gitignore b/p2v/.gitignore
index 673e8ad83..8495f6c2f 100644
2015 Nov 02
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Greetings Richard,
Thanks for the pointer. It was helpful. (Note: We have 2 physical machines,
one is p2v machine & the other is conversion server. Both the machines have
been updated with "*yum install qemu libvirt-client virt-manager
virt-viewer guestfish libguestfs-tools virt-top*")
We have couple of questions for the exact functioning of virt-p2v:
1. We are unable to