Displaying 20 results from an estimated 722 matches for "preallocating".
2015 Jun 02
2
preallocation=full Vs preallocation=metadata
Hi All
I was reading through this:
http://kashyapc.com/2011/12/02/little-more-disk-io-perf-improvement-with-fallocateing-a-qcow2-disk/
I was basically searching for pointers on improving disk I/O.
I wanted to know the purpose of preallocation=full &
preallocation=metadata , What is the difference between them ? and which
one would yield a better disk I/O speed ?
Appreciate your
2015 Aug 12
1
[PATCH 1/2] disk-create: Allow preallocation off/metadata/full.
...<sparse>.
+If format is C<raw>, then this can be either C<off> (or C<sparse>)
+or C<full> to create a sparse or fully allocated file respectively.
+The default is C<off>.
-If format is C<qcow2>, then this can be either C<off> or
-C<metadata>. Preallocating metadata can be faster when doing lots
-of writes, but uses more space. The default is C<off>.
+If format is C<qcow2>, then this can be C<off> (or C<sparse>),
+C<metadata> or C<full>. Preallocating metadata can be faster
+when doing lots of writes, but uses mor...
2015 Jun 03
0
Re: preallocation=full Vs preallocation=metadata
On Tue, Jun 02, 2015 at 09:14:03AM +0530, Jatin Davey wrote:
> Hi All
>
> I was reading through this:
>
> http://kashyapc.com/2011/12/02/little-more-disk-io-perf-improvement-with-fallocateing-a-qcow2-disk/
In my testing, the above method gives near-raw performance as it
preallocated all the space ahead of time.
The above test can now be done in a single command -- see option (3)
2016 Mar 08
1
unable to create preallocated image with gluster protocol
Hi All,
When I tried to create preallocated image with gluster , I am unable to
create one
The image gets created but not preallocated.
[root@ ]# qemu-img create -f qcow2 -o preallocation=full
gluster://host1.lab.eng.blr.redhat.com/rep3vol/vm3.img 3G
Formatting
'gluster://dhcp37-61.lab.eng.blr.redhat.com/rep3vol/newvm3.img',
fmt=qcow2 size=3221225472 encryption=off cluster_size=65536
2020 Jun 25
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
Bringing this back up for discussion on handling exceptions.
According to the inalloca design <https://llvm.org/docs/InAlloca.html>,
there should be a stackrestore after an invoke in both the non-exceptional
and exceptional case (that doesn't seem to be happening in some cases as
we've seen, but that's beside the point).
Does it make sense to model a preallocated call as
2019 Jan 15
2
preallocate working incorrectly in 3.1.3
I believe that the changes to support --preallocate and --sparse together
have broken --preallocate by itself (commit
f3873b3d88b61167b106e7b9227a20147f8f6197)
The previous behavior of --preallocate was to do just that: reserve blocks
in the filesystem WITHOUT setting the size of the file to the final
length. The reported filesize would change as the preallocated blocks were
actually written.
2016 May 17
2
Can I specify qcow2 preallocation method with virt-builder?
When creating qcow2 images using virt-builder, is there a way to specify
the qcow2 preallocation, as possible with qemu-img create -o
preallocation=metada , for example?
TIA,
Y.
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote:
> On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> > > On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote:
> > > > When creating qcow2 images using virt-builder, is there a way to
2008 Apr 09
1
preallocating matrices and rda read-back objects
I've read in Phil Spector's new book that it's a good idea to
preallocate a big matrix, like
u <- matrix(0,nrow,ncol) # (1)
Now, I read contents of a huge matrix from a Fortran binary dump.
u <- readBin(con,what="double",n=nrow*ncol) # (2)
If I do (1) and then (2), u is a vector, obviously it's either
reallocated or its matrix nature is lost -- overridden?
2016 May 17
2
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> On Tue, May 17, 2016 at 05:15:57PM +0300, Yaniv Kaul wrote:
> > When creating qcow2 images using virt-builder, is there a way to specify
> > the qcow2 preallocation, as possible with qemu-img create -o
> > preallocation=metada , for example?
>
> No .. but .. it does default to preallocation=metadata
2020 Apr 16
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
On Sat, Mar 28, 2020 at 2:20 PM Eli Friedman <efriedma at quicinc.com> wrote:
> This would specifically be for cases where we try to rewrite the
> signature? I would assume we should forbid rewriting the signature of a
> call with an operand bundle. And once some optimization drops the bundle
> and preallocated marking, to allow such rewriting, the signature doesn’t
> need
2008 Dec 05
2
Centos 5.2 on Vmware Server: Disk space not preallocated -> no disk found by installer
Hi folks
I am trying to install CentOS 5.2 in Vmware Server environment. In my
VM disk space is not preallocated for the virtual disk (dynamically).
The installer doesn't find the disk. When preallocating 6 GB there is
no problem.
See screenshot[0]
Any ideas?
kind regards
Sven
[0] http://bayimg.com/image/lamidaabe.jpg
2012 Feb 23
1
[Bug 8775] New: Preallocate option doesn't work with recursive?
https://bugzilla.samba.org/show_bug.cgi?id=8775
Summary: Preallocate option doesn't work with recursive?
Product: rsync
Version: 3.1.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: wgordonharris at
2008 Apr 03
1
combining --preallocate and --fuzzy
Greetings,
I would like to write a patch for rsync but need some help getting
started. Here is my situation. I am using cwrsync to copy files from
one Windows server to another Windows server. One file that I need
to backup is 130 GB. The daily changes occur all throughout the file,
not just at the end of the file. File names look like this:
Db_20080402_0003_DB.BAK
Db_20080403_0003_DB.BAK
2007 Nov 05
13
preallocate CPU usage - pre4
When I use the preallocate patch and create a 77GB file using the function I
get a CPU spike on the server-side. The spike lasts about 20 minutes and
uses about 20%-25% of the cpu associated with the rsync instance creating
the file. The spike is directly linked to the time it takes to create the
file.
I compiled rsync using cygwin CVS. I initially suspected the implementation
of
2016 May 17
0
Re: Can I specify qcow2 preallocation method with virt-builder?
On Tue, May 17, 2016 at 6:01 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Tue, May 17, 2016 at 05:53:31PM +0300, Yaniv Kaul wrote:
> > On Tue, May 17, 2016 at 5:48 PM, Richard W.M. Jones <rjones@redhat.com>
> > wrote:
> >
> > > On Tue, May 17, 2016 at 03:41:53PM +0100, Richard W.M. Jones wrote:
> > > > On Tue, May 17, 2016 at
2015 Nov 03
0
Thoughts on virt-builder --output-alloc sparse|preallocated
...v/sdX
then the planner stage would actually fail because it couldn't find a
satisfactory plan. (Even worse because `--output-alloc sparse' is the
default!)
So then I tried to add `--output-alloc prefer-sparse' as the default.
The problem with that is the planner could choose to use a
preallocating transition (eg. "cp --sparse=never" or
"qemu-img ... -o preallocation=full"), when ideally we'd always want
it to choose sparseness if possible. It may be possible to use the
planner weights to avoid this, but I'm not convinced the way we handle
weights is very robust (...
2010 Oct 20
1
minimize mbox mdbox fragmentation
Hi Timo,
Any chance the mbox/mdbox writer code could be modified to do physical
preallocation on files to help avoid file(system) fragmentation?
Constantly appending a file is the prime recipe for causing
fragmentation, and mbox is notorious for this--not a fault of Dovecot
but the nature of the mbox beast. Obviously maildir doesn't have such a
problem, but some (many?) of us still prefer
2020 Jan 26
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
Hello all,
A few years ago, I added the inalloca feature to LLVM IR so that Clang
could be C++ ABI compatible with MSVC on 32-bit x86. The feature works, but
there is room for improvement. I recently took the time to write up a
design using token values that will hopefully be better named and easier to
work with and around.
For the technical details of the proposal, I've written up the RFC
2020 Sep 01
2
[PATCH v2v] v2v: Allow output to block devices (RHBZ#1868690).
We previously implicitly supported writing to block devices instead of
local files, but there were several problems:
* Block devices could be deleted, especially if virt-v2v failed during
a conversion.
* Block devices could be overwritten by a file with the same name,
although I believe this is just an observed consequence of the
previous point, or at least I was not able to reproduce this