Skip to content

Commit

Permalink
add value conversion for tier2/volume entries from AllTheThings
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed May 24, 2024
1 parent 96373b2 commit 6349e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldfront/plugins/fasrc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def produce_query_statement(self, vol_type, volumes=None):
'fs_path': 'LogicalVolume',
'path_replace': '/dev/data/',
'usedgb': 'UsedGB',
'sizebytes': 'SizeGB * 1073741824',
'sizebytes': 'SizeGB * 1073741824 * .931',
'usedbytes': 'UsedGB * 1073741824',
'server_replace': '.rc.fas.harvard.edu',
'unique': 'datetime(e.DotsLVSUpdateDate) as update_date, \
Expand Down

0 comments on commit 6349e3c

Please sign in to comment.