Werk #256: wato snapshots: snapshot restore no longer fails with older python versions
Component | Setup |
Title | wato snapshots: snapshot restore no longer fails with older python versions |
Date | Jan 14, 2014 |
Checkmk Editon | Checkmk Raw (CRE) |
Checkmk Version | 1.2.5i1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Python versions The python tarfile module crashed when it tried to unpack tarfiles with no content.
The new implementation now uses the tar from the command line instead of the python tarfile module.