search by accounttype in CreateVolume func

fix review comments
This commit is contained in:
andyzhangx
2017-10-27 09:12:52 +00:00
parent 310168c1d2
commit 760cc6f78b
3 changed files with 21 additions and 21 deletions

View File

@@ -149,7 +149,7 @@ func (p *azureDiskProvisioner) Provision() (*v1.PersistentVolume, error) {
}
} else {
if kind == v1.AzureDedicatedBlobDisk {
_, diskURI, _, err = diskController.CreateVolume(name, account, skuName, location, requestGB)
_, diskURI, _, err = diskController.CreateVolume(name, account, storageAccountType, location, requestGB)
if err != nil {
return nil, err
}