similar to: [PATCH] availability: Document how to check for single API calls

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] availability: Document how to check for single API calls"

2009 Oct 19
4
[PATCH 1/3] Add guestfs_find0 API call which doesn't have limits
The current guestfs_find API call contains an undocumented limit: It needs to marshall the whole list of filenames into a single protocol message. Unfortunately just about any Linux guest breaks this limit if you try 'guestfs_find ("/")' so this isn't much use. These patches add a new API call (find0) which breaks this limit by using a FileOut parameter. It's slightly
2010 Sep 26
2
[PATCH 0/2] Add pwrite-device API call
These two very simple patches add a pwrite-device API call. I have been conservative and not yet added the equivalent pread-device call, although that could be added in future. The motivation for this is in virt-resize: We need a way to zap the partition table cleanly[1], and obviously parted isn't working out for us[2]. Using this call we can zap MBR and GPT partition tables by overwriting
2010 Mar 22
1
[RFC] Unify KVM kernel-space and user-space code into a single project
On Mon, Mar 22, 2010 at 02:56:47PM +0100, Ingo Molnar wrote: > Just curious: any plans to extend this to include live read/write access as > well? > > I.e. to have the 'agent' (guestfsd) running universally, so that > tools such as perf and by users could rely on the VFS integration as > well, not just disaster recovery tools? Totally. That's not to say there is a
2012 Oct 13
2
Proposed libguestfs API for implementing libvirt virConnectOpenAuth
As in the example code below. static void do_auth (guestfs_h *g, void *opaque, uint64_t event, int event_handle, int flags, const char *buf, size_t buf_len, const uint64_t *array, size_t array_len) { char **creds; size_t i; char *prompt; char *reply; size_t replylen; // buf will be the libvirt URI. It is always \0-terminated so
2009 Nov 18
1
[PATCH] generator: Fix API of functions that return RBufferOut
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ -------------- next part -------------- >From f5a3da14837fe65eab1df41df33f2bafeddcd9ce Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at
2009 Jul 10
0
[ANNOUNCE] Version 1.0.57 released
I just pushed a new release of libguestfs 1.0.57. Home page: http://libguestfs.org/ Downloads: http://libguestfs.org/download/ Git repo: http://git.et.redhat.com/?p=libguestfs.git;a=summary New features: - virt-df, like 'df' for virtual machines: # virt-df -h Filesystem Size Used Available Use% Ubuntu904x64:/dev/sda1 9.4G
2009 Nov 24
0
[PATCH] availability: Add a test for this call.
-- 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 8b726aa8d09bf4abf41b5d1e1a00892bb8ab94a9 Mon Sep 17 00:00:00 2001 From: Richard Jones
2014 Oct 14
0
Re: Virt-v2v conversion issue
Rich, The conversion did'nt finish, and I don't have any core dump. The qemu-img seems to hang, but doesn't crash... Alain Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : libguestfs-bounces@redhat.com
2011 May 17
0
[PATCH] appliance: Use qemu -machine option where available (RHBZ#700369).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ -------------- next part -------------- >From dd76a0a3dd4904c9c031bd85000fc571157305f9 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones
2012 Jun 28
0
ANNOUNCE: libguestfs 1.19 (development version) is available in EPEL 5
EPEL ("Extra Packages for Enterprise Linux") is an additional repository you can use to add packages to RHEL and derivatives. Modern libguestfs (1.19.xx) is now available in EPEL 5 updates-testing: http://koji.fedoraproject.org/koji/buildinfo?buildID=327975 https://admin.fedoraproject.org/updates/libguestfs-1.19.13-4.el5 It is VERY important that you read the release notes BEFORE
2009 Jul 18
0
Re: libguestfs 1.0.61 packages
On Sat, Jul 18, 2009 at 01:24:20PM +0200, Guido G?nther wrote: > Hi, > I've updated the libguestfs packages to the latest upstream releae > 1.0.61: > > deb http://pkg-libvirt.alioth.debian.org/packages unstable/i386/ > deb http://pkg-libvirt.alioth.debian.org/packages unstable/all/ > > Most notably this contains the new commands virt-df and virt-cat and we > now
2014 Oct 14
2
Re: Virt-v2v conversion issue
The version libguestfs-winsupport installed is well 7.1-3.el7 and the qemu-kvm-rhev is 2.1.2-2.el7 In fact the qemu-img convert hangs. Alain Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones
2009 Jul 13
0
[PATCH] Fix: virt-inspector takes ages to run on RHEL 3 guests
Currently virt-inspector takes ages to run on RHEL 3 guests. I tracked this down to processing the old-style initrd images in these guests. These initrd images are compressed ext2 filesystems. 'cpio' tries to parse them as cpio files, and takes a very long time to fail (and spews out a lot of errors in the process). These two patches fix the problem: Firstly we introduce a new command
2019 Nov 23
0
Re: Shebang sh plugins (was: Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.)
On Sat, Nov 23, 2019 at 01:58:02AM +0200, Nir Soffer wrote: > On Fri, Nov 22, 2019 at 11:07 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > On Fri, Nov 22, 2019 at 02:55:31PM -0600, Eric Blake wrote: > > > Unrelated side topic: in your recent addition of eval.sh, you > > > wondered if we should promote it to a full-blown plugin rather than > >
2009 Aug 12
1
[PATCH] Add 'setcon', 'getcon' commands to set and get the SELinux context
These commands let you set and get the SELinux context of the daemon and all operations in the API and processes run from the daemon: $ ./fish/guestfish --ro -a /dev/mapper/vg_trick-F11x64 \ selinux 1 : \ run : \ mount /dev/vg_f11x64/lv_root / : \ sh "/usr/sbin/load_policy" : \ getcon : \ setcon "system_u:system_r:unconfined_t:s0" : \ getcon
2014 Oct 09
0
Re: Virt-v2v conversion issue
Hi Richard, Did you upload it ? Alain Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé : jeudi 9 octobre 2014 10:01 À : VONDRA Alain Cc : libguestfs@redhat.com
2010 Mar 22
3
[PATCH 0/3] Three final patches which fix build issues on Mac OS X
With these I'm able to get all the way to the end of the build on OS X 10.5. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/
2010 Oct 28
2
[PATCH 0/2] Use guestfs_list_filesystems in all possible places.
This is a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=642933 We had a lot of code before which used ad-hoc ways to list out all mountable filesystems in a guest. We now have a core inspection API (guestfs_list_filesystems) which does the same thing. These patches remove the last remaining use of the old way, in favour of using the core API. Rich. -- Richard Jones, Virtualization
2010 May 21
4
[PATCH 0/4] Allow shrinking of ext2, PVs and NTFS
This patch series allows you to shrink various objects, as requested in the following bugs: https://bugzilla.redhat.com/show_bug.cgi?id=585221 # resize2fs https://bugzilla.redhat.com/show_bug.cgi?id=585222 # pvresize https://bugzilla.redhat.com/show_bug.cgi?id=585223 # ntfsresize The first patch provides a consistent way to specify numbers with suffixes to guestfish, eg: truncate-size /foo
2014 Oct 14
3
Re: Virt-v2v conversion issue
I am waiting the process hangs, now the conversion is still running... Alain Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé : mardi 14 octobre 2014 11:09 À :