Skip to content

3.2.3

Latest

Choose a tag to compare

@angelabriel angelabriel released this 10 Apr 17:38
f0df076
  • update package version of saptune to 3.2.3

    • On Azure cloud systems fix a systemd ordering cycle conflict which prevents saptune to run on boot.
      The reason for this conflict is an upcoming cloud-init update which will change the order by adding 'After=multi-user.target' to the cloud-final.service. Since version 3.1.5 saptune has a dependency to cloud-final.service on Azure systems to fix bsc#1235824.
      We will now remove this dependency.
      For detailed information see
      TID 000022490 - Important saptune update to 3.2.3 required on Azure due to cloud-init update
      (bsc#1260498, jsc#SAPSOL-1050)
    • Fix systemd service state revert problem.
      (bsc#1259748)
    • Fix output of 'saptune verify applied' in case of enabled notes, but nothing is applied.
      (jsc#SAPSOL-1051)
    • Add new tag 'kernel' to match the running kernel release.
      Valid values are extended regular expressions (RE2) that match the output of 'uname -r'
      (jsc#SAPSOL-810)
    • Support C-State names for parameter 'force_latency' additional to the already available latency value.
      (jsc#SAPSOL-806)
    • Support optional packages in the rpm section.
      Packages with a ? prefix are treated as optional.
      (jsc#SAPSOL-791)
    • Warn about duplicate Notes/Solutions.
      If a custom Note or Solution has the same name as a shipped Note or Solution a WARNING is displayed and logged.
      In the 'list' commands these entries are marked with a leading '!' and the line is highlighted with yellow color.
      In this case the shipped Note or Solution will take precedence over the custom Note or Solution.
      (jsc#SAPSOL-948)
    • Fix kernel regex for HotFix000022286.
      (bsc#1261866)
    • Add condition (kernel tag) to HotFix000022286.
      As the final kernel patch is available for the problem the HotFix will only be active on systems currently not patched to the latest kernel patch.
    • SLE12/15/16 - deprecate Note 941735
      The Note might get removed in a future saptune version.
      (jsc#SAPSOL-1048)
    • SAP Note 2684254 updated to Version 27
      check that TSX is set to auto on systems running dedicated kernel releases.
      (jsc#SAPSOL-793)
    • SAP Note 1656250 updated to Version 71
      disable C-states higher than C1
    • SAP Note 2578899 updated to Version 55
      check for optional sssd package version
    • SAP Note 1275776 updated to Version 47
    • SLE 16 SAP Note 3577842 and 3565382 updated
  • use versioned Provides/Obsoletes for sapconf

  • use full path for commands used in pre/post scripts

  • requires systemd-presets-branding-SLE-SAP
    (jsc#PED-15405)