ironic/releasenotes/notes/fix-sendfile-size-cap-d9966a96e2d7db51.yaml
suichangyin 17a65c89bb Workaround for sendfile size limit
Fixes an issue when the image source is a local file, the image
will be truncated to 2G and fails deployment due to image corruption.

The issue originates from pysendfile, but local testing shows this
also applies to python3.5 os.sendfile().

Co-Authored-By: Kaifeng Wang <kaifeng.w@gmail.com>
Change-Id: I6263a5221fda0509fbd0b6195c079e5e22800a1b
Story: 2004556
Task: 28316
2019-03-28 14:58:10 +08:00

7 lines
160 B
YAML

---
fixes:
- |
Fixes an issue when the image source is a local file, the image will be
truncated to 2G and fails deployment due to image corruption.