summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorSimon Merrick <simonmerrick@catalyst.net.nz>2020-11-19 20:05:54 +1300
committerSimon Merrick <simonmerrick@catalyst.net.nz>2020-11-25 21:25:22 +1300
commit5bdcd590ecacbc0aa8db2cbafa0ab1a9f3c28ce0 (patch)
tree4d6fd5fddc9247cf89f0eaf2e74387f6018e686f /releasenotes/notes
parent7146deef00d6a91e3c588acc8fc614e5597b3f76 (diff)
downloadpython-openstackclient-5bdcd590ecacbc0aa8db2cbafa0ab1a9f3c28ce0.tar.gz
stop image downloads to memory
+ Fixes issue with large images hogging memory + stream image downloads + output to stdout if file not specified Change-Id: Ia01ff9b21a2dac5d0ccf2bd58a8640e88c5cbb36 Story: 2007672 Task: 39776
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-openstak-image-save-sdk-port-eb160e8ffc92e514.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-openstak-image-save-sdk-port-eb160e8ffc92e514.yaml b/releasenotes/notes/fix-openstak-image-save-sdk-port-eb160e8ffc92e514.yaml
new file mode 100644
index 00000000..857f3c50
--- /dev/null
+++ b/releasenotes/notes/fix-openstak-image-save-sdk-port-eb160e8ffc92e514.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - Stream image download to avoid buffering data in memory which rapidly
+ exhausts memory resulting in OOM kill or system crash for all but the
+ smallest of images. Fixes https://storyboard.openstack.org/#!/story/2007672
+ - Restore default behavior of 'openstack image save' to send data to stdout
+ Relates to https://storyboard.openstack.org/#!/story/2007672. \ No newline at end of file