File: fix-openstak-image-save-sdk-port-eb160e8ffc92e514.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
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.