• D
    Ensure logfile isn't truncated by shutdown message. · 7f9cebc0
    Daniel P. Berrange 提交于
    When running non-root, the QEMU log file is usually opened with
    truncation, since there is no logrotate for non-root usage.
    This means that when libvirt logs the shutdown timestamp, the
    log is accidentally truncated
    
    * src/qemu/qemu_driver.c: Never truncate log file with shutdown
      message
    7f9cebc0
qemu_driver.c 413.2 KB