Skip to content

3.1.1

Compare
Choose a tag to compare
@angelabriel angelabriel released this 10 Nov 13:13
· 108 commits to master since this release
920a0ca
  • update package version of saptune to 3.1.1

    • typo in logfile directory name creates /varlog/saptune instead of /var/log/saptune
      (bsc#1215969)
    • SAP Note 2382421
      fix missing handling for Azure systems regarding parameter 'net.ipv4.tcp_timestamps'. This exclude setting was left out during the last SAP Note update by mistake.
    • add parameter IGNORE_RELOAD to /etc/sysconfig/saptune to prevent saptune from stopping and starting the system tuning during package update
      Related to sapconf bug bsc#1209408.
  • create a flag file in preinstall and remove it in posttrans of the package installation to inform saptune that currently a package installation/update takes place so that some special situations can be handled as expected.