LLNL / lmt

Lustre Monitoring Tools
GNU General Public License v2.0
67 stars 21 forks source link

Fixed lmtsh "clr agg" command #20

Closed haasken closed 10 years ago

haasken commented 10 years ago

Fixed the lmtsh "clr agg" command so that it would clear all tables. Added arrays for the FILESYSTEM_AGGREGATE__, MDS_AGGREGATE__, and ROUTERAGGREGATE* tables. Also added array for all aggregate tables. Changed behavior on "agg" argument to "clr" so that it loops through all tables in the array allAggTables, clearing each one. Tested on a system which had all aggregate tables populated and verified that issuing a "clr agg" command to lmtsh caused all AGGREGATE tables and only those tables to be cleared.

Closes #19

haasken commented 10 years ago

@morrone Is there anything wrong with this small bug fix that is preventing it from landing?

morrone commented 10 years ago

Commit was cherry picked onto master.