Limit size of copied files
Bug #1780671 reported by
hongbin
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
Triaged
|
High
|
Unassigned |
Bug Description
Zun supports copying files to/from a container. In CLI, this is achieved via the "zun cp" command. In REST API, this is supported via the "/v1/containers
We need to have a config option (like 'copied_
For example, if the limit is "4K", copying file larger than 4K will be rejected.
Changed in zun: | |
status: | New → Triaged |
importance: | Undecided → High |
description: | updated |
description: | updated |
To post a comment you must log in.
I would like to request that if this is ever implemented, the default be extremely large?
I am trying to copy compiled microcontroller firmware images on the order of 200K, in and out of containers, so 4K would be a little low.
I'm aware there are better ways to move files under normal conditions, however, to assist with troubleshooting activities ...