search for: head3

Displaying 20 results from an estimated 110 matches for "head3".

Did you mean: head
2010 Mar 31
1
[PATCH] Documentation: Update virt-v2v pod for RHEV export and IDE default
...es); - # Only work on single-root operating systems. my $root_dev; my @roots = keys %$oses; @@ -522,17 +524,6 @@ local Xen guests are currently supported. These steps are not required for conversions from ESX, and will not be required for remote Xen guests when we support that. -=head3 Backup the guest - -If converting a local guest using the libvirtxml input method, the guest will be -converted in place: it will make changes to a guest directly without creating a -backup. It is recommended that virt-v2v be run against a copy. - -The L<v2v-snapshot(1)> tool can be used to c...
2017 Apr 10
3
[PATCH] builder: various improvements to the documentation
...are Linux), and if libguestfs supports network connections, then you can use I<--install> to install packages like this: - virt-builder fedora-20 --install inkscape + virt-builder fedora-25 --install inkscape This uses the guest’s package manager and the host’s network connection. =head3 Updating packages at build time -To update the core set of packages in the template at build time: +To update the installed packages in the template at build time: - virt-builder fedora-20 --update + virt-builder fedora-25 --update Most of the templates that ship with virt-builder come with...
2012 Sep 13
3
[ANNOUNCE] Final release candidate for Xen 4.2.0
Folks, A final RC has been tagged in the xen-4.2 branch: http://xenbits.xen.org/hg/staging/xen-4.2-testing.hg (tag ''4.2.0-rc5'') We plan to call the 4.2.0 release on Monday, with no further modifications. So please test this "GA preview"! -- Keir
2018 Nov 01
1
[PATCH UNFINISHED] v2v: Split up huge manual page into smaller pages.
This patch is incomplete, but early feedback would be welcome. Rich.
2019 Apr 17
1
[PATCH] v2v: Implement SSH password authentication for Xen and VMX over SSH.
This isn't quite the full thing. I think that Pino is also working on replacing the ssh and scp commands in the v2v/input_vmx.ml file with libssh. Without those changes, -i vmx will still issue raw ssh and scp commands, which will use ssh-agent (or keyboard-interactive). The Xen input method doesn't use raw ssh and scp commands, so that one is OK. Rich.
2019 Nov 28
1
[v2v PATCH v2] v2v: require 100 available inodes on each filesystem
...iff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod index 6d677a45..1c884616 100644 --- a/docs/virt-v2v.pod +++ b/docs/virt-v2v.pod @@ -1353,6 +1353,9 @@ Minimum free space: 10 MB =back +In addition to the actual free space, each filesystem is required to +have at least 100 available inodes. + =head3 Minimum free space check in the host You must have sufficient free space in the host directory used to diff --git a/v2v/v2v.ml b/v2v/v2v.ml index f9d81460..dc1dedd7 100644 --- a/v2v/v2v.ml +++ b/v2v/v2v.ml @@ -375,6 +375,8 @@ and print_mpstat chan { mp_dev = dev; mp_path = path; (* Conversion c...
2020 Sep 26
2
[PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
Fixes bugs with JSON output in the previous patch, and adds some tests. Rich.
2018 Nov 02
2
[PATCH v2 0/2] v2v: Split up huge manual page into smaller pages.
Previously posted: https://www.redhat.com/archives/libguestfs/2018-November/msg00000.html https://www.redhat.com/archives/libguestfs/2018-November/msg00001.html This completes the split and rewrite of the virt-v2v manual to make it much simpler to understand and digest. Rich.
2019 Mar 27
2
Re: [PATCH nbdkit v4 01/15] server: Implement extents/can_extents calls for plugins and filters.
...ee L</Extents list> below. [1] > + > +If there is an error, C<.extents> should call C<nbdkit_error> with an > +error message, and C<nbdkit_set_error> to record an appropriate error > +(unless C<errno> is sufficient), then return C<-1>. > + > +=head3 Extents list > + > +The plugin C<extents> callback is passed an opaque pointer C<struct > +nbdkit_extents *extents>. This structure represents a list of > +L<filesystem extents|https://en.wikipedia.org/wiki/Extent_(file_systems)> > +describing which areas of the di...
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...work name>] \ + <domain> where: @@ -571,9 +580,10 @@ converted. =back -See L<virt-v2v.conf(5)> for a details of virt-v2v.conf. +The I<--network> option may be provided for simple network mappings. For more +complex mappings, see L<virt-v2v.conf(5)>. -=head3 Authenticating to the ESX server +=head2 Authenticating to the ESX server Connecting to the ESX server will require authentication. virt-v2v supports password authentication when connecting to ESX. It reads passwords from @@ -584,7 +594,7 @@ entry is: B<N.B.> The permissions of .netrc...
2023 Jan 31
1
[PATCH libnbd v2 3/4] generator: Add APIs to get/set the socket activation socket name
.../API.ml b/generator/API.ml > index 25a612a2e8..08fc80960b 100644 > --- a/generator/API.ml > +++ b/generator/API.ml > @@ -2036,15 +2036,62 @@ "connect_systemd_socket_activation", { > > When the NBD handle is closed the server subprocess > is killed. > + > +=head3 Socket name > + > +The socket activation protocol lets you optionally give > +the socket a name. If used, the name is passed to the > +NBD server using the C<LISTEN_FDNAMES> environment > +variable. To provide a socket name, call > +L<nbd_set_socket_activation_name(3)&g...
2020 Sep 26
1
[PATCH nbdinfo proposal] info: Add a --map option for displaying allocation metadata
This is a rough-and-ready implementation of nbdinfo --map option, to display the allocation and other metadata of NBD exports. I only tested it lightly against nbdkit. It needs at least some tests. Command like these should work: nbdinfo --map nbd://localhost nbdinfo --map=qemu:dirty-bitmap nbd://localhost Rich.
2023 Jan 30
2
[PATCH libnbd v2 3/4] generator: Add APIs to get/set the socket activation socket name
...ed, 106 insertions(+) diff --git a/generator/API.ml b/generator/API.ml index 25a612a2e8..08fc80960b 100644 --- a/generator/API.ml +++ b/generator/API.ml @@ -2036,15 +2036,62 @@ "connect_systemd_socket_activation", { When the NBD handle is closed the server subprocess is killed. + +=head3 Socket name + +The socket activation protocol lets you optionally give +the socket a name. If used, the name is passed to the +NBD server using the C<LISTEN_FDNAMES> environment +variable. To provide a socket name, call +L<nbd_set_socket_activation_name(3)> before calling +the connect...
2020 Oct 01
1
Re: [PATCH nbdinfo v2] info: Add a --map option for displaying allocation metadata.
...NBD servers and exports > > nbdinfo --size nbd://example.com > > + nbdinfo --map nbd://example.com > + > nbdinfo --json nbd://example.com > > nbdinfo --list nbd://example.com > @@ -84,6 +86,32 @@ the I<--json> parameter: > ] > } > > +=head3 Map > + > +To show a map which areas of the disk are allocated and sparse, use > +the I<--map> option: > + > + $ nbdinfo --map nbd://localhost/ > + 0 1048576 0 allocated > + 1048576 1048576 3 hole,zero > + > +The fields are: start size type description....
2014 Jan 10
3
[PATCH 0/3] Timezone and keyboard layout settings in virt-builder and virt-sysprep.
Setting timezone is easy. It turns out to be almost impossible to set keyboard layout in virt-builder sanely, so I have added some examples instead. Coming up next, setting languages in virt-builder (clue: very very very hard). Rich.
2023 Mar 23
1
[libnbd PATCH v3 18/19] generator: Add APIs to get/set the socket activation socket name
...le, 2 = require */ diff --git a/generator/API.ml b/generator/API.ml index 91e57a4c7c4f..24f97e647d2c 100644 --- a/generator/API.ml +++ b/generator/API.ml @@ -2036,15 +2036,62 @@ "connect_systemd_socket_activation", { When the NBD handle is closed the server subprocess is killed. + +=head3 Socket name + +The socket activation protocol lets you optionally give +the socket a name. If used, the name is passed to the +NBD server using the C<LISTEN_FDNAMES> environment +variable. To provide a socket name, call +L<nbd_set_socket_activation_name(3)> before calling +the connect...
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
...ield specifies a list of aliases, separated by spaces, +for the image. For example, an alias could be used to always point +to the latest version of a certain image, leaving the old versions +available in the index instead of updating the same image (see the +C<revision> field). + =back =head3 Running virt-builder against multiple sources -- 1.9.3
2013 Feb 18
4
[PATCH for discussion only 0/3] Implement mutexes to limit number of concurrent instances of libguestfs.
These three patches (for discussion only, NOT to be applied) implement a mutex system that lets the user limit the number of libguestfs instances that can be launched per host. There are two uses that I have identified for this: firstly so we can enable parallel-tests (the default in automake >= 1.13) without blowing up the host. Secondly oVirt has raised concerns about how to limit the
2013 Aug 27
3
[PATCH v4] libxl: Spice vdagent support for upstream qemu
...nt +tasks. Its features includes: client mouse mode (no need to grab mouse +by client, no mouse lag), automatic adjustment of screen resolution, +copy and paste (text and image) between client and domU. It also +requires vdagent service installed on domU o.s. to work. The default is 0. + =back =head3 Miscellaneous Emulated Hardware diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c index 0c32d0b..62b283f 100644 --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -272,6 +272,7 @@ int libxl__domain_build_info_setdefault(libxl__gc *gc, libxl_defbool_...
2020 Apr 06
0
[PATCH virt-v2v v2 1/2] docs: Large files are placed in LIBGUESTFS_CACHEDIR (not TMPDIR).
...ed to the wrong environment variable. --- docs/virt-v2v.pod | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod index ed95fdc8e..3f8cc6564 100644 --- a/docs/virt-v2v.pod +++ b/docs/virt-v2v.pod @@ -1206,8 +1206,9 @@ possible. =head3 Disk space -Virt-v2v places potentially large temporary files in C<$TMPDIR> (which -is F</var/tmp> if you don't set it). Using tmpfs is a bad idea. +Virt-v2v places potentially large temporary files in +C<$LIBGUESTFS_CACHEDIR> (which is F</var/tmp> if you don't se...