Ubuntu Pastebin

Paste from logos at Mon, 21 Dec 2015 22:17:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
root@workstation1 ~ # zpool get all
NAME       PROPERTY                    VALUE                       SOURCE
workstationpool  size                        464G                        -
workstationpool  capacity                    2%                          -
workstationpool  altroot                     -                           default
workstationpool  health                      ONLINE                      -
workstationpool  guid                        10833457110886592759        default
workstationpool  version                     -                           default
workstationpool  bootfs                      workstationpool/ROOT/ubuntu-1     local
workstationpool  delegation                  on                          default
workstationpool  autoreplace                 off                         default
workstationpool  cachefile                   -                           default
workstationpool  failmode                    wait                        default
workstationpool  listsnapshots               off                         default
workstationpool  autoexpand                  off                         default
workstationpool  dedupditto                  0                           default
workstationpool  dedupratio                  1.00x                       -
workstationpool  free                        450G                        -
workstationpool  allocated                   13.9G                       -
workstationpool  readonly                    off                         -
workstationpool  ashift                      12                          local
workstationpool  comment                     -                           default
workstationpool  expandsize                  -                           -
workstationpool  freeing                     0                           default
workstationpool  fragmentation               3%                          -
workstationpool  leaked                      0                           default
workstationpool  feature@async_destroy       enabled                     local
workstationpool  feature@empty_bpobj         active                      local
workstationpool  feature@lz4_compress        active                      local
workstationpool  feature@spacemap_histogram  active                      local
workstationpool  feature@enabled_txg         active                      local
workstationpool  feature@hole_birth          active                      local
workstationpool  feature@extensible_dataset  enabled                     local
workstationpool  feature@embedded_data       active                      local
workstationpool  feature@bookmarks           enabled                     local
workstationpool  feature@filesystem_limits   disabled                    local
workstationpool  feature@large_blocks        disabled                    local
root@workstation1 ~ # zfs list
NAME                           USED  AVAIL  REFER  MOUNTPOINT
workstationpool                     20.1G   429G    96K  none
workstationpool/ROOT                4.31G   429G    96K  none
workstationpool/ROOT/ubuntu-1       4.31G   429G  3.30G  /
workstationpool/home                3.60G   429G   184K  /home
workstationpool/home/logos          3.47G   429G  75.9M  /home/logos
workstationpool/home/logos/nosnaps  3.33G   429G  3.27G  /home/logos/nosnaps
workstationpool/home/root            137M   429G  5.52M  /root
workstationpool/home/root/nosnaps    129M   429G   129M  /root/nosnaps
workstationpool/srv                 3.99G   429G    96K  /srv
workstationpool/srv/http            37.7M   429G  37.7M  /srv/http
workstationpool/srv/vms             3.95G   429G  4.70M  /srv/vms
workstationpool/srv/vms/iso         3.95G   429G  3.95G  /srv/vms/iso
workstationpool/swap                6.20G   436G  30.0M  -
workstationpool/var                 1.83G   429G    96K  none
workstationpool/var/cache           1.82G   429G  57.9M  /var/cache
workstationpool/var/cache/apt       1.71G   429G  1.64G  /var/cache/apt
workstationpool/var/log             11.2M   429G  10.6M  /var/log
workstationpool/var/spool           1.35M   429G   740K  /var/spool
workstationpool/var/tmp              160K   429G    96K  /var/tmp
Download as text