StratusLab / client

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

Cannot download base image if temporary directory doesn't exist on PDisk server #109

Closed cgauthey closed 5 years ago

cgauthey commented 10 years ago

The TMCloneCache.py script tries to create the temporary directory used to store base images (persistent_disk_temp_store) on the wrong machine (destination host instead of PDisk server). Thus, if the directory doesn't already exist, all stratus-run-instance commands with an external image will fail.