Added option to disable SQLite db preallocation

Added option to disable SQLite db preallocation. This can be very
useful on pure ssd account/container servers where the extra space is
worth more than the lesser fragmentation.
Change-Id: I8fbb028a9b6143775b25b343e97896497a8b63a9
This commit is contained in:
gholt
2012年03月28日 21:40:48 +00:00
parent 156f27c921
commit 0becfab629

View File

@@ -425,6 +425,10 @@ bind_ip 0.0.0.0 IP Address for server to bind to
bind_port 6002 Port for server to bind to
workers 1 Number of workers to fork
user swift User to run as
db_preallocation on Normally Swift will try to preallocate disk
space for new SQLite databases to decrease
fragmentation (at the cost of disk usage). You
may turn this feature off here.
================== ========== =============================================
[account-server]
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.