Displaying 20 results from an estimated 100000 matches similar to: "Re: [PATCH v3 0/2] error accessing harddrive partitions"
2017 Sep 14
0
Re: [PATCH v3 0/6] launch: direct: Disable qemu locking when opening drives readonly.
On Thu, Sep 14, 2017 at 04:15:10PM +0300, Roman Kagan wrote:
> What ABI is broken by this?
It's used all over, major tools like virt-tail simply assume that it
works this way.
I'm not disputing that locking in QEMU is valuable, and we can
certainly add a flag to obey locking when readonly=true.
> In fact it was the amount of reports of weird misbehavior of all sorts
> that made
2015 Feb 11
1
Re: [PATCH v3 2/2] New API: btfs_scrub_status
On Wed, Feb 11, 2015 at 06:41:20PM +0800, Chen Hanxiao wrote:
> + /* Output of `btrfs scrub -R status' is like:
> + *
> + * scrub status for 346121d1-1847-40f8-9b7b-2bf3d539c68f
> + * scrub started at Mon Feb 2 17:39:38 2015, running for 93 seconds
> + * data_extents_scrubbed: 136670
> + * tree_extents_scrubbed: 30023
> + *
2016 Apr 14
3
Re: [PATCH v3 libguestfs] launch: Implement a safer getumask.
On Thu, Apr 14, 2016 at 08:04:39AM -0600, Eric Blake wrote:
> On 04/14/2016 07:57 AM, Richard W.M. Jones wrote:
> > On Thu, Apr 14, 2016 at 07:38:23AM -0600, Eric Blake wrote:
> >>> + /* Read the umask. */
> >>> + if (read (fd[0], &mask, sizeof mask) != sizeof mask) {
> >>> + perrorf (g, "read");
> >>> + close (fd[0]);
2015 Jul 10
0
Re: [PATCH rebase v4 00/11] virt-resize: add support for resizing MBR logical partitions
On Fri, Jul 10, 2015 at 06:01:48AM +0000, Chen, Hanxiao wrote:
> Do we have a plan for reviewing this series?
I'm on holiday at the moment.
I looked at it briefly, but I still can't see this going upstream.
We need better tests to make sure we don't break things, and I
have no had time to add that.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2017 Feb 14
2
Re: [PATCH v3 04/10] lib/osinfo.c: Extract xml processing into a callback
On Fri, Feb 10, 2017 at 04:05:59PM +0100, Cédric Bosdonnat wrote:
> In order to further reuse the osinfo database parsing in OCAML, this
> commit extracts the XML processing for the distro ISOs and places it
> into a newly created callback.
>
> This will later help other code to traverse the osinfo DB files and
> let them extract what they need from them.
> diff --git
2016 Mar 23
0
Re: [PATCH v3 05/11] conn: Pretend to be a serial terminal, so sgabios doesn't hang.
On Wed, Mar 23, 2016 at 10:39:43AM +0100, Pino Toscano wrote:
> If I read this correctly, the newly added memmem would be executed for
> every read data from the daemon socket:
> read_data -> handle_log_message -> memmem
I think only from the console socket (not the daemon socket, and hence
not download APIs). However I will see if it's possible to limit this
to the accept
2016 Jul 07
0
Re: [PATCH v3 4/8] mllib: Add some imperative list manipulation functions.
On Thu, Jul 07, 2016 at 07:00:46PM +0200, Pino Toscano wrote:
> On Thursday 07 July 2016 17:30:03 Richard W.M. Jones wrote:
> > This adds imperative list manipulation functions inspired by Perl.
> > The functions are passed list refs which get updated in place.
> >
> > This allows us to replace some awkward pure functional code like:
> >
> > let xs = ys
2016 Dec 07
0
Re: [PATCH v3] v2v: -o vdsm: Add --vdsm-compat flag. -o rhev: Drop support for RHV < 4.1 (RHBZ#1400205).
On Wed, Dec 07, 2016 at 03:34:58PM +0100, Pino Toscano wrote:
> On Wednesday, 7 December 2016 10:02:49 CET Richard W.M. Jones wrote:
> > Support for RHEV with RHEL 6 nodes required us to output the old style
> > qcow2 compat=0.10 images. Since RHEV 3.6 GA, RHEL 6 has not been
> > supported as a RHEV node type. Since RHV 4.1, compat=1.1 is
> > supported. (Support for
2017 Aug 18
0
Re: [PATCH] builder: templates: debian: use single-partition layout
On Tue, Aug 15, 2017 at 12:06:09AM +0200, Florian Klink wrote:
> The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB
> volume. Also, we don't really need the boot partition, so just create a
> partition using the whole disk space.
> ---
> builder/templates/debian.preseed | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
2018 Nov 07
0
Re: [PATCH v3 3/3] v2v: linux: install QEMU-GA (RHBZ#1619665)
On Wed, 7 Nov 2018 15:46:49 +0000
"Richard W.M. Jones" <rjones@redhat.com> wrote:
> On Wed, Nov 07, 2018 at 12:53:20PM +0100, Tomáš Golembiovský wrote:
> > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
> > ---
> > v2v/convert_linux.ml | 2 ++
> > v2v/windows_virtio.ml | 30 ++++++++++++++++++++++++++++++
> >
2018 Mar 20
3
Re: [nbdkit PATCH v3 15/15] RFC: plugins: Add back-compat for new plugin with old nbdkit
On Thu, Mar 08, 2018 at 05:03:11PM -0600, Eric Blake wrote:
> If we bump NBDKIT_API_VERSION, we have forcefully made older
> nbdkit reject all plugins that opt to the newer API:
>
> $ nbdkit ./plugins/nbd/.libs/nbdkit-nbd-plugin.so --dump-plugin
> nbdkit: ./plugins/nbd/.libs/nbdkit-nbd-plugin.so: plugin is incompatible with this version of nbdkit (_api_version = 2)
>
> But
2016 Jan 19
1
Re: [PATCH libguestfs v3] lib: Handle slow USB devices more gracefully.
On Tue, Jan 19, 2016 at 05:00:27PM +0000, Daniel P. Berrange wrote:
> On Tue, Jan 19, 2016 at 04:18:46PM +0000, Richard W.M. Jones wrote:
> > Libvirt has a fixed 15 second timeout for qemu to exit. If qemu is
> > writing to a slow USB key, it can hang (in D state) for much longer
> > than this - many minutes usually.
> >
> > The solution is to check specifically
2018 Nov 06
1
Plan for nbdkit 1.8
I would really like to release a new stable nbdkit (1.8) soon.
The reasons are not only because of the many great new features (which
I summarise below) but also a few practical reasons:
- Dropping mandatory [key=].. (ie. "magic config key") for many plugin
parameters makes nbdkit much easier to use and easier to describe to
potential users.
- Demonstrated utility of log filter
2018 Jan 23
0
Re: [RFC PATCH v1 3/3] daemon: list-filesystems: Don't list partitioned md devices
2018-01-23 12:16 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>:
> On Tue, Jan 23, 2018 at 12:44:13AM +0200, Mykola Ivanets wrote:
>> Filter partitioned md devices out the same way as partitioned physical devices are filtered out
>> ---
>> daemon/listfs.ml | 22 +++++++++-------------
>> 1 file changed, 9 insertions(+), 13 deletions(-)
>>
>> diff
2019 Dec 04
1
Re: [PATCH nbdkit v2 3/3] filters: stats: Add flush stats
On Wed, Dec 04, 2019 at 01:45:54AM +0200, Nir Soffer wrote:
> On Mon, Dec 2, 2019 at 12:28 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> >
> >
> > I have pushed some parts of these patches in order to reduce the delta
> > between your patches and upstream. However still some problems with
> > the series:
> >
> > Patch 1: Same problem with
2015 May 28
1
Re: [PATCH v2 03/11] resize: updated find_partition to support logical partition
On Wed, May 20, 2015 at 06:51:29AM -0400, Chen Hanxiao wrote:
> As we splited the original partitions list to
> partitions and logical_partitions.
>
> Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
> ---
> resize/resize.ml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/resize/resize.ml b/resize/resize.ml
> index d7a8ce1..92f7304 100644
2014 Sep 19
1
Re: [PATCH v2 08/13] resize: add function mbr_part_type
On Fri, Sep 19, 2014 at 03:39:10PM +0800, Hu Tao wrote:
> Function mbr_part_type returns one of "primary", "extended" and
> "logical". The type is used by parted when adding partitions.
>
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
> resize/resize.ml | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
>
2016 Nov 22
0
[jmracek@redhat.com: DNF-2-0 - release candidate]
----- Forwarded message from Jaroslav Mracek <jmracek@redhat.com> -----
Date: Tue, 22 Nov 2016 16:17:11 +0100
From: Jaroslav Mracek <jmracek@redhat.com>
To: bcl@redhat.com, dcantrell@redhat.com, "Lumens, Christopher"
<clumens@redhat.com>, pjones@redhat.com, sbueno@redhat.com,
christos.triantafyllidis@gmail.com, kevin@tigcc.ticalc.org,
clime@redhat.com,
2015 Oct 20
0
Re: [PATCHv4 0/2] Introduce vfs_minimum_size API to get minimum filesystem size.
On Tue, Oct 20, 2015 at 06:45:54PM +0300, Maxim Perevedentsev wrote:
> Tried to make it in accordance with your comments.
>
> Difference to v1:
> Added reply_with_error where necessary.
> Changed name get_min_size -> vfs_min_size.
>
> Difference to v2:
> Changed name to vfs_minimum_size.
> Changed parsing to xstrtol + STR* macros where possible.
>
>
2016 Jun 10
0
Re: [PATCH 1/2] v2v: fill the list of the EFI system partitions
On Fri, Jun 10, 2016 at 05:07:02PM +0300, Pavel Butsykin wrote:
> Store the list of EFI system partitions on the inspect object in order to be
> able to tune their contents later in the process.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> v2v/convert_linux.ml | 2 +-
> v2v/inspect_source.ml | 29 +++++++++++++++++++++--------
>