zfs get all - just need your input

Status
Not open for further replies.

shewless

Dabbler
Joined
Oct 10, 2011
Messages
24
Hello,

I was wondering if somebody with a new FreeNAS 8 zfs volume could ssh onto their server and type:

zfs get all

and paste it here for me.

I created my zfs volume awhile ago using FreeBSD and I know I changed some of the default values.. I just want to see what the FreeNAS 8 default values are.

Your help would be greatly appreciated.

Here's what mine looks like:
Code:
[root@scotstore] /mnt/tank/root# zfs get all tank
NAME  PROPERTY              VALUE                  SOURCE
tank  type                  filesystem             -
tank  creation              Sun Dec 13 19:52 2009  -
tank  used                  404G                   -
tank  available             1.38T                  -
tank  referenced            2.06M                  -
tank  compressratio         1.00x                  -
tank  mounted               yes                    -
tank  quota                 none                   default
tank  reservation           none                   default
tank  recordsize            128K                   default
tank  mountpoint            /mnt/tank              default
tank  sharenfs              on                     local
tank  checksum              on                     default
tank  compression           off                    local
tank  atime                 on                     default
tank  devices               on                     default
tank  exec                  on                     default
tank  setuid                on                     default
tank  readonly              off                    default
tank  jailed                off                    default
tank  snapdir               hidden                 default
tank  aclmode               passthrough            local
tank  aclinherit            passthrough            local
tank  canmount              on                     default
tank  shareiscsi            off                    default
tank  xattr                 off                    temporary
tank  copies                1                      default
tank  version               3                      -
tank  utf8only              off                    -
tank  normalization         none                   -
tank  casesensitivity       mixed                  -
tank  vscan                 off                    default
tank  nbmand                on                     local
tank  sharesmb              off                    default
tank  refquota              none                   default
tank  refreservation        none                   default
tank  primarycache          all                    default
tank  secondarycache        all                    default
tank  usedbysnapshots       0                      -
tank  usedbydataset         2.06M                  -
tank  usedbychildren        404G                   -
tank  usedbyrefreservation  0                      -
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
This is from 8.01

Code:
NAME    PROPERTY              VALUE                  SOURCE
chroot  type                  filesystem             -
chroot  creation              Tue Sep 27 15:13 2011  -
chroot  used                  1.30G                  -
chroot  available             16.3G                  -
chroot  referenced            1.29G                  -
chroot  compressratio         1.00x                  -
chroot  mounted               yes                    -
chroot  quota                 none                   default
chroot  reservation           none                   default
chroot  recordsize            128K                   default
chroot  mountpoint            /mnt/tank            default
chroot  sharenfs              off                    default
chroot  checksum              on                     default
chroot  compression           off                    default
chroot  atime                 on                     default
chroot  devices               on                     default
chroot  exec                  on                     default
chroot  setuid                on                     default
chroot  readonly              off                    default
chroot  jailed                off                    default
chroot  snapdir               hidden                 default
chroot  aclmode               passthrough            local
chroot  aclinherit            passthrough            local
chroot  canmount              on                     default
chroot  shareiscsi            off                    default
chroot  xattr                 off                    temporary
chroot  copies                1                      default
chroot  version               4                      -
chroot  utf8only              off                    -
chroot  normalization         none                   -
chroot  casesensitivity       sensitive              -
chroot  vscan                 off                    default
chroot  nbmand                off                    default
chroot  sharesmb              off                    default
chroot  refquota              none                   default
chroot  refreservation        none                   default
chroot  primarycache          all                    default
chroot  secondarycache        all                    default
chroot  usedbysnapshots       0                      -
chroot  usedbydataset         1.29G                  -
chroot  usedbychildren        860K                   -
chroot  usedbyrefreservation  0                      -
 

shewless

Dabbler
Joined
Oct 10, 2011
Messages
24
Thanks so much! that helps a bunch.. I was really wondering about compression considering mine says "off" "local".

But your says "off" too so that's good... was wondering about having it on by default.
 
Status
Not open for further replies.
Top