Space Reporting - FreeNAS 9.3.1

Status
Not open for further replies.

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
I can't tell if FreeNAS is reporting space properly or picking up info from checkspace properly..

Code:
#!/bin/sh
for pool in `zpool list -Ho name`
do
  python /usr/local/www/freenasUI/tools/check_space.py -d $pool -t 99%
done


Is what I used for testing but only my boot pool is triggered?
 

Yatti420

Wizard
Joined
Aug 12, 2012
Messages
1,437
I utilize that python script to check free space and email out as per instructions found on forum.. It's set as a cron job.. The email (probably gmail blocking it) I do receive it but seems infrequent oddly.. I will take a better look at this soon.. I'm confused now what is accurate for space reporting .. zfs list shows parity factored in and zpool list shows it all thinking parity is free space?
 
Status
Not open for further replies.
Top