Bug #314
When OpenNebula crashes, the log is erased.
Status: | Closed | Start date: | 08/16/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 1.5 | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: |
Description
When OpenNebula crashes, and gets restarted - the log is truncated. This is not so handy for troubleshooting.
Associated revisions
History
#1 Updated by Neil M almost 11 years ago
proposed patch:
45c45
< ios_base::openmode mode = ios_base::trunc)
---
ios_base::openmode mode = ios_base::app)
#2 Updated by Jaime Melis almost 11 years ago
- Status changed from New to Closed
- Resolution set to duplicate
Duplicate of #318.
The 'one' script now supports the '-b' option to back the oned.log file up.