solution

package
v0.0.0-...-883cb22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SolutionSheet         = "/usr/share/saptune/solutions"
	OverrideSolutionSheet = "/etc/saptune/override/solutions"
	DeprecSolutionSheet   = "/usr/share/saptune/solsdeprecated"
	NoteTuningSheets      = "/usr/share/saptune/notes/"
	ArchX86               = "amd64"      // ArchX86 is the GOARCH value for x86 platform.
	ArchPPC64LE           = "ppc64le"    // ArchPPC64LE is the GOARCH for 64-bit PowerPC little endian platform.
	ArchX86PC             = "amd64_PC"   // ArchX86 is the GOARCH value for x86 platform. PC indicates PageCache is available
	ArchPPC64LEPC         = "ppc64le_PC" // ArchPPC64LE is the GOARCH for 64-bit PowerPC little endian platform. PC indicates PageCache is available
)

solution constant definitions

Variables

AllSolutions contains a list of all available solutions with their related SAP Notes for all supported architectures

DeprecSolutions contains a list of all solutions witch are deprecated

OverrideSolutions contains a list of all available override solutions with their related SAP Notes for all supported architectures

Functions

func GetDeprecatedSolution

func GetDeprecatedSolution(fileName string) map[string]map[string]string

GetDeprecatedSolution reads solution deprecated definition from file

func GetOverrideSolution

func GetOverrideSolution(fileName, noteFiles string) map[string]map[string]Solution

GetOverrideSolution reads solution override definition from file build same structure for AllSolutions as before can be simplyfied later

func GetSolutionDefintion

func GetSolutionDefintion(fileName string) map[string]map[string]Solution

GetSolutionDefintion reads solution definition from file build same structure for AllSolutions as before can be simplyfied later

func GetSortedSolutionNames

func GetSortedSolutionNames(archName string) (ret []string)

GetSortedSolutionNames returns all solution names, sorted alphabetically.

Types

type Solution

type Solution []string

Solution is identified by set of note numbers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL