Tendrl / gluster-integration

Extracts all data from a Gluster cluster for consumption by Tendrl
GNU Lesser General Public License v2.1
6 stars 20 forks source link

tendrl UI not showing volume details after sometime #678

Closed GowthamShanmugam closed 6 years ago

GowthamShanmugam commented 6 years ago

volume utilization function has sys.exit statement, when any problem in fetching volume utilization it stopping to sync thread execution so after sometime volumes are deleted by TTL

shtripat commented 6 years ago

This was there because earlier the same was executed as a separate command line tool. Makes sense to throw and exception now and tackle the same in calling code.

@GowthamShanmugam do you agree?

GowthamShanmugam commented 6 years ago

@shtripat yes, that is correct, I will modify it as per your comment