So I tried this again and again many times (like 20 or so) out of boredom (deleting failed zones before retrying the create command) and it finally worked, without timing out.
I have no idea _why_ it was timing out. This is a strange bug to say the least. And I have no idea if this is vmadm problem, or if its something subtle about my configuration, or anything like that. So if anyone has a similar problem I guess you should just pretend to be a retard and keep retrying the create until it works :) On Wed, Jun 25, 2014 at 3:23 PM, Nick Zivkovic <[email protected]> wrote: > 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
