Kristan McDonald
Dabbler
- Joined
- Jun 13, 2013
- Messages
- 25
Hi all,
I've been using ZFS for a few years on NexentaStor CE and finally got fed up of being ignored so have moved to FreeNAS and have done a lot more reading on ZFS in the meantime, specifically how it deals with performance when getting close to it's size limit (I'm at 88% out of 10.9TB), so I started looking at my setup, but I can't get things to add up.
All my data is all on 5 separate ZVOLS, all of which were created sparse (4x2TB and 1x1TB) and connected to hosts via iSCSI.
So a total of 6.4TB used and in theory 9 allocated.
But...
Where has the 9.6TB come from? I've suddenly lost 3TB? Or does that include the total allocated amount of the ZVOLS? If so, why 9.6TB and not 9TB? And why am I seeing 761GB free when I actually 1.29TB free in the pool?
I've clearly done something wrong/weird... But what? :)
The bottom line to all this was - do I need to delete some stuff off the host that has these drives mounted via iSCSI as I'm getting close to 90% utilization?
I've been using ZFS for a few years on NexentaStor CE and finally got fed up of being ignored so have moved to FreeNAS and have done a lot more reading on ZFS in the meantime, specifically how it deals with performance when getting close to it's size limit (I'm at 88% out of 10.9TB), so I started looking at my setup, but I can't get things to add up.
All my data is all on 5 separate ZVOLS, all of which were created sparse (4x2TB and 1x1TB) and connected to hosts via iSCSI.
Code:
[root@freenas] ~# zfs list NAME USED AVAIL REFER MOUNTPOINT store 6.40T 761G 180K /mnt/store store/homeserver_main1 1.46T 761G 1.46T - store/homeserver_main2 1.46T 761G 1.46T - store/homeserver_main3 1.46T 761G 1.46T - store/homeserver_main4 1.46T 761G 1.46T - store/icrashplan 566G 761G 566G -
So a total of 6.4TB used and in theory 9 allocated.
But...
Code:
[root@freenas] ~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT store 10.9T 9.60T 1.29T 88% 1.00x ONLINE /mnt
Where has the 9.6TB come from? I've suddenly lost 3TB? Or does that include the total allocated amount of the ZVOLS? If so, why 9.6TB and not 9TB? And why am I seeing 761GB free when I actually 1.29TB free in the pool?
I've clearly done something wrong/weird... But what? :)
The bottom line to all this was - do I need to delete some stuff off the host that has these drives mounted via iSCSI as I'm getting close to 90% utilization?