ZFS Verwirrung

schorsch_76

FreeBSD Fanboy
Ähm :confused: Warum zeigt er mir 91G Alloc und zfs list sagt 158G used?

Code:
root@bsd:/home/georg # zfs list
NAME                                      USED  AVAIL  REFER  MOUNTPOINT
zroot                                     158G  33.3G    88K  /zroot
zroot/ROOT                               2.28G  33.3G    88K  none
zroot/ROOT/default                       2.28G  33.3G  2.28G  /
zroot/poudriere                          49.4G  33.3G  13.8G  /zroot/poudriere
zroot/poudriere/data                     32.8G  33.3G    96K  /usr/local/poudriere/data
zroot/poudriere/data/.m                   112K  33.3G   112K  /usr/local/poudriere/data/.m
zroot/poudriere/data/cache                110M  33.3G   110M  /usr/local/poudriere/data/cache
zroot/poudriere/data/logs                2.67G  33.3G  2.67G  /usr/local/poudriere/data/logs
zroot/poudriere/data/packages            30.0G  33.3G  30.0G  /usr/local/poudriere/data/packages
zroot/poudriere/data/wrkdirs               88K  33.3G    88K  /usr/local/poudriere/data/wrkdirs
zroot/poudriere/jails                    1.19G  33.3G    88K  /zroot/poudriere/jails
zroot/poudriere/jails/12amd64            1.19G  33.3G  1.19G  /usr/local/poudriere/jails/12amd64
zroot/poudriere/ports                    1.58G  33.3G    88K  /zroot/poudriere/ports
zroot/poudriere/ports/2018Q3              772M  33.3G   772M  /usr/local/poudriere/ports/2018Q3
zroot/poudriere/ports/HEAD                844M  33.3G   844M  /usr/local/poudriere/ports/HEAD
zroot/swap                                105G  99.3G  38.8G  -
zroot/tmp                                 184K  33.3G   120K  /tmp
zroot/usr                                1.04G  33.3G    88K  /usr
zroot/usr/home                           71.8M  33.3G  71.8M  /usr/home
zroot/usr/local                           301M  33.3G   300M  /usr/local
zroot/usr/local/poudriere                 624K  33.3G    88K  /usr/local/poudriere
zroot/usr/local/poudriere/data            536K  33.3G    96K  /usr/local/poudriere/data
zroot/usr/local/poudriere/data/.m          88K  33.3G    88K  /usr/local/poudriere/data/.m
zroot/usr/local/poudriere/data/cache       88K  33.3G    88K  /usr/local/poudriere/data/cache
zroot/usr/local/poudriere/data/logs        88K  33.3G    88K  /usr/local/poudriere/data/logs
zroot/usr/local/poudriere/data/packages    88K  33.3G    88K  /usr/local/poudriere/data/packages
zroot/usr/local/poudriere/data/wrkdirs     88K  33.3G    88K  /usr/local/poudriere/data/wrkdirs
zroot/usr/ports                            88K  33.3G    88K  /usr/ports
zroot/usr/src                             687M  33.3G   687M  /usr/src
zroot/var                                1.79M  33.3G    88K  /var
zroot/var/audit                            88K  33.3G    88K  /var/audit
zroot/var/crash                            88K  33.3G    88K  /var/crash
zroot/var/log                             960K  33.3G   832K  /var/log
zroot/var/mail                            524K  33.3G   524K  /var/mail
zroot/var/tmp                              88K  33.3G    88K  /var/tmp
root@bsd:/home/georg # zpool status
  pool: zroot
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(7) for details.
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        zroot       ONLINE       0     0     0
          ada0p4    ONLINE       0     0     0

errors: No known data errors
root@bsd:/home/georg # zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
zroot   197G  91.5G   105G        -         -    37%    46%  1.00x  ONLINE  -
 
Rechne doch einfach mal die Spalte REF aus zfs list zusammen, dann kommst du auf ungefähr den Wert, den der zpool als ALLOC ausweist.
Wo ist das Problem?

Rob
 
Zurück
Oben