Merge "Document use-case for slow option"
This commit is contained in:
commit
e3f3b52991
@ -526,9 +526,10 @@ set log_address /dev/log Logging directory
|
|||||||
user swift User to run as
|
user swift User to run as
|
||||||
max_upload_time 86400 Maximum time allowed to upload an
|
max_upload_time 86400 Maximum time allowed to upload an
|
||||||
object
|
object
|
||||||
slow 0 If > 0, Minimum time in seconds
|
slow 0 If > 0, Minimum time in seconds for a PUT or
|
||||||
for a PUT or DELETE request to
|
DELETE request to complete. This is only
|
||||||
complete
|
useful to simulate slow devices during testing
|
||||||
|
and development.
|
||||||
mb_per_sync 512 On PUT requests, sync file every
|
mb_per_sync 512 On PUT requests, sync file every
|
||||||
n MB
|
n MB
|
||||||
keep_cache_size 5242880 Largest object size to keep in
|
keep_cache_size 5242880 Largest object size to keep in
|
||||||
|
@ -85,7 +85,8 @@ use = egg:swift#object
|
|||||||
#
|
#
|
||||||
# slow is the total amount of seconds an object PUT/DELETE request takes at
|
# slow is the total amount of seconds an object PUT/DELETE request takes at
|
||||||
# least. If it is faster, the object server will sleep this amount of time minus
|
# least. If it is faster, the object server will sleep this amount of time minus
|
||||||
# the already passed transaction time.
|
# the already passed transaction time. This is only useful for simulating slow
|
||||||
|
# devices on storage nodes during testing and development.
|
||||||
# slow = 0
|
# slow = 0
|
||||||
#
|
#
|
||||||
# Objects smaller than this are not evicted from the buffercache once read
|
# Objects smaller than this are not evicted from the buffercache once read
|
||||||
|
Loading…
Reference in New Issue
Block a user