Skip to content

Instantly share code, notes, and snippets.

@scarcry
Created April 30, 2015 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scarcry/660d8dcf71f888b5ea6b to your computer and use it in GitHub Desktop.
Save scarcry/660d8dcf71f888b5ea6b to your computer and use it in GitHub Desktop.
vmadm validate returns error on filesystems.*.options
"filesystems": [
{
"type": "lofs",
"source": "/var/setup-v6",
"target": "/opt/setup-v6"
},
{
"type": "lofs",
"options": "ro",
"source": "/zones/bootstrap",
"target": "/var/tmp/bootstrap"
}
],
# vmadm validate create -f agent1-base-64-lts-14.4.1.json
{
"bad_values": [
"filesystems.*.options"
],
"bad_properties": [],
"missing_properties": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment