Add cdi-spec-dir option to top level options.

This commit adds new --cdi-spec-dir global option. This
option is used to add additional CDI spec paths.

Signed-off-by: Micah Chambers (eos) <mchambers@anduril.com>
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Micah Chambers (eos)
2024-01-30 15:48:39 -08:00
committed by Jan Kaluza
parent a36276f5ad
commit dce36131ae
11 changed files with 69 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ type PodmanConfig struct {
CPUProfile string // Hidden: Should CPU profile be taken
EngineMode EngineMode // ABI or Tunneling mode
HooksDir []string
CdiSpecDirs []string
Identity string // ssh identity for connecting to server
IsRenumber bool // Is this a system renumber command? If so, a number of checks will be relaxed
IsReset bool // Is this a system reset command? If so, a number of checks will be skipped/omitted