glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v but was unable to confirm provisioningState in poll process",diskName,storageAccountType,sizeGB)
glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v but was unable to confirm provisioningState in poll process",options.DiskName,options.StorageAccountType,options.SizeGB)
}else{
glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v",diskName,storageAccountType,sizeGB)
glog.V(2).Infof("azureDisk - created new MD Name:%s StorageAccountType:%s Size:%v",options.DiskName,options.StorageAccountType,options.SizeGB)
returnnil,fmt.Errorf("AzureDisk - mode %s is not supporetd by AzureDisk plugin supported mode is %s",p.options.PVC.Spec.AccessModes[0],supportedModes)
returnnil,fmt.Errorf("AzureDisk - mode %s is not supported by AzureDisk plugin (supported mode is %s)",p.options.PVC.Spec.AccessModes[0],supportedModes)