17a65c89bb
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
7 lines
160 B
YAML
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.
|
|
|