gluster / gluster-health-report

Gluster Health Report Tool
GNU Lesser General Public License v3.0
23 stars 20 forks source link

gfid mismatch: says ok even in the absence of the logfile #36

Open harigowtham opened 6 years ago

harigowtham commented 6 years ago

Fix: check if the file exists and proceed parsing it.

Signed-off-by: Hari Gowtham hgowtham@redhat.com

amarts commented 5 years ago

@harigowtham its been some time. Can this PR be refreshed?

harigowtham commented 5 years ago

@amarts done

aravindavk commented 5 years ago

list of logfiles are now fetched by doing listdir instead of looking for one particular path(https://github.com/gluster/gluster-health-report/pull/37/files#diff-1b948fb34e7fc207da7db5c01cfba68e)

Checking again for logfile existence is not required.