diff options
author | Pádraig Brady <pbrady@redhat.com> | 2013-02-15 18:33:19 +0000 |
---|---|---|
committer | Pádraig Brady <pbrady@redhat.com> | 2013-02-20 03:45:53 +0000 |
commit | 24f6c62ad776dc0fc85ce29eb34e7e0a1f270d07 (patch) | |
tree | 70269a34635d936d92ff115911181cefafc4bbc5 /nova/exception.py | |
parent | 4e54c59b8888a2c5a8ab41c213d3bff2faba5570 (diff) | |
download | nova-24f6c62ad776dc0fc85ce29eb34e7e0a1f270d07.tar.gz nova-24f6c62ad776dc0fc85ce29eb34e7e0a1f270d07.tar.xz nova-24f6c62ad776dc0fc85ce29eb34e7e0a1f270d07.zip |
support preallocated VM images
Use fallocate where available to allocate file system blocks efficiently
when the VM is initially provisioned. This will give immediate feedback
if enough space isn't available. Also it may significantly improve
performance on writes to new blocks, and may even improve I/O
performance to prewritten blocks due to reduced fragmentation.
Also noted is the potential to subsume the less general
libvirt_sparse_logical_volumes option into the new more general
preallocate_images option.
Implements bp: preallocated-images
Change-Id: I4bbb8616416c9dca3a3a8894ebf764a0b6b8dbc9
Diffstat (limited to 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions