asgs icon indicating copy to clipboard operation
asgs copied to clipboard

add "critical resource" check (disk space, allocations, etc)

Open wwlwpd opened this issue 4 years ago • 3 comments

Key here is to properly dispatch based on platform; thing of checking:

  • disk space (quota status if necessary)
  • user available SUs
  • should have an asgsh cli flag to report then quit, in a format that is useful for scripting

Commands: asgsh (profile)> check storage asgsh (profile)> check allocations asgsh (profile)> check queued

... etc

This might be split up by platform or resource check as needed.

wwlwpd avatar May 10 '21 04:05 wwlwpd

Adding that a bare check command should check all 3. Also, output should be provided such that it is human readable and also easily parsed via awk so that it can be extracted and used for recording and for checking limits

wwlwpd avatar Oct 25 '21 06:10 wwlwpd

Related to #316 but with the additional idea of having the Operator be able to do the checks at will via asgsh.

jasonfleming avatar Mar 28 '22 21:03 jasonfleming

Also need to communicate this info, related to #152

jasonfleming avatar Apr 14 '22 12:04 jasonfleming