IUSCA / bioloop

Scientific data management portal and pipeline application template
Other
4 stars 2 forks source link

Pull available quota from APIs and display in dashboard #288

Closed charlesbrandt closed 1 month ago

charlesbrandt commented 2 months ago

On the dashboard page in Bioloop, the quotas for different storage systems are pulled dynamically from available tools in the underlying hosting environment. Recently, the ability to see the configured total quota and number of files for the SDA target was added to the quota tool. The bioloop platform should be updated to make use of this new information:

quota
Disk quotas for user
Filesystem        usage     quota     %                computed  
home              11.0G     100.0G    [|          11%] Now       
home files        82203     819200    [|          10%] Now       
sda               55.3T     97.7T     [|||||      56%] 2024-09-12 
sda files         2078      25000     [            8%] 2024-09-12 

FYI @deepakduggirala

Related to #260

charlesbrandt commented 1 month ago

Now that the quota tool is correctly reporting values, they're being picked up by the portal.

image