Re: [Gluster-devel] [Gluster-users] Gluster Health Report tool

2017-10-26 Thread Marcin Dulak
Hi, since people are suggesting nagios then I can't resist suggesting exporting the metrics in the prometheus format, or at least making the project into a library so https://github.com/prometheus/client_python could be used to export the prometheus metrics. There has been an attempt at

Re: [Gluster-devel] [Gluster-users] Gluster CLI Feedback

2017-10-11 Thread Marcin Dulak
Hi, I have only a feedback to point 4/5. Despite using http://docs.ansible.com/ansible/latest/gluster_volume_module.html for gluster management I see the operation of replacing a server with a new hardware while keeping the same IP number poorly documented. Maybe I was just unlucky in my search

Re: [Gluster-devel] [Gluster-users] Permission for glusterfs logs.

2017-09-22 Thread Marcin Dulak
Who is rotating the logs? If logrotate then setfacl may be the way to go https://bugzilla.redhat.com/show_bug.cgi?id=77 [root@centos7 ~]# touch /var/log/my.log [root@centos7 ~]# ls -al /var/log/my.log -rw-r--r--. 1 root root 0 Sep 21 07:01 /var/log/my.log [root@centos7 ~]# chmod 600