Re: zz-disk_space broken nfs problem
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Ivana Varekova wrote: > Hello, > a bug reporter suggest to add -l option to df command to prevent the > delay which happens when some nfs is down. > I think it is a good idea so please could this change be done in > upstream version too - or is there any reason why this should not be > changed? > Thanks. > Ivana Varekova > _______________________________________________ > Logwatch-Devel mailing list > [email protected] > http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel -l is already in CVS $df_options = "-h -l -x tmpfs -x udf -x iso9660"; -Mike