Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bhechinger/b865616a0d04100118af10c0ad7c18d8 to your computer and use it in GitHub Desktop.
Save bhechinger/b865616a0d04100118af10c0ad7c18d8 to your computer and use it in GitHub Desktop.
[root@sierra ~]# vmadm create < untangle.json
Uncaught AssertionError: "fail" == "pending"
FROM
fail (assert.js:92:9)
Function.equal (assert.js:121:27)
/usr/vm/node_modules/vasync/lib/vasync.js:80:15
/usr/vm/node_modules/VM.js:10791:25
done (/usr/vm/node_modules/VM.js:3723:9)
/usr/vm/node_modules/VM.js:10803:33
/usr/vm/node_modules/VM.js:3593:13
ChildProcess.exithandler (child_process.js:641:7)
ChildProcess.EventEmitter.emit (events.js:98:17)
maybeClose (child_process.js:743:16)
Socket.<anonymous> (child_process.js:956:11)
Socket.EventEmitter.emit (events.js:95:17)
Pipe.close (net.js:468:12)
Abort (core dumped)
{
"brand": "kvm",
"vcpus": 4,
"autoboot": true,
"ram": 8192,
"resolvers": ["8.8.8.8", "8.8.4.4"],
"disks": [
{
"boot": true,
"model": "virtio",
"size": 81920
}
],
"nics": [
{
"nic_tag": "external",
"model": "virtio",
"ip": "10.52.2.50",
"netmask": "255.255.255.0",
"gateway": "10.52.2.1",
"primary": 1,
"vlan_id": 100
},
{
"nic_tag": "external",
"model": "virtio",
"ip": "10.42.2.50",
"netmask": "255.255.255.0",
"gateway": "10.42.2.1",
"vlan_id": 422
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment