Created
March 28, 2013 19:16
-
-
Save AlainODea/5266002 to your computer and use it in GitHub Desktop.
Hadoop JSON payload that fails with "timed out waiting for /var/svc/provisioning to move <UUID>" on vmadm create.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alias": "hadoop", | |
"max_physical_memory": 16192, | |
"quota": 1024, | |
"dataset_uuid": "6344c3f4-64d9-11e2-af3d-af797e5b19ca", | |
"nics": [ | |
{ | |
"nic_tag": "external", | |
"vlan_id": 6, | |
"ip": "10.100.0.87", | |
"netmask": "255.255.0.0", | |
"gateway": "10.100.0.1", | |
"primary": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment