JohnGoutbeck
Dabbler
- Joined
- Nov 24, 2015
- Messages
- 12
Version: TrueNAS-13.0-U4
one Pool V2 is
Used Space: 98%
No Snapshpots
Dedup is off on zfs & zpool
Compression is on
no SMB share
----
This TrueNAS is a ISCSI storage target for my SLES hosts for the VMs (virtual disks)
Version: TrueNAS-13.0-U4
Why does the zfs pool is showing 98% full on the dashboard but I have less then 1/2 filled at the host server view?
Is there a way for 'see' the space used and clear it?
one Pool V2 is
Used Space: 98%
No Snapshpots
Dedup is off on zfs & zpool
Compression is on
no SMB share
Code:
root@kye-nas01:~ # zpool list -v V2
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
V2 54.5T 4.10T 50.4T - - 1% 7% 1.00x ONLINE /mnt
raidz1-0 54.5T 4.10T 50.4T - - 1% 7.52% - ONLINE
gptid/abaa5f8c-9391-11ed-b0a1-a0369f1f8364 18.2T - - - - - - - ONLINE
gptid/ac2cf79e-9391-11ed-b0a1-a0369f1f8364 18.2T - - - - - - - ONLINE
gptid/acacb8ab-9391-11ed-b0a1-a0369f1f8364 18.2T - - - - - - - ONLINE
root@kye-nas01:~ # zfs list V2
NAME USED AVAIL REFER MOUNTPOINT
V2 35.1T 781G 117K /mnt/V2
root@kye-nas01:~ # zfs list -r -o space V2
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
V2 781G 35.1T 0B 117K 0B 35.1T
V2/Z2 33.1T 35.0T 0B 2.73T 32.3T 0B
V2/sbd03 782G 1.02G 0B 95.9K 1.02G 0B
V2/test02 882G 102G 0B 18.9M 102G 0B
root@kye-nas01:~ # zfs list -t snapshot V2
no datasets available
root@kye-nas01:~ # zpool status -D V2
pool: V2
state: ONLINE
scan: scrub repaired 0B in 04:43:33 with 0 errors on Sun Apr 30 04:43:34 2023
config:
NAME STATE READ WRITE CKSUM
V2 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gptid/abaa5f8c-9391-11ed-b0a1-a0369f1f8364 ONLINE 0 0 0
gptid/ac2cf79e-9391-11ed-b0a1-a0369f1f8364 ONLINE 0 0 0
gptid/acacb8ab-9391-11ed-b0a1-a0369f1f8364 ONLINE 0 0 0
errors: No known data errors
dedup: no DDT entries
root@kye-nas01:~ # zpool list -o listsnapshots V2
LISTSNAPS
off
root@kye-nas01:~ # zpool list -o dedupratio V2
DEDUP
1.00x
root@kye-nas01:~ # df -hT | grep V2
V2 zfs 781G 118K 781G 0% /mnt/V2
root@kye-nas01:~ # ls -l /mnt/
total 16
-rw-r--r-- 1 root wheel 5 May 28 21:40 md_size
drwxr-xr-x 7 root wheel 7 Jan 23 08:15 V1
drwxr-xr-x 2 root wheel 2 Jan 13 15:28 V2
root@kye-nas01:~ # ls -l /mnt/V2
total 0
--
from the SLES ISCSI initiator hosts
kye-vmh02:~ # df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda6 ext3 271G 164G 107G 61% /
udev tmpfs 63G 504K 63G 1% /dev
tmpfs tmpfs 63G 76M 63G 1% /dev/shm
/dev/dm-1 ocfs2 35T 4.1T 31T 12% /srv/backup02----
This TrueNAS is a ISCSI storage target for my SLES hosts for the VMs (virtual disks)
Version: TrueNAS-13.0-U4
Why does the zfs pool is showing 98% full on the dashboard but I have less then 1/2 filled at the host server view?
Is there a way for 'see' the space used and clear it?
Last edited by a moderator: