Displaying 20 results from an estimated 90000 matches similar to: "[PATCH 0/2] Improve the performance of virt-df"
2010 Mar 21
1
XML encoding of the registry
[CC-ing to libguestfs mailing list]
You might want to try building from the tarballs. You won't need
OCaml to build from the tarballs (although that is available for Mac
OS X, see: http://godi.camlcity.org/).
If you want to see how we build for Fedora, see:
http://cvs.fedoraproject.org/viewvc/devel/libguestfs/libguestfs.spec?view=markup
If building from git, make sure you start with the
2016 Jan 07
2
Re: error in virt-resize
I had some more ideas overnight:
(1) Check that libparted0 is installed on the *host*.
(2) Try to find out what libraries the parted binary requires on
the host and appliance. On the host:
ldd /usr/bin/parted
On the appliance:
virt-rescue --scratch
><rescue> ldd /usr/bin/parted
(3) Remove the appliance and recreate it:
rm -rf /var/tmp/.guestfs-*
libguestfs-test-tool
(4)
2009 Oct 20
2
[PATCH 0/2] virt-tar and virt-ls
These are general updates to:
https://www.redhat.com/archives/libguestfs/2009-October/msg00037.html
[Libguestfs] [PATCH 4/5] New tool: virt-tar
and:
https://www.redhat.com/archives/libguestfs/2009-October/msg00038.html
[Libguestfs] [PATCH 5/5] New tool: virt-ls
The code uses die "prog: ...\n".
The parameters to virt-tar are swapped so they always go in source ->
destination
2011 May 17
3
[PATCH 0/3] virt-win-reg: Add support for HKEY_USERS
This three part patch series extends virt-win-reg so it supports
HKEY_USERS\... paths, for reading and writing user preferences.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
2014 Jan 21
2
Re: virt-builder & virt-sysprep: Avoiding SELinux relabelling
On Tue, Jan 21, 2014 at 12:01:45PM -0500, R P Herrold wrote:
> (5) it can do an additional step at very end of the post
> install:
> restorecon -R /
This doesn't work on its own. I suspect this would work:
load_policy && restorecon -R /
except it gives an error for me:
SELinux: Could not downgrade policy file /etc/selinux/targeted/policy/policy.29, searching for
2016 Nov 15
1
Re: Libguestfs debugging issue
On Tue, Nov 15, 2016 at 10:23:26AM +0000, Richard W.M. Jones wrote:
> (1) Try upgrading to a newer version of supermin. RHEL 7.3 has
> supermin 5.1.16, also available here:
>
> https://people.redhat.com/~rjones/libguestfs-RHEL-7.3-preview/
>
> If the bug is still present in the newer version, then:
>
> (2) Run supermin with lots of debugging enabled:
>
>
2010 Feb 12
6
[PATCH 0/4] Allow QEMU if=... (block device emulation) to be overridden
The background to this is that virt-v2v needs to boot the appliance
with a specific block device emulation (eg. IDE, not virtio), because
when it runs mkinitrd, mkinitrd will assume that the block devices
available in the appliance are also the ones which apply at guest boot
time. There's no way to override this assumption in mkinitrd
(particularly in the old mkinitrd versions that shipped
2017 Feb 01
3
Re: virt-p2v migration
Ok, thanks Rich, I will take a look and get back to you.
On Wed, Feb 1, 2017 at 5:13 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Wed, Feb 01, 2017 at 04:57:24PM +0000, cmc wrote:
>> Hi,
>>
>> I've been trying to migrate a physical host with two disks (the first,
>> sda, is the OS disk and the second, sdb, is a data disk) into a VM,
>> and it
2014 Oct 14
2
Re: Virt-v2v conversion issue
Also I noticed from the log that you're running qemu 2.0.0 (from where?)
Try qemu-kvm-rhev included in the repository, currently at version
qemu-img-rhev-2.1.2-2.el7.x86_64.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.
2010 Mar 21
10
[PATCH 0/10] Miscellaneous patches to fix some compile problems on Mac OS X
Patches 1-6 are general code quality improvements. Note that Guido
previously asked us for the ability to build libguestfs without
building the appliance.
Patches 7-10 are specific to Mac OS X, but shouldn't break the build
for existing platforms.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports
2014 Oct 28
1
Re: Virt-v2v conversion issue
On Tue, Oct 28, 2014 at 10:58:45AM +0000, VONDRA Alain wrote:
> Hi Richard,
> Can you tell me the minimal Kernel version needed to kill this issue ?
> I have this one : kernel-3.10.0-123.8.1.el7.x86_64
That is the one which fixed it for us, so I guess this was a
different issue.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming
2012 Aug 19
1
Fedora 18 / Rawhide switch over to using libvirt as the back end
Just a note [possibly more of a warning] that I'm intending to switch
the default backend in Fedora 18+ to libvirt this week. For more
information about what this means, see:
https://rwmj.wordpress.com/2012/07/23/new-in-libguestfs-use-libvirt-to-launch-the-appliance/#content
Barring any bugs, the change ought to be transparent. The reasons why
we're making this change in Fedora are:
2012 Nov 09
2
[PATCH 0/2] Rework tmpdir and appliance cache directory code.
1/2 is just small code motion.
2/2 reworks the tmpdir and appliance cache directory code. See
the commit comment for the full details.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
2009 Aug 13
1
Summary of current test failures
CentOS 5.3 and RHEL 5.4 both fail on these 3 tests only:
82/212 test_zero_0
umount: /dev/sda1: umount: /dev/sda1: not found
test_zero_0 FAILED
83/212 test_fsck_0
umount: /dev/sda1: umount: /dev/sda1: not found
test_fsck_0 FAILED
84/212 test_fsck_1
umount: /dev/sda1: umount: /dev/sda1: not found
test_fsck_1 FAILED
Debian fails on 57 / 212 tests, but they all seem to be of
the same type:
2009 Oct 19
5
[PATCH 0/5] Add new tools virt-tar and virt-ls and tidy up the tools code
This patch series starts by tidying up the code for the virt-cat,
virt-df, virt-edit, etc tools, moving them into a single directory and
making the build system much simpler as a consequence.
Then we add two new tools, virt-tar (a general purpose archive and
upload tool) and virt-ls (for listing directories).
No new functionality is enabled by these tools -- that is to say, you
can do everything
2020 Nov 09
1
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Mon, Nov 09, 2020 at 09:16:33AM +0200, Yedidyah Bar David wrote:
> On Wed, Oct 14, 2020 at 8:54 AM Yedidyah Bar David <didi@redhat.com> wrote:
> >
> > On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > >
> > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote:
> > > > On Tue, Oct 13, 2020 at 7:15 PM
2010 Aug 20
8
[PATCH febootstrap 0/8] Add support for building an ext2-based appliance
This patch series adds support for outputing an ext2-based appliance
from febootstrap-supermin-helper. The usage is very simple, you just
add '-f ext2' flag and the name of the appliance file that you want to
write to.
The implementation uses libext2fs, which is a very low level way to
create ext2 filesystems from scratch. We'd like to use libguestfs,
but that's an obvious
2010 Apr 10
9
[PATCH 0/9] Enhance virt-resize so it can really expand Linux and Windows guests
This is a set of bugfixes and enhancements to allow virt-resize to
really expand Linux and Windows guests. Previously there were lots of
bugs. This version has been tested on a variety of guests
successfully.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages.
2016 Jan 07
0
Re: error in virt-resize
Here is the output of the commands
root@avaproxp02:~# ldd /sbin/parted
linux-vdso.so.1 => (0x00007ffd151a1000)
libparted.so.0 => /lib/x86_64-linux-gnu/libparted.so.0 (0x00007f23ded20000)
libreadline.so.6 => /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007f23dead9000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f23de8af000)
libc.so.6 =>
2012 Feb 29
1
Whenjobs automating libguestfs development version test & build
Just a note that 'whenjobs'[1] is now automating libguestfs test and
build, along the development branch.
Simply tagging a new release in git will trigger a cycle of packaging,
test, build, updating the website, and performing a new build in
Fedora Rawhide.
At the moment I'm only doing the tests on Fedora, but I will extend it
later so it tests both individual commits and released