docker-archive / for-azure

27 stars 18 forks source link

cloudstor:azure doesn't work with PostgreSQL #46

Open rasmus opened 6 years ago

rasmus commented 6 years ago

Original problem is described here: https://github.com/Azure/azurefile-dockervolumedriver/issues/65

ddebroy commented 6 years ago

The limitations of SMB noted in https://github.com/Azure/azurefile-dockervolumedriver/issues/65 indeed leads to this behavior. Once the Go APIs for attach/detach VHD support for VM Scale Sets is publicly available from Azure, we can add relocatable volume support for Azure in cloudstor and no longer have to depend on SMB's restrictions.

rasmus commented 6 years ago

@ddebroy that's great, any chance that will be by end H1 2018?

djeeg commented 6 years ago

Is this it? https://github.com/Azure/azure-sdk-for-go/issues/944

Would we have to wait for both the Go APIs and also for https://github.com/Azure/vm-scale-sets/tree/master/preview/disk to come out of preview before we would get access to this feature?

Btw is the current recommend to run using local volumes then migrate to cloudstor volumes when the above lands, with some kind of migration path.