Merge "Document fileystem drv chunk size option"

This commit is contained in:
Zuul 2019-03-06 06:23:54 +00:00 committed by Gerrit Code Review
commit 2cf78f339d
1 changed files with 11 additions and 0 deletions

View File

@ -444,6 +444,17 @@ Configuring the Filesystem Storage Backend
permissions, a file will still be saved, but a warning message
will appear in the Glance log.
``filesystem_store_chunk_size=SIZE_IN_BYTES``
Optional. Default: ``65536``
Can only be specified in configuration files.
`This option is specific to the filesystem storage backend.`
The chunk size used when reading or writing image files. Raising this value
may improve the throughput but it may also slightly increase the memory
usage when handling a large number of requests.
Configuring the Filesystem Storage Backend with multiple stores
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~