[Bug 264714] misc/amanda-server: upgrade to 3.5.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264714] misc/amanda-server: upgrade to 3.5.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 06:20:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264714 --- Comment #2 from Trond.Endrestol@ximalas.info --- Created attachment 234991 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234991&action=edit Patch for perl/Amanda/Status.pm disabling a die statement when taper status has an unexpected value During my testing I had a few occurrences of: Fri Jun 24 23:32:01.431301155 2022: pid 65817: thd-0x803589e00: taper: critical (fatal): log file write error: No space left on device This was due to having too tight reservations and quotas in the zpool. The error went away once I removed the reservations and quotas. This error also made amstatus die prematurely. For production use I suggest we disable the die statement proposed in the attached patch. I think its better to get the current status regardless of the outcome of the taper process. -- You are receiving this mail because: You are the assignee for the bug.