for-azure icon indicating copy to clipboard operation
for-azure copied to clipboard

cloudstor:azure doesn't work with PostgreSQL

Open rasmus opened this issue 7 years ago • 3 comments

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

rasmus avatar Dec 20 '17 20:12 rasmus

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.

ddebroy avatar Dec 20 '17 21:12 ddebroy

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

rasmus avatar Dec 20 '17 21:12 rasmus

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.

djeeg avatar Jan 10 '18 14:01 djeeg