summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLucian Petrut <lpetrut@cloudbasesolutions.com>2018-09-13 14:17:54 +0300
committerLucian Petrut <lpetrut@cloudbasesolutions.com>2019-02-25 14:47:07 +0200
commitea1cad2bedabc72604d935daeb359a1e6180d8f0 (patch)
tree79453aa359dd26e91447dd0b4fd76f04d03f9cb6 /releasenotes
parent11db636c346c2a5ffcdc9a33633844939d116352 (diff)
downloadglance_store-ea1cad2bedabc72604d935daeb359a1e6180d8f0.tar.gz
Filesystem driver: add chunk size config option
At the moment, the filesystem driver uses a hardcoded 64 KB chunk size, used when reading/writing image files. This can be extremely inefficient, especially when file shares are used. For this reason, this change will make it configurable. DocImpact Change-Id: I1559c03308d36ecf9305c7a72ad658ecd1f2dc76 Closes-Bug: #1792869
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fs-drv-chunk-sz-a1b2f6a72fad92d5.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fs-drv-chunk-sz-a1b2f6a72fad92d5.yaml b/releasenotes/notes/fs-drv-chunk-sz-a1b2f6a72fad92d5.yaml
new file mode 100644
index 0000000..887e563
--- /dev/null
+++ b/releasenotes/notes/fs-drv-chunk-sz-a1b2f6a72fad92d5.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ The filesystem driver is now using a configurable chunk size. Increasing it
+ may avoid bottlenecks.