0
오늘 smartos를 사용하여 VM을 생성하려고합니다.브랜드 joyent로 프로비저닝 데이터 세트가 지원되지 않습니다 - smartos
{
"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을 만들려고 할 때 난 여전히 오류가 있습니다
나는 (router.json
이라고합니다)이 설정 파일을 내장
# vmadm create -f router.json
provisioning dataset 088b97b0-e1a1-11e5-b895-9baa2086eb33 with brand joyent is not supported
누구나 아이디어가 있으십니까? 고마워요.