可用资源不足

可用资源不足

我已经设置了一个私有云来从 VM 实例获取服务,但我无法运行这些实例:

cloud@node:~$ cd /home/cloud/.euca
cloud@node:~/.euca$ . eucarc

cloud@node:~/.euca$ euca-describe-availability-zones verbose
AVAILABILITYZONE cluster1 10.1.1.222
AVAILABILITYZONE |- vm types free / max cpu ram disk
AVAILABILITYZONE |- m1.small 0002 / 0002 1 192 2
AVAILABILITYZONE |- c1.medium 0002 / 0002 1 256 5
AVAILABILITYZONE |- m1.large 0001 / 0001 2 512 10
AVAILABILITYZONE |- m1.xlarge 0001 / 0001 2 1024 20
AVAILABILITYZONE |- c1.xlarge 0000 / 0000 4 2048 20

cloud@node:~/.euca$ euca-describe-images
IMAGE eki-6E341ABC lucid-20110421182259/lucid-server-uec-i386-vmlinuz-virtual.manifest.xml admin available public i386 kernel
IMAGE emi-210F15BA lucid-20110421182259/lucid-server-uec-i386.img.manifest.xml admin available public i386 machine eki-6E341ABC

cloud@node:~/.euca$ euca-run-instances emi-210F15BA -k mykey -t m1.large
FinishedVerify: Not enough resources available: addresses (try --addressing private)

答案1

嗯,错误信息告诉你了你的问题:

FinishedVerify: Not enough resources available: addresses (try --addressing private)

请发布输出

$ euca-describe-addresses

也可以尝试

$ euca-allocate-address

相关内容