0
今天我試圖用smartos創建一個虛擬機。不支持品牌joyent的供應數據集 - smartos
我建這個配置文件(稱爲router.json
):
{
"alias": "router",
"hostname": "router",
"brand": "joyent",
"max_physical_memory": 256,
"image_uuid": "088b97b0-e1a1-11e5-b895-9baa2086eb33",
"quota": 10,
"nics": [
{
"nic_tag": "admin",
"ip": "dhcp",
"allow_ip_spoofing": "1",
"primary": "1"
},
{
"nic_tag": "stub0",
"ip": "10.0.0.1",
"netmask": "255.255.255.0",
"allow_ip_spoofing": "1",
"gateway": "10.0.0.1"
}
]
的運行此命令:
# vmadm validate create -f router.json
VALID 'create' payload for joyent brand VMs.
但我仍然有一個錯誤,當我嘗試創建VM:
# vmadm create -f router.json
provisioning dataset 088b97b0-e1a1-11e5-b895-9baa2086eb33 with brand joyent is not supported
任何人有想法? 非常感謝。