xapi-project / xapi-storage

Experimental new storage interface for xapi
https://xapi-project.github.io/xapi-storage/
9 stars 19 forks source link

SR.attach uuid #68

Closed edwintorok closed 6 years ago

edwintorok commented 6 years ago

When doing SR.create the SM can put the uuid into the uri it returns, however with SR.introduce we don't have the uuid inside the uri.

Always pass the uuid explicitly to attach so that both create and introduce works.

This needs to be merged together with the xapi-storage-script PR.