[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/7] block: Preallocated truncation for gluster
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH 0/7] block: Preallocated truncation for gluster and sheepdog |
Date: |
Tue, 13 Feb 2018 16:19:47 +0100 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
Am 13.02.2018 um 14:03 hat Max Reitz geschrieben:
> As far as I can see, these are the only protocols beside file-posix that
> support preallocated creation. In contrast to file-posix, however, they
> have not supported preallocated truncation so far. This series brings
> their truncation code to feature parity with their creation code in this
> regard.
>
> Note that I do not have a test setup for either of the two drivers, so I
> do not actually know whether this works. Anyone with a setup is more
> than welcome to test this series.
Thanks, applied to the block branch.
We'll see if someone screams once this hits master.
Kevin
- [Qemu-devel] [PATCH 2/7] gluster: Pull truncation from qemu_gluster_create, (continued)
- [Qemu-devel] [PATCH 2/7] gluster: Pull truncation from qemu_gluster_create, Max Reitz, 2018/02/13
- [Qemu-devel] [PATCH 7/7] sheepdog: Allow fully preallocated truncation, Max Reitz, 2018/02/13
- [Qemu-devel] [PATCH 3/7] gluster: Query current size in do_truncate(), Max Reitz, 2018/02/13
- [Qemu-devel] [PATCH 5/7] sheepdog: Make sd_prealloc() take a BDS, Max Reitz, 2018/02/13
- [Qemu-devel] [PATCH 6/7] sheepdog: Pass old and new size to sd_prealloc(), Max Reitz, 2018/02/13
- Re: [Qemu-devel] [PATCH 0/7] block: Preallocated truncation for gluster and sheepdog,
Kevin Wolf <=