https://github.com/gluster/glusterfs/blob/master/extras/glusterfs-logrotate
<https://github.com/gluster/glusterfs/blob/master/extras/glusterfs-logrotate>This is part of release tarball as of now in 3.2.2 (and future). Its not yet included in RPM files. Need more testing of these before getting this to mainstream. 2011/7/19 Amar (ಅಮರ್ ತುಂಬಳ್ಳಿ) <[email protected]> > FYI.. Check inline. > > > 2011/7/19 Amar Tumballi <[email protected]> > >> Is there any way to rotate client side’s log **** >>> >>> ** ** >>> >>> It’s getting bigger every day. **** >>> >>> ** >>> >> >> get the pid of client process >> >>> ** >>> >>> ** >>> >> # ps aux | grep glusterfs <----- to get the pid of the glusterfs client >> process >> >> move the existing log file to some other file. >> >> # mv <current-log-file>.log <some-name-you-choose>.log.1 >> >> send SIGHUP to the pid of client process. >> >> # kill -HUP $PID >> >>> >>> >> >> Your log rotation is complete. >> >> > >
_______________________________________________ Gluster-users mailing list [email protected] http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
