cannot add disk to google VM instance

半腔热情 提交于 2019-12-12 16:03:19

问题


I cannot add additional disk to google cloud VM instance. Is there some limit? (quotas are OK) I have 6 disks already added. And there is problem with seventh. I tried multiple instances and multiple disks. There is error I get:

Editing VM instance "X" failed. Error: Invalid resource usage: 'This feature is not available for this project.'

I tried to look for features in project and found nothing. I do exactly same thing as I did dozen times before, but now it doesn't work.


回答1:


OK, so I found where was a problem. It's bug/problem in google frontend. When I used console command to do this, everything was OK.

gcloud compute instances attach-disk [INSTANCE_NAME] --disk [DISK_NAME]


来源:https://stackoverflow.com/questions/37697476/cannot-add-disk-to-google-vm-instance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!