similar to: [PATCH] availability: Add a test for this call.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] availability: Add a test for this call."

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:
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
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
2009 Sep 14
1
[PATCH] Don't enable trace in set_trace test.
-- Richard Jones, Emerging Technologies, Red Hat http://et.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 -------------- next part -------------- >From 4a3d4323745a4222adf4377d62c0c66a1b80d0fc Mon Sep 17 00:00:00 2001 From: Richard Jones
2011 Jan 28
2
[PATCH] Add a prefix to output when tracing (RHBZ#673479).
-- 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 -------------- next part -------------- >From 21d41177fd8bc429f514227903329bc18bc33a64 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2010 Jun 10
1
[PATCH] perl: Add explicit close() method (RHBZ#602592).
-- 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 -------------- next part -------------- >From 1443145b0302189fc7964562d39b7c422fc60ff9 Mon Sep 17 00:00:00 2001 From: Richard Jones
2011 Mar 15
0
[PATCH] perl: Binding and test for guestfs_last_errno (RHBZ#672491).
-- 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 -------------- next part -------------- >From 883390fb2e8cdaf81223eb41c87f245571e3d63d Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2010 Jul 11
1
[PATCH] edit: Add -e 'expr' option to non-interactively apply expression to the file.
-- 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 -------------- next part -------------- >From 9e193fd6b94f40b2204cb94e4f08c404b52eecd4 Mon Sep 17 00:00:00 2001 From: Richard Jones
2010 Jul 22
1
[PATCH] Revert "add_drive_ro adds readonly=on option if available." (RHBZ#617200).
-- 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 -------------- next part -------------- >From 004c0345d6fd9f141978f5163e053a67dba31cd0 Mon Sep 17 00:00:00 2001 From: Richard Jones
2019 Sep 19
0
Re: [PATCH nbdkit v3 3/3] retry: Add a test of this filter.
On Thu, Sep 19, 2019 at 11:12:23AM -0500, Eric Blake wrote: > > + open) > > + # Count how many times the connection is (re-)opened. > > + i=`cat retry-reopen-fail-open-count` > > $() is nicer than ``, but even better is just: > > read i retry-reopen-fail-open-count Did you mean: read i < retry-reopen-fail-open-count Unfortunately it fails when
2009 Nov 18
0
Fwd: Re: [PATCH] Add missing dependencies for targets of generator.ml
[Didn't CC this correctly ...] As discussed on IRC I've reverted that original commit. See: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=44097b509c8fa665f8391e393025599a026cddac This is now working OK for me, but please test it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines.
2010 Jul 11
0
[PATCH] edit: Add -b (backup) option and make uploading more robust.
-- 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 -------------- next part -------------- >From fed8714b92b57da1a593f74b52635fd267442d5b Mon Sep 17 00:00:00 2001 From: Richard Jones
2012 May 28
0
NTFS(-3g) large alternate data streams
(I meant to copy this message to the mailing list) On Mon, May 28, 2012 at 05:49:36PM +0100, Richard W.M. Jones wrote: > > This file has an approx 48 MB ADS: > > ><fs> ll /Temp/ > total 13 > drwxrwxrwx 1 root root 0 May 28 17:28 . > drwxrwxrwx 1 root root 4096 Nov 1 2011 .. > -rwxrwxrwx 1 root root 13 Oct 5 2011 ADS_test.txt >
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
2010 Jul 16
2
[PATCH 0/2] Improve the performance of virt-df
Currently virt-df launches the appliance once for each guest. With these two patches the number of times the appliance launches is reduced to once every 26 block devices. In theory we could do better by adding support for disk hot-add (supported by qemu but not via libguestfs at the moment). However this patch is still an improvement on the current situation. Rich. -- Richard Jones,
2015 Nov 03
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
On Tue, Nov 03, 2015 at 03:03:21PM +0530, Chengappa Changz wrote: > Hello Rich, > Greetings! > > It was great connecting with you and, I would like to thank you for your > time and being patient on answering all our queries. > > However, referring to the link -> > http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works we have a > ambiguity -> i.e. under the
2009 Aug 10
2
/config.status
If you just git clone, ./autogen.sh, make, then the first time you get this error: Making all in po make[2]: Entering directory `/home/rjones/d/libguestfs/po' make[2]: *** No rule to make target `/config.status', needed by `Makefile'. Stop. make[2]: Leaving directory `/home/rjones/d/libguestfs/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
2009 Nov 20
1
[PATCH] daemon/Win32: Use gnulib modules for first porting to Win32.
Quite a victory for Gnulib here. I was able to port a large part of the daemon just by adding some modules and fixing a few headers. The remaining issues which are *not* fixed are: * No chroot on Windows. * No sync(2) call. * No posix_fallocate call. * No futimes call. * No pread call. * No custom printf format specifiers. * Quite a few problems in guestfsd.c, eg. code to run external
2010 Dec 19
1
Defrag guest fs
On Sun, Dec 19, 2010 at 12:12:58PM +0100, Olivier Hault wrote: > For a while, I wonder if it would be possible to defrag guest fs > from the host. I can see two flavors a) offline defrag, b) online > defrag of the guest fs > > I there already solutions of works in progress to support those > operations ? We don't support this right now. However it is certainly something we
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