Skip to content

Commit

Permalink
Merge pull request #1908 from rhatdan/config
Browse files Browse the repository at this point in the history
Ignore failure to ignore thinpool keys
  • Loading branch information
openshift-merge-bot[bot] authored May 14, 2024
2 parents 16b831b + a38a212 commit 7915ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ type OptionsConfig struct {
// Btrfs container options to be handed to btrfs drivers
Btrfs struct{ BtrfsOptionsConfig } `toml:"btrfs,omitempty"`

// Thinpool container options to be handed to thinpool drivers (NOP)
Thinpool struct{} `toml:"thinpool,omitempty"`

// Overlay container options to be handed to overlay drivers
Overlay struct{ OverlayOptionsConfig } `toml:"overlay,omitempty"`

Expand Down

0 comments on commit 7915ad5

Please sign in to comment.