LLNL / lmt

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

Fixed head and tail operations on OSS_DATA table #21

Closed haasken closed 10 years ago

haasken commented 11 years ago

Fixed head and tail operations on the OSS_DATA table. Added a condition to check whether the table is OSS_DATA when the operation is head or tail. If so, it sets up the query to get the first or last n rows of the table. Tested that head and tail operations work on OSS_DATA table. Also tested that head and tail operations work on all tables which they worked on before the change.

Closes #18

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

We just haven't had much time to spend on LMT.

morrone commented 10 years ago

Commit was cherry-picked onto master.