StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

use remote initialization of cached images #70

Closed loomis closed 11 years ago

loomis commented 11 years ago

Use the remote initialization of new persistent volumes to do the initialization of virtual machine images in the cache. This avoids unnecessary copies of the disk image.

loomis commented 11 years ago

This has been implemented on the server side and the client uses the REST API to remotely initialize cached images. This functionality has not been exposed through the client CLI. (See #73).