Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 256
blobae07b2b9539c5ea31b845ac2a918823db45802aa
1 Title: wato snapshots: snapshot restore no longer fails with older python versions
2 Level: 1
3 Component: wato
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1389714765
9 Python versions <= 2.6.6 had problems on restoring snapshots files.<br>
10 The python tarfile module crashed when it tried to unpack tarfiles with no content.<br>
11 The new implementation now uses the tar from the command line instead of the python tarfile module.