Open asias opened 10 years ago
@asias two possible solutions:
On Mon, May 26, 2014 at 2:07 PM, Tzach Livyatan notifications@github.comwrote:
@asias https://github.com/asias two possible solutions:
- Capstan: shared folder #18https://github.com/cloudius-systems/capstan/issues/18
It would be very hard to make the sharing work on different platforms.
-
- OSv REST API: extend file API to allow download, not just upload
This works on any host platform.
Another solution is offline file fetch or inject. That is we the guest stops. We read into the image on the host directly.
— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44159791 .
Asias
Current REST API already support file download
On Mon, May 26, 2014 at 2:39 PM, Tzach Livyatan notifications@github.comwrote:
Current REST API already support file download
Do we have a wiki page to describe all the REST API we support?
— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161234 .
Asias
On Mon, May 26, 2014 at 9:41 AM, Asias He notifications@github.com wrote:
On Mon, May 26, 2014 at 2:39 PM, Tzach Livyatan notifications@github.comwrote:
Current REST API already support file download
Do we have a wiki page to describe all the REST API we support?
http://osv.io/api/swagger-ui/dist/index.html
— Reply to this email directly or view it on GitHub< https://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161234>
.
Asias
— Reply to this email directly or view it on GitHubhttps://github.com/cloudius-systems/capstan/issues/102#issuecomment-44161319 .
After run an APP with capstan run, the APP may produce data/file we might want to process on host, e.g., a benchmark's result data which can only be processed on host.