Feature request: add zpool space utilization info into "Reporting"

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Often attention to the remaining space of the storage pool changes can be a good understanding of the working status of the system, but also can be used as a reference indicator of hardware procurement
Let us know if you can't get that insight after you try SCALE 24.04-RC1
 

ray1ex

Dabbler
Joined
Aug 16, 2023
Messages
13
I have upgraded to SCALE 24.04-RC1. I still can't get the pool capacity usage info; include report UI/netdata/exporters date. Currently it seems to be available only through the following:

Code:
uname -a
Linux tn-n5105 6.6.16-production+truenas #1 SMP PREEMPT_DYNAMIC Wed Mar 20 19:08:03 UTC 2024 x86_64 GNU/Linux

zpool list
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
boot-pool  21.5G  7.40G  14.1G        -         -    18%    34%  1.00x    ONLINE  -
...
main        944G   327G   617G        -         -    20%    34%  1.00x    ONLINE  /mnt
 
Last edited:

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
I have upgraded to SCALE 24.04-RC1. I still can't get the pool capacity usage info; include report UI/netdata/exporters date. Currently it seems to be available only through the following:

Code:
uname -a
Linux tn-n5105 6.6.16-production+truenas #1 SMP PREEMPT_DYNAMIC Wed Mar 20 19:08:03 UTC 2024 x86_64 GNU/Linux

zpool list
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
boot-pool  21.5G  7.40G  14.1G        -         -    18%    34%  1.00x    ONLINE  -
...
main        944G   327G   617G        -         -    20%    34%  1.00x    ONLINE  /mnt

Its a useful suggestion to make in report-a-bug

For developers, we think there may be opportunities to add plugins into netdata.
 

ray1ex

Dabbler
Joined
Aug 16, 2023
Messages
13
Top