1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-06 18:47:08 +01:00
Files
black-dragon74 a79c006108 [admin-guide] Fix docs and cleanup syntax (2/2)
Signed-off-by: black-dragon74 <niryadav@redhat.com>
2022-05-25 13:32:12 +05:30

64 lines
2.3 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GlusterFS service Logs and locations
Below lists the component, services, and functionality based logs in the GlusterFS Server. As per the File System Hierarchy Standards (FHS) all the log files are placed in the `/var/log` directory.
## Glusterd:
glusterd logs are located at `/var/log/glusterfs/glusterd.log`. One glusterd log file per server. This log file also contains the snapshot and user logs.
## Gluster cli command:
gluster cli logs are located at `/var/log/glusterfs/cli.log`. Gluster commands executed on a node in a GlusterFS Trusted Storage Pool is logged in `/var/log/glusterfs/cmd_history.log`.
## Bricks:
Bricks logs are located at `/var/log/glusterfs/bricks/<path extraction of brick path>.log`. One log file per brick on the server
## Rebalance:
rebalance logs are located at `/var/log/glusterfs/VOLNAME-rebalance.log` . One log file per volume on the server.
## Self heal deamon:
self heal deamon are logged at `/var/log/glusterfs/glustershd.log`. One log file per server
## Quota:
`/var/log/glusterfs/quotad.log` are log of the quota daemons running on each node.
`/var/log/glusterfs/quota-crawl.log` Whenever quota is enabled, a file system crawl is performed and the corresponding log is stored in this file.
`/var/log/glusterfs/quota-mount- VOLNAME.log` An auxiliary FUSE client is mounted in <gluster-run-dir>/VOLNAME of the glusterFS and the corresponding client logs found in this file. One log file per server and per volume from quota-mount.
## Gluster NFS:
`/var/log/glusterfs/nfs.log ` One log file per server
## SAMBA Gluster:
`/var/log/samba/glusterfs-VOLNAME-<ClientIP>.log` . If the client mounts this on a glusterFS server node, the actual log file or the mount point may not be found. In such a case, the mount outputs of all the glusterFS type mount operations need to be considered.
## Ganesha NFS :
`/var/log/nfs-ganesha.log`
## FUSE Mount:
`/var/log/glusterfs/<mountpoint path extraction>.log `
## Geo-replication:
`/var/log/glusterfs/geo-replication/<primary>`
`/var/log/glusterfs/geo-replication-secondary `
## Gluster volume heal VOLNAME info command:
`/var/log/glusterfs/glfsheal-VOLNAME.log` . One log file per server on which the command is executed.
## Gluster-swift:
`/var/log/messages`
## SwiftKrbAuth:
`/var/log/httpd/error_log `