Zun

Comment 0 for bug 1780671

Revision history for this message
hongbin (hongbin034) wrote :

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/{container_ident}/get_archive" and "/v1/containers/{container_ident}/put_archive" endpoints.

We need to have a config option to limit the size of the file that is being copied for various reasons, such as QoS and security.