gluster / project-infrastructure

Issues related to GlusterFs infrastructure components.
0 stars 0 forks source link

files under var/log/glusterfs missing: https://github.com/gluster/glusterfs/pull/2945 #146

Closed Shwetha-Acharya closed 2 years ago

Shwetha-Acharya commented 2 years ago

Latest regression details for the above stated PR(https://github.com/gluster/glusterfs/pull/2945) is at: https://build.gluster.org/job/gh_centos7-regression/1821/

On downloading the glusterfs-logs.tgz under the Build Artefacts, the files under var/log/glusterfs are missing.

Actual result:

[root@dhcp43-125 LOGS_1821]# cd var/log/glusterfs/ [root@dhcp43-125 glusterfs]# ls -ls total 0 [root@dhcp43-125 glusterfs]#

Expected result:

There should be log files of various gluster components inside var/log/glusterfs/

mscherer commented 2 years ago

indeed, looking at https://build.gluster.org/job/gh_centos7-regression/1821/console , it seems the logs are erased, then we create the tarball. There is definitly something weird.

deepshikhaaa commented 2 years ago

I think this PR should fix it https://github.com/gluster/glusterfs/pull/2958