So I am trying to create a postgresql zone using the below manifest, and I
get the following error every time:


[root@78-e7-d1-8c-9b-9e /depot/manifests]# vmadm create -f pgsql.js
timed out waiting for /var/svc/provisioning to move for
5e429d3f-03d8-4fdd-8ad8-ca6cb86863c9


Any idea on what could be going wrong?

Manifest:

{
        "brand": "joyent",
        "image_uuid": "6d5debc0-dac3-11e3-8bc0-dfc25b68fd97",
        "hostname": "pgsql",
        "alias": "pgsql",
        "max_physical_memory": 8192,
        "quota": 5,
        "resolvers":
        [
                "8.8.8.8",
                "8.8.4.4"
        ],
        "nics":
        [
                {
                        "nic_tag": "stub0",
                        "ip": "10.0.2.1",
                        "netmask": "255.0.0.0"
                },
                {
                        "nic_tag": "admin",
                        "ip": "172.16.60.11",
                        "netmask": "255.240.0.0",
                        "gateway": "172.16.0.1",
                        "primary": "1"
                }
        ],
        "filesystems":
        [
                {
                        "options": "rw",
                        "type": "lofs",
                        "source": "/depot",
                        "target": "/depot"
                }
        ]
}



-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb
Powered by Listbox: http://www.listbox.com

Reply via email to