【发布时间】:2016-04-24 17:22:59
【问题描述】:
所以我在创建softlayer vs 时遇到问题,我尝试从公共图像创建一个vs,但如果我使用--disk 选项会出错。
命令:
vs create -H g0 -D example.org -c 1 -m 2048 -d ams01 --image 3c289880-2f63-48d3-906d-aaa9a822a6d0 --billing=monthly --vlan-public 1313131 --vlan-private 313131 --disk 25 --test
错误:
SoftLayerAPIError(SoftLayer_Exception_InvalidValue): Invalid value provided for 'blockDevices'. Block devices may not be provided when using an image template.
如果我不使用 --disk 选项,它会很好地创建实例。
【问题讨论】: