saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

Manage EBS Volumes through BigJob/Saga-python #148

Open anjaniragothaman opened 10 years ago

anjaniragothaman commented 10 years ago

Hi,

Once we finish using the VMs and the associated EBS volumes, I can terminate the VMs. It would be good to be able to manage(to start with, be able to delete) EBS volumes through BigJob/Saga-Python API.

andre-merzky commented 10 years ago

We could relatively easily add the functionality to create an EBS volume to the saga-python aws adaptor (see https://issues.apache.org/jira/browse/LIBCLOUD-213). However, the SAGA-Python API does not allow to associate that Storage resource with a Compute resource instance. This needs to be fixed in SAGA-Python...