Skip to content

Instantly share code, notes, and snippets.

@calmh
Created May 24, 2015 08:18
Show Gist options
  • Save calmh/2e64d2e501dbc80edc5e to your computer and use it in GitHub Desktop.
Save calmh/2e64d2e501dbc80edc5e to your computer and use it in GitHub Desktop.
[root@anto ~]# vmadm get 24355762-5896-4056-9ba6-cde7530bf1de
{
"zonename": "24355762-5896-4056-9ba6-cde7530bf1de",
"autoboot": true,
"brand": "joyent",
"limit_priv": "default",
"v": 1,
"create_timestamp": "2015-03-12T13:49:04.788Z",
"image_uuid": "c02a2044-c1bd-11e4-bd8c-dfc1db8b0182",
"cpu_shares": 100,
"max_lwps": 2000,
"max_msg_ids": 4096,
"max_sem_ids": 4096,
"max_shm_ids": 4096,
"max_shm_memory": 1024,
"zfs_io_priority": 100,
"max_physical_memory": 1024,
"max_locked_memory": 1024,
"max_swap": 1024,
"billing_id": "00000000-0000-0000-0000-000000000000",
"owner_uuid": "00000000-0000-0000-0000-000000000000",
"tmpfs": 1024,
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"alias": "files",
"nics": [
{
"interface": "net0",
"mac": "72:05:db:98:e5:9a",
"nic_tag": "internal",
"gateway": "172.16.32.1",
"ip": "172.16.32.14",
"netmask": "255.255.255.0",
"allow_ip_spoofing": true,
"primary": true
}
],
"filesystems": [
{
"source": "/data/delegated/files",
"target": "/home",
"type": "lofs"
},
{
"source": "/data/incoming",
"target": "/srv/incoming",
"type": "lofs"
}
],
"hostname": "files.nym.se",
"dns_domain": "nym.se",
"uuid": "24355762-5896-4056-9ba6-cde7530bf1de",
"zone_state": "running",
"zonepath": "/zones/24355762-5896-4056-9ba6-cde7530bf1de",
"zoneid": 5,
"last_modified": "2015-05-19T21:44:27.000Z",
"firewall_enabled": false,
"server_uuid": "080020ff-ffff-ffff-ffff-00144fe7390a",
"platform_buildstamp": "20150514T133314Z",
"state": "running",
"boot_timestamp": "2015-05-19T21:50:12.000Z",
"pid": 5214,
"customer_metadata": {},
"internal_metadata": {},
"routes": {},
"tags": {},
"quota": 10,
"zfs_root_compression": "lz4",
"zfs_root_recsize": 131072,
"zfs_filesystem": "zones/24355762-5896-4056-9ba6-cde7530bf1de",
"zpool": "zones",
"snapshots": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment